fixed mining page

This commit is contained in:
VitaliyTr 2017-02-25 20:24:23 +07:00
parent e522629d03
commit cb0d50c3c0
3 changed files with 125 additions and 13 deletions

View file

@ -22,10 +22,8 @@ pages:
pools-masternode-text: |
Dash, like Bitcoin and most other cryptocurrencies, is based on a decentralized ledger of all transactions, known as a blockchain. This blockchain is secured through a consensus mechanism; in the case of both Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). Miners attempt to solve difficult problems with specialized computers, and when they solve the problem, they receive the right to add a new block to the blockchain. If all the other people running the software agree that the problem was solved correctly, the block is added to the blockchain and the miner is rewarded.
Dash works a little differently from Bitcoin, however, because it has a two-tier network. The second tier is powered by masternodes (Full Nodes), which enable financial privacy (PrivateSend), instant transactions (InstantSend), and the decentralized governance and budget system. Because this second tier is so important, masternodes are also rewarded when miners discover new blocks. The breakdown is as follows: 45% of the block reward goes to the miner, 45% goes to masternodes, and 10% is reserved for the budget system (created by superblocks every month).
The masternode system is referred to as Proof of Service (PoSe), since the masternodes provide crucial services to the network. In fact, the entire network is overseen by the masternodes, which have the power to reject improperly formed blocks from miners. If a miner tried to take the entire block reward for themselves or tried to run an old version of the Dash software, the masternode network would orphan that block, and it would not be added to the blockchain. In short, miners power the first tier, which is the basic sending and receiving of funds and prevention of doublespending. Masternodes power the second tier, which provide the added features that make Dash different from other cryptocurrencies. Masternodes do not mine, and mining computers cannot serve as masternodes. Additionally, each masternode is “secured” by 1000 DASH. Those DASH remain under the sole control of their owner at all times, and can still be freely spent. The funds are not locked in any way. However, if the funds are moved or spent, the associated masternode will go offline and stop receiving rewards.
how-start-heading: How to start Mining
@ -34,11 +32,20 @@ pages:
A server or a VPS installed with Linux: For the purposes of this guide we will be used Ubuntu 14.04 LTS.
We recommend cheap VPSes such as from Vultr and DigitalOcean though any decent provider will do.
Generally a low specced one will do. I use the 5 USD ones from Vultr and they work fine.
asic-pinidea-btn: ASIC Pinidea X11 Miner DR-1
asic-pinidea-usb-btn: ASIC Pinidea X11 USB DU-1
asic-ibelink-miner: ASIC iBeLink DM384M X11
asic-baikal-mini-miner: ASIC X11 Baikal Mini Miner
asic-baikal-miner: ASIC Baikal A900 X11
cpu-gpu-heading: Guides (CPU / GPU)
cpu-gpu-text: >
This is a fairly simple procedure and examples will be given in order to achieve the fastest possible hash rate for your cpu, but remember that more optimized miners can exist, so I advise you to keep an eye out on mining sites such as these in order to keep up with the latest releases.
cpu-mining-btn: CPU Mining
sg-miner-btn: SGminer / graphics cards
pools-stat-heading: Pool Statistics
amd-mining-btn: AMD GPU on Windows

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -11,15 +11,77 @@ description: pages.mining.description
<div class="page page--home">
<section>
<section class="section">
<div class="section__content">
<h2 class="section__title">{% t pages.mining.pools-heading %}</h2>
<ul class="member-list member-list--merchants">
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="http://www.cryptodechange.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="Crypto de Change">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">dash.suprnova.cc</div>
</li>
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="PremiumGiftCards">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">suchpool.pw</div>
</li>
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="https://giftoff.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="Gift Off">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">Coinotron.com</div>
</li>
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="http://cryfter.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="Cryfter">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">ltcrabbit.com</div>
</li>
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="http://cryfter.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="Cryfter">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">coinmine.pl</div>
</li>
<li class="member" data-mh="merchant" style="height: 219px;">
<div class="member__avatar">
<div class="member__image-wrapper">
<a href="http://cryfter.com" target="_blank" class="member__link">
<img class="member__image" src="/assets/img/mining/poollogo.jpg" alt="Cryfter">
</a>
</div>
</div>
<div class="member__name" data-mh="merchant-name" style="height: 35px;">cybtc.info</div>
</li>
</ul>
<p class="section__lead">{% t pages.mining.pools-text %}</p>
</div>
</section>
<section >
<section class="section">
<div class="section__content">
<h2 class="section__title">{% t pages.mining.pools-masternode-heading %}</h2>
{% tmd pages.mining.pools-masternode-text %}
@ -33,26 +95,69 @@ description: pages.mining.description
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.mining.asic-heading %}</h2>
{% tmd pages.mining.asic-text %}
<div class="bottom-space">{% tmd pages.mining.asic-text %}</div>
<a href="#" class="btn-blue">{% t pages.mining.asic-pinidea-btn %}</a>
<a href="#" class="btn-blue">{% t pages.mining.asic-pinidea-usb-btn %}</a>
<a href="#" class="btn-blue">{% t pages.mining.asic-ibelink-miner %}</a>
<a href="#" class="btn-blue">{% t pages.mining.asic-baikal-mini-miner %}</a>
<a href="#" class="btn-blue">{% t pages.mining.asic-baikal-miner %}</a>
</div>
<div class="col-sm-6">
<h2>{% t pages.mining.cpu-gpu-heading %}</h2>
{% tmd pages.mining.cpu-gpu-text %}
<div class="bottom-space">{% tmd pages.mining.cpu-gpu-text %}</div>
<a href="#" class="btn-blue">{% t pages.mining.cpu-mining-btn %}</a>
<a href="#" class="btn-blue">{% t pages.mining.sg-miner-btn %}</a>
<a href="#" class="btn-blue">{% t pages.mining.pools-stat-heading %}</a>
<a href="#" class="btn-blue">{% t pages.mining.amd-mining-btn %}</a>
</div>
</div>
</div>
</section>
<section class="">
<section class="section">
<div class="section__content">
<h2 class="bottom-space">{% t pages.mining.pools-stat-heading %}</h2>
<div class="row bottom-space">
<div class="col-sm-6">
</div>
<div class="col-sm-6">
</div>
</div>
<table id="blocks">
<thead>
<tr>
<th>Height</th>
<th>Block Time</th>
<th>Transactions</th>
<th>Value Out</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</section>
</div>
<script type="text/javascript">
window.onload = function () {
$( document ).ready(function(){
// Get the blockchain info
$.ajax({
url: "{{ site.api }}/chain/latestBlocks/"
})
.done(function(response){
var blocks = response.blocks;
blocks.map(function(block){
var height = block.height,
age = moment.unix(block.time).format("LLL"),
txs = block.txlength,
out = block.cbvalue,
difficulty = block.difficulty;
$("#blocks>tbody").append('<tr><td data-header="Height">' + height + '</td><td data-header="Block Time">' + age + '</td><td data-header="Transactions">' + txs + '</td><td data-header="Value Out">' + out + '</td><td data-header="Difficulty">' + difficulty + '</td></tr>');
});
});
});
}
</script>