mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added content for masternodes
This commit is contained in:
parent
36903c1e65
commit
e522629d03
3 changed files with 24 additions and 29 deletions
|
@ -17,13 +17,17 @@ pages:
|
|||
pools-heading: Mining Pools
|
||||
pools-text: |
|
||||
DISCLAIMER: This list is provided for informational purposes only. Services listed here have not been evaluated or endorsed by the Dash developers and no guarantees are made as to the accuracy of this information. Please exercise discretion when using third-party services. If you’d like to be added to this list please reach out to coingun@masternode.io
|
||||
|
||||
pools-masternode-heading: Mining vs. Masternode
|
||||
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
|
||||
asic-heading: ASIC Miner Hardware
|
||||
asic-text: >
|
||||
|
@ -33,6 +37,7 @@ pages:
|
|||
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.
|
||||
|
||||
pools-stat-heading: Pool Statistics
|
||||
|
||||
|
||||
|
@ -453,9 +458,9 @@ pages:
|
|||
hero-heading: Dash Payment Processing
|
||||
hero-text: Quickly and easily integrate Dash as a payment method
|
||||
payments-desc-header: Payment Processors
|
||||
payments-desc-subtitle:
|
||||
payments-desc-subtitle:
|
||||
payments-providers-header: Payment Processors
|
||||
payments-providers-subtitle:
|
||||
payments-providers-subtitle:
|
||||
|
||||
modal-header-vendor-label-descriptor: Wallet for Dash
|
||||
modal-download-action-button-label: Download
|
||||
|
|
|
@ -61,7 +61,7 @@ description: pages.budget.description
|
|||
<section class="">
|
||||
<div class="section__content">
|
||||
<h2 class="bottom-space">P2P</h2>
|
||||
<div class="row class="bottom-space"">
|
||||
<div class="row bottom-space">
|
||||
<div class="col-sm-6">
|
||||
<div>{% tmd pages.masternodes.p2p-text %}</div>
|
||||
</div>
|
||||
|
|
|
@ -15,48 +15,38 @@ description: pages.mining.description
|
|||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.mining.pools-heading %}</h2>
|
||||
|
||||
<p class="section__lead">{% tmd pages.mining.marsternode-text %}</p>
|
||||
<p class="section__lead">{% t pages.mining.pools-text %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section >
|
||||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.mining.pools-masternode-heading %}</h2>
|
||||
{% tmd pages.mining.pools-masternode-text %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h2 class="section__title"">{% t pages.mining.how-start-heading %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
|
||||
<h2>{% t pages.mining.asic-heading %}</h2>
|
||||
{% tmd pages.mining.asic-text %}
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
||||
<h2>{% t pages.mining.cpu-gpu-heading %}</h2>
|
||||
{% tmd pages.mining.cpu-gpu-text %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2 class="bottom-space">{% t pages.mining.host-heading %}</h2>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<div class="section__lead">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="">
|
||||
<div class="section__content">
|
||||
<h2 class="bottom-space">P2P</h2>
|
||||
<div class="row class="bottom-space"">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue