* commit '289f2c4a55':
  aded 404
  fixed mining page
This commit is contained in:
Chuck Williams 2017-02-26 18:55:09 -07:00
commit f797b69f5c
5 changed files with 302 additions and 13 deletions

126
404/index.html Normal file
View file

@ -0,0 +1,126 @@
---
layout: default
title: pages.mining.title
description: pages.mining.description
---
{% include hero/404.html %}
{% include base.html %}
<div class="page page--home">
<section id="community-social" class="section section--cta section--gray-light-bg">
<div class="section__content">
<div>
<h2>{% t pages.community.social-heading %}<a class="permalink" title="Permalink" id="social"></a></h2>
{% tmd pages.community.social-text %}
</div>
<div class="ctabox ctabox--gray-light-bg" data-js-ctabox>
<div class="ctabox__inner">
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://twitter.com/dashpay" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/twitter_logo.png" class="ctabox__image">
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.facebook.com/DashPay" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/facebook_logo.png" class="ctabox__image">
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://plus.google.com/communities/101869723775111070721" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/googleplus_logo.png" class="ctabox__image">
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.linkedin.com/company/dash---digitalcash-cryptocurrency-?trk=company_logo" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/linkedin_logo.png" class="ctabox__image">
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.instagram.com/dashpay/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/instagram_logo.png" class="ctabox__image">
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.youtube.com/dashorg" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/youtube_logo.png" class="ctabox__image">
</div>
</a>
</article>
</div>
</div>
</div>
</section>
<section id="community-masternode" class="section section--cta">
<div class="section__content">
<div>
<h2>{% t pages.community.masternode-heading %}<a class="permalink" title="Permalink" id="masternodes"></a></h2>
{% tmd pages.community.masternode-text %}
</div>
<div class="ctabox ctabox--gray-light-bg" data-js-ctabox>
<div class="ctabox__inner">
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.dashcentral.org/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/dashcentral_logo.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">Dash Central</h4>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.dashninja.pl/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/dashninja_logo.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">DashNinja</h4>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1867885" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/dash_logo.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">Hosting Services</h4>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8880153" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/dash_logo.png" class="ctabox__image">
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">Tools</h4>
</div>
</a>
</article>
</div>
</div>
</div>
</section>
</div>

View file

@ -1,6 +1,22 @@
# For multiple paragraph content add two line breaks # For multiple paragraph content add two line breaks
pages: pages:
404-page:
hero-heading: >
404
hero-text: >
Page not Found
hero-forum-btn: Official Forums
hero-discussion-btn: Discussion
hero-social-btn: Social Apps
hero-news-btn: News &amp; Info
hero-development-btn: Development
hero-masternodes-btn: Masternodes
hero-video-btn: Video &amp; Audio
mining: mining:
title: Dash Official Website | Dash Crypto Currency title: Dash Official Website | Dash Crypto Currency
@ -22,10 +38,8 @@ pages:
pools-masternode-text: | 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, 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). 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. 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 how-start-heading: How to start Mining
@ -34,11 +48,20 @@ pages:
A server or a VPS installed with Linux: For the purposes of this guide we will be used Ubuntu 14.04 LTS. 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. 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. 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-heading: Guides (CPU / GPU)
cpu-gpu-text: > 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. 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 pools-stat-heading: Pool Statistics
amd-mining-btn: AMD GPU on Windows

35
_includes/hero/404.html Normal file
View file

@ -0,0 +1,35 @@
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:960 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.404-page.hero-heading %}</h1>
<p class="hero__lead">{% t pages.404-page.hero-text %}</p>
<div class="hero__buttons">
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a>
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
</div>
<div class="hero__buttons">
<a href="#community-discussion" class="btn-white-solid">{% t pages.404-page.hero-discussion-btn %}</a>
<a href="#community-social" class="btn-white-solid">{% t pages.404-page.hero-social-btn %}</a>
<a href="#community-news" class="btn-white-solid">{% t pages.404-page.hero-news-btn %}</a>
<a href="#community-development" class="btn-white-solid">{% t pages.404-page.hero-development-btn %}</a>
<a href="#community-masternode" class="btn-white-solid">{% t pages.404-page.hero-masternodes-btn %}</a>
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>

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"> <div class="page page--home">
<section> <section class="section">
<div class="section__content"> <div class="section__content">
<h2 class="section__title">{% t pages.mining.pools-heading %}</h2> <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> <p class="section__lead">{% t pages.mining.pools-text %}</p>
</div> </div>
</section> </section>
<section > <section class="section">
<div class="section__content"> <div class="section__content">
<h2 class="section__title">{% t pages.mining.pools-masternode-heading %}</h2> <h2 class="section__title">{% t pages.mining.pools-masternode-heading %}</h2>
{% tmd pages.mining.pools-masternode-text %} {% tmd pages.mining.pools-masternode-text %}
@ -33,26 +95,69 @@ description: pages.mining.description
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2>{% t pages.mining.asic-heading %}</h2> <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>
<div class="col-sm-6"> <div class="col-sm-6">
<h2>{% t pages.mining.cpu-gpu-heading %}</h2> <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> </div>
</div> </div>
</section> </section>
<section class=""> <section class="section">
<div class="section__content"> <div class="section__content">
<h2 class="bottom-space">{% t pages.mining.pools-stat-heading %}</h2> <h2 class="bottom-space">{% t pages.mining.pools-stat-heading %}</h2>
<div class="row bottom-space"> <table id="blocks">
<div class="col-sm-6"> <thead>
</div> <tr>
<div class="col-sm-6"> <th>Height</th>
</div> <th>Block Time</th>
</div> <th>Transactions</th>
<th>Value Out</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div> </div>
</section> </section>
</div> </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>