Merge remote-tracking branch 'dashpay/master'
11
_i18n/en.yml
|
@ -6,7 +6,7 @@ pages:
|
|||
title: Exchanges
|
||||
description: Buy Dash at these exchanges and brokers
|
||||
|
||||
hero-heading: Buy Dash
|
||||
hero-heading: Exchange listing
|
||||
hero-text: |
|
||||
This lists includes all known exchanges that trade Dash (in alphabetical order), including those with low trading volume. <a href='https://coinmarketcap.com/currencies/dash/#markets' target='_blank'>See Market Statistics</a> for more information.
|
||||
hero-btn: Integrate Dash
|
||||
|
@ -41,16 +41,11 @@ 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
|
||||
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 <a href='mailto:coingun@masternode.io'>coingun@masternode.io</a>
|
||||
|
||||
pools-masternode-heading: Mining vs. Masternode
|
||||
pools-masternode-btn: 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: >
|
||||
|
|
|
@ -17,6 +17,4 @@
|
|||
</div>
|
||||
|
||||
<div class="member__name">{{ exchange.name }}</div>
|
||||
<p> <span class="member__accent">DASH Trading Pairs:</span> {{ exchange.trading_pairs }}</p>
|
||||
<p> <span class="member__accent">Fees:</span> {{ exchange.fees }}</p>
|
||||
</li>
|
||||
|
|
BIN
assets/img/get-dash/bitfinex-logo.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/get-dash/btce-logo.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/img/get-dash/changelly-logo.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
assets/img/get-dash/coinapult-logo.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
assets/img/get-dash/poloniex-logo.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
assets/img/get-dash/shapeshift-logo.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/img/get-dash/test.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/mining/coinmain.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
assets/img/mining/coinotron.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
assets/img/mining/cybtc.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
assets/img/mining/rabbit.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/img/mining/such.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
assets/img/mining/suprnova.jpg
Normal file
After Width: | Height: | Size: 141 KiB |
|
@ -9,6 +9,124 @@ description: pages.get-dash.description
|
|||
|
||||
<div class="page page--get-dash">
|
||||
|
||||
<section class="">
|
||||
<div class="content">
|
||||
|
||||
<h2 class="bottom-space">{% t pages.buy.exchanges-heading %}</h2>
|
||||
|
||||
<div class="row bottom-space">
|
||||
<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="#" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/test.jpg" alt="test">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" data-mh="merchant-name" style="height: 35px;">test</div>
|
||||
</li>
|
||||
<li class="member" data-mh="merchant" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://poloniex.com/" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/poloniex-logo.jpg" alt="poloniex">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" data-mh="merchant-name" style="height: 35px;">poloniex</div>
|
||||
</li>
|
||||
<li class="member" data-mh="merchant" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://btc-e.com/" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/btce-logo.jpg" alt="Btc-e">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" data-mh="merchant-name" style="height: 35px;">btc-e</div>
|
||||
</li>
|
||||
<li class="member" data-mh="merchant" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://www.bitfinex.com/" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/bitfinex-logo.jpg" alt="bifinex">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" data-mh="merchant-name" style="height: 35px;">Bifinex</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 class="bottom-space">{% t pages.buy.brokers-heading %}</h2>
|
||||
|
||||
<div class="row bottom-space">
|
||||
|
||||
<ul class="member-list member-list--merchants">
|
||||
<li class="member" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://coinapult.com/" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/coinapult-logo.jpg" alt="Coinapult">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" style="height: 35px;">Coinapult</div>
|
||||
</li>
|
||||
<li class="member" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://changelly.com" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/changelly-logo.jpg" alt="Changelly">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" style="height: 35px;">Changelly</div>
|
||||
</li>
|
||||
<li class="member" style="height: 219px;">
|
||||
<div class="member__avatar">
|
||||
<div class="member__image-wrapper">
|
||||
<a href="https://shapeshift.io/" target="_blank" class="member__link">
|
||||
<img class="member__image" src="/assets/img/get-dash/shapeshift-logo.jpg" alt="Shapeshift">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" style="height: 35px;">Shapeshift</div>
|
||||
</li>
|
||||
<li class="member" 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/get-dash/test.jpg" alt="test">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="member__name" style="height: 35px;">test</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="setcion">
|
||||
<div class="section__content">
|
||||
<h2 class="bottom-space">{% t pages.buy.otc-heading %}</h2>
|
||||
|
||||
<div class="row bottom-space">
|
||||
<div class="col-sm-6">
|
||||
<iframe class="youtube-small" width="560" height="315" src="https://www.youtube.com/embed/bE7pxHtAiNo" frameborder="0" allowfullscreen></iframe>
|
||||
<p class="text-center">{% t pages.buy.dashous-text %}</p>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<iframe class="youtube-small" width="560" height="315" src="https://www.youtube.com/embed/Ab7zYYrJLN8" frameborder="0" allowfullscreen></iframe>
|
||||
<p class="text-center">{% t pages.buy.woc-text %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--claim">
|
||||
<div class="section__content content">
|
||||
<div class="section__icon">
|
||||
|
|
|
@ -19,7 +19,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/suprnova.jpg" alt="Crypto de Change">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -29,7 +29,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/such.jpg" alt="PremiumGiftCards">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,7 +39,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/coinotron.jpg" alt="Gift Off">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/rabbit.jpg" alt="Cryfter">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -59,7 +59,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/coinmain.jpg" alt="Cryfter">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -69,7 +69,7 @@ description: pages.mining.description
|
|||
<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">
|
||||
<img class="member__image" src="/assets/img/mining/cybtc.jpg" alt="Cryfter">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,14 +77,19 @@ description: pages.mining.description
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<p class="section__lead">{% t pages.mining.pools-text %}</p>
|
||||
<p class="warning-bg">{% t pages.mining.pools-text %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.mining.pools-masternode-heading %}</h2>
|
||||
<section class="b-get-section">
|
||||
<div class="content">
|
||||
<img src="/assets/img/update/woocommerce.png" alt="">
|
||||
|
||||
{% tmd pages.mining.pools-masternode-text %}
|
||||
<div>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/j5AxBg" class="btn-white-solid" target="_blank">{% t pages.mining.pools-masternode-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -499,3 +499,6 @@ a.blog_link {
|
|||
background-color: #fff7af;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.youtube-small{
|
||||
min-height: 315px;
|
||||
}
|
||||
|
|