Skip to content

Commit aaf71cb

Browse files
committed
Added pou v2 blog
1 parent 0192839 commit aaf71cb

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

public/assets/css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ section[data-name="landing"] {
149149
text-align: center;
150150
line-height: 1.5;
151151
margin: 1rem 0 1.8rem 0; } }
152+
section[data-name="landing"] div[data-name="hero"] p:nth-child(3) {
153+
margin: 2rem 0 1rem 0; }
152154
section[data-name="landing"] div[data-name="hero"] button {
153155
font-family: 'Sarabun', sans-serif;
154156
font-weight: 500;

public/sass/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ section[data-name="landing"] {
196196
margin: 1rem 0 1.8rem 0
197197
}
198198
}
199+
200+
p:nth-child(3) {
201+
margin: 2rem 0 1rem 0;
202+
}
199203
button {
200204
font-family: 'Sarabun', sans-serif;
201205
font-weight: 500;

public/views/pages/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="banner">
22
<p>
3-
<a href="https://medium.com/bithereum-network/introducing-proof-of-uptime-7e91256aabf1" target="_blank"><strong>Earn BTH by running a Bithereum full node</strong> via Proof-of-Uptime.</a>
3+
<a href="https://medium.com/bithereum-network/bithereums-proof-of-uptime-v2-0-69da7c1ca17" target="_blank"><strong>Earn BTH by running a Bithereum full node</strong> via Proof-of-Uptime.</a>
44
</p>
55
<p>
66
You can also <a href="https://nimblenode.io/" target="_blank">buy one from nimbleNODE</a> - the most portable way to run a full node.

public/views/pages/section-hardspork.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3>The World's First Hard Spork</h3>
99
<p>BTH began mining through an Equihash <144,5> Proof of Work algorithm, a democratized mining structure that brings mining back to GPUs.</p>
1010
</div>
1111
<div data-name="point">
12-
<strong>Full Node Rewards</strong>
12+
<strong>Full Node Rewards via PoU</strong>
1313
<p>Though full nodes are crucial to a network, there are no rewards in place for those running them, aside from increased security. In the Bithereum Network, everyone who runs a full node is rewarded with BTH through our rewards initiative, PoU.</p>
1414
</div>
1515
<div data-name="point">

public/views/pages/section-landing.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<div data-name="hero">
55
<h1>THE HARMONIZATION OF <strong>BITCOIN</strong> AND <strong>ETHEREUM</strong></h1>
66
<p>Bithereum aims to do what no other hard fork has done, by fusing the visions of both Bitcoin and Ethereum, ultimately revolutionizing node incentives, improving scalability, and increasing network security.</p>
7-
<button onclick="window.open('https://github.com/BTHPOS/BTH', '_blank')">Get Started</button>
7+
<p>Start earning BTH by running a full node today!</p>
8+
<button onclick="window.open('https://medium.com/bithereum-network/bithereums-proof-of-uptime-v2-0-69da7c1ca17', '_blank')">Learn More</button>
89
</div>
910
<div data-name="stats" class="holder">
1011
<!-- <div data-name="stat" data-type="fullnodes">

public/views/pages/section-resources.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ <h3>Getting <span>Started</span></h3>
1212
<a href="https://medium.com/bithereum-network/how-to-mine-bithereum-37c634b291bb" target="_blank">How to Mine Bithereum</a>
1313
<a href="https://github.com/BTHPOS/BTH/releases" target="_blank">Bithereum Full Node Release</a>
1414
<a href="https://medium.com/bithereum-network/bithereum-bounty-distribution-f32907168f8a" target="_blank">Bounty Distribution</a>
15+
<a href="https://github.com/BTHPOS/node-management-tool/releases" target="_blank">Bithereum Node Tool Release</a>
1516
</div>
1617
</div>
1718
<div data-name="subsection">

0 commit comments

Comments
 (0)