From 4629c4a4755a93dccdaba51f687c6c07a23d22e4 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 18:25:47 +0700 Subject: [PATCH 1/7] fixed masternodes mage --- _i18n/en.yml | 21 ++++++-------- _includes/hero/masternodes.html | 8 ++--- _includes/hero/mining.html | 0 assets/img/masternodes/evol.svg | 18 ------------ assets/img/masternodes/masternode.svg | 24 --------------- assets/img/masternodes/pay.svg | 17 ----------- assets/img/masternodes/private.svg | 16 ---------- masternodes/index.html | 42 ++++++--------------------- mining/index.html | 0 9 files changed, 22 insertions(+), 124 deletions(-) delete mode 100644 _includes/hero/mining.html delete mode 100644 assets/img/masternodes/evol.svg delete mode 100644 assets/img/masternodes/masternode.svg delete mode 100644 assets/img/masternodes/pay.svg delete mode 100644 assets/img/masternodes/private.svg delete mode 100644 mining/index.html diff --git a/_i18n/en.yml b/_i18n/en.yml index 226affb..c9dc5a0 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -8,20 +8,16 @@ pages: hero-heading: Masternodes hero-text: Masternodes are computers that run a dash wallet and make decisions, such as locking transactions with InstantSend, coordinate mixing of coins, and voting on budget funding. - hero-what-btn: Buy with fiat currency - hero-how-btn: Buy with cryptocurrency - hero-network-btn: Full Exchanges Listing - hero-p2p-btn: P2P + hero-what-btn: What is a Masternode + hero-how-btn: How to Set up a Masternode + hero-network-btn: Masternode Network + hero-masternode-mining-btn: Masternode vs Mining marsternode-text: Masternodes are required to have 1000 Dash collateral, a dedicated IP address, and be able to run 24 hours a day without a more than a 1 hr connection loss. Masternodes get paid 45% of the block reward on every block, which is distributed to masternodes one at a time. Typically, around 2 dash is paid to each masternode every 7 days. what-heading: WHAT IS MASTERNODE? - what-text: | - In Evolution, you will be able to connect directly with merchants to make purchases or even setup auto debits to pay for subscription services. Every merchant that integrates Dash will be searchable on the blockchain. You’ll be able to rate purchases so the community can decide which vendors are providing quality products and services.”chain and you can rate purchases so the community can decide who’s providing a good service or not. - Masternodes are also given voting rights on proposals. Each masternode has 1 vote and this vote can be used on budget proposals or important decisions that affect Dash. For a complete list of current proposals please click here. - - earn-heading: EARN A MASTERNODE? + earn-heading: Masternode Income earn-text: | Masternodes cost money and effort to host so they are paid a share of the block reward to incentivize them. With current masternode numbers and rewards masternodes earn approximately a 11% return on 1000 Dash for the year of 2016. This reward falls off in subsequent years but as the value of Dash is rising and the supply of Dash goes down, masternodes should still be sufficiently incentivized. @@ -34,21 +30,22 @@ pages: evolution-text: a decentralized payment processor (think a decentralized Paypal). host-heading: HOST A MASTERNODE - host-text-right: | + host-text: | 1000 Dash: Arguably the hardest part. Dash can be obtained from exchanges such as Poloniex, Bittrex and Shapeshift‘s service is also an excellent way. For the full list of places to obtain Dash click here. 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. A dedicated IP address: These usually come with the VPS/server. - host-text-left: | A little time: When I first got into masternodes, there were only a few guides around and did not cover all the scenarios. It took days for me to figure out the best ways to do everything. However, the process now takes a few minutes. Here are a few guides that I hope will make the process a lot easier. If you can’t be bothered with setting up and maintaining your own and don’t mind paying a little extra, you can go with paid masternode hosters which will greatly simplify the process. A few good ones can be found here. host-btn: Start Masternode - host-table-heading: MasterNodes Network + hosting-services: Masternode Hosting Services + hosting-services-text: + hosting-services-btn: Masternode Hosting Services p2p-text: | Text about peer2peer Thanks to incentivization, Dash’s network has grown to 4,100 masternodes since launch in 2014, meaning Dash’s peer-to-peer network is one of the largest in the world. diff --git a/_includes/hero/masternodes.html b/_includes/hero/masternodes.html index 0ae1585..9039d06 100644 --- a/_includes/hero/masternodes.html +++ b/_includes/hero/masternodes.html @@ -15,10 +15,10 @@

{% t pages.masternodes.hero-text %}

- {% t pages.masternodes.hero-what-btn %} - {% t pages.masternodes.hero-how-btn %} - {% t pages.masternodes.hero-network-btn %} - {% t pages.masternodes.hero-p2p-btn %} + {% t pages.masternodes.hero-what-btn %} + {% t pages.masternodes.hero-how-btn %} + {% t pages.masternodes.hero-masternode-mining-btn%} + {% t pages.masternodes.hero-network-btn %}
diff --git a/_includes/hero/mining.html b/_includes/hero/mining.html deleted file mode 100644 index e69de29..0000000 diff --git a/assets/img/masternodes/evol.svg b/assets/img/masternodes/evol.svg deleted file mode 100644 index 9be41bf..0000000 --- a/assets/img/masternodes/evol.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/assets/img/masternodes/masternode.svg b/assets/img/masternodes/masternode.svg deleted file mode 100644 index 78fd7e0..0000000 --- a/assets/img/masternodes/masternode.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - diff --git a/assets/img/masternodes/pay.svg b/assets/img/masternodes/pay.svg deleted file mode 100644 index 87a7db9..0000000 --- a/assets/img/masternodes/pay.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/assets/img/masternodes/private.svg b/assets/img/masternodes/private.svg deleted file mode 100644 index 92ade72..0000000 --- a/assets/img/masternodes/private.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/masternodes/index.html b/masternodes/index.html index 3c03d4e..9acc8f9 100644 --- a/masternodes/index.html +++ b/masternodes/index.html @@ -21,8 +21,8 @@ description: pages.budget.description
-

{% t pages.masternodes.what-heading %}

-

{% t pages.masternodes.what-text %}

+

{% t pages.masternodes.what-heading %}

+

{% t pages.masternodes.earn-heading %}

@@ -45,43 +45,19 @@ description: pages.budget.description
-
-
-
-
- Instant -

InstantSend

-

{% t pages.masternodes.instantiend-text %}

-
-
- Private -

PrivateSend

-

{% t pages.masternodes.private-send-text %}

-
-
- Secure -

Decentralised
Governance

-

{% t pages.masternodes.governance-text %}

-
-
- Secure -

Dash Evolution

-

{% t pages.masternodes.evolution-text %}

-
-
-
-
-

{% t pages.masternodes.host-heading %}

- {% tmd pages.masternodes.host-text-right %} +

{% t pages.masternodes.host-heading %}

+
{% tmd pages.masternodes.host-text %}
+ {% t pages.masternodes.host-btn %}
-
{% tmd pages.masternodes.host-text-left %}
- {% t pages.masternodes.host-btn %} +

{% t pages.masternodes.hosting-services %}

+
{% tmd pages.masternodes.hosting-services-text %}
+ {% t pages.masternodes.hosting-services-btn %}
@@ -115,7 +91,7 @@ description: pages.budget.description
{% tmd pages.masternodes.p2p-text %}
- {% t pages.masternodes.p2p-btn %} + {% t pages.masternodes.p2p-btn %}
diff --git a/mining/index.html b/mining/index.html deleted file mode 100644 index e69de29..0000000 From 19fc93eff0246ebf8515d17e91ba24760c9baa7c Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 22:28:40 +0700 Subject: [PATCH 2/7] cleaned up governance page; budget page=> governance page --- _i18n/en.yml | 22 +- .../hero/{budget.html => governance.html} | 10 +- budget/index.html | 229 ------------------ governance/index.html | 78 ++++++ masternodes/index.html | 4 +- 5 files changed, 96 insertions(+), 247 deletions(-) rename _includes/hero/{budget.html => governance.html} (52%) delete mode 100644 budget/index.html create mode 100644 governance/index.html diff --git a/_i18n/en.yml b/_i18n/en.yml index c9dc5a0..59c5cb2 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -76,11 +76,12 @@ pages: how-btc-text: The system would work as a decentralized voting mechanism setup ipay them directly after approval of the work in a decentralized fashion. how-btc-btn: Show Video - budget: + governance: title: Dash Official Website | Dash Crypto Currency description: Dash is Digital Cash - hero-heading: Budget System + hero-heading: Decentralized Governance System + hero-text: > Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve two important problems in cryptocurrency: governance and funding. @@ -104,9 +105,9 @@ pages: At that time, the block rewards that were not paid out (10% of each block) will be used to fund approved proposals. The network thus funds itself by reserving 10% of the block reward for budget projects. - governance-heading: Goverment Tools + governance-meaning: What is Governance and what does it mean for Dash - voting-header: How to Voting + voting-header: How to Vote voting-automatic: Automated Voting voting-automatic-text: > One of the greatest challenges of building a crypto currency platform is ensuring you create a decentralized system of governance to manage, @@ -122,14 +123,13 @@ pages: The system would work as a decentralized voting mechanism setup in the software, where budgets for specific projects are proposed, then the masternodes as a whole vote on them. Each project, if it passes, is added to the total budget and paid directly from the blockchain to the person doing the work. With this, we could hire core developers and pay them directly after approval of the work in a decentralized fashion. - decentralized-governance-link: Self-sustainable Decentralized Governance - masternode-budget-link: Masternode Budget API - using-link: > - Using Decentralized Governance: Proposals, Voting, and Budgets - dgb-link: DGBB Document templates - budget-finalization-link: Budget Finalization Procedure + generator-link: Budget Proposal Generator + dashcentral-link: DashCentral + votetracker-link: VoteTracker + budget-monitoring-link: Budget Monitoring + proposal-status-link: Proposal Status - exchange-heading: Full Exchange Listing + proposal-service: Proposal Automated Service woocommerce: title: Dash Official Website | Dash Crypto Currency diff --git a/_includes/hero/budget.html b/_includes/hero/governance.html similarity index 52% rename from _includes/hero/budget.html rename to _includes/hero/governance.html index e16d433..71f3050 100644 --- a/_includes/hero/budget.html +++ b/_includes/hero/governance.html @@ -11,13 +11,13 @@
-

{% t pages.budget.hero-heading %}

-

{% t pages.budget.hero-text %}

+

{% t pages.governance.hero-heading %}

+

{% t pages.governance.hero-text %}

diff --git a/budget/index.html b/budget/index.html deleted file mode 100644 index a55704a..0000000 --- a/budget/index.html +++ /dev/null @@ -1,229 +0,0 @@ ---- -layout: default -title: pages.budget.title -description: pages.budget.description ---- - - -{% include hero/budget.html %} -{% include base.html %} - - -
- - -
-
-
{% tmd pages.budget.description-text-hero %}
-
-

{% t pages.budget.description %}

-
-
- - - - -
- -
-
-
-

{% t pages.budget.voting-header %}

- -
-
- -
-

{% t pages.budget.exchange-heading %}

- - - - - - - - - - - - - -
HeightBlock TimeTransactionsValue OutDifficulty
-
-
- diff --git a/governance/index.html b/governance/index.html new file mode 100644 index 0000000..5fe0853 --- /dev/null +++ b/governance/index.html @@ -0,0 +1,78 @@ +--- +layout: default +title: pages.governance.title +description: pages.governance.description +--- + + +{% include hero/governance.html %} +{% include base.html %} + + +
+ + +
+
+
{% tmd pages.governance.description-text-hero %}
+
+

{% t pages.governance.description %}

+
+
+ +
+
+

{% t pages.governance.governance-meaning %}

+
+
+ +
+
+
+
+ + +
+
+

{% t pages.governance.voting-header %}

+ +
+
+ +
+
+
+

{% t pages.governance.proposal-service %}

+ +
+ +
+
+
diff --git a/masternodes/index.html b/masternodes/index.html index 9acc8f9..9476a28 100644 --- a/masternodes/index.html +++ b/masternodes/index.html @@ -25,7 +25,7 @@ description: pages.budget.description
-

{% t pages.masternodes.earn-heading %}

+

{% t pages.masternodes.earn-heading %}

{% t pages.masternodes.earn-text %}

@@ -87,7 +87,7 @@ description: pages.budget.description
-

P2P

+

P2P

{% tmd pages.masternodes.p2p-text %}
From 32ef0f9a2c23cb6610ed1bb9c4630dbf28ccec64 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 23:17:30 +0700 Subject: [PATCH 3/7] cleaned up contact page --- _includes/hero/contact.html | 2 +- contact/index.html | 2 +- src/scss/_junk-drawer.scss | 23 +++++++++++++++-------- src/scss/_section.scss | 10 +++++++++- 4 files changed, 26 insertions(+), 11 deletions(-) diff --git a/_includes/hero/contact.html b/_includes/hero/contact.html index f0c9ab1..5404808 100644 --- a/_includes/hero/contact.html +++ b/_includes/hero/contact.html @@ -21,7 +21,7 @@
{% t pages.contact.form-pretext %}
{% t pages.contact.form-pretext-2 %} - Contact us. + Contact us.
Dash
diff --git a/contact/index.html b/contact/index.html index 6dbb523..010bfd8 100644 --- a/contact/index.html +++ b/contact/index.html @@ -20,7 +20,7 @@ description: pages.contact.description
-
+

{% t pages.contact.mail-list-heading %}

diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index 560ab1d..848ccd3 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -471,12 +471,19 @@ a.blog_link { font-weight: $font-weight-bold; } -.section__title{ - font-weight: 300; - font-size: 3.35294rem; - line-height: 1.2; - letter-spacing: -0.015em; - margin-bottom: 10px; - text-align: center; - margin-bottom: 40px; +.mailboxes-bg{ + background-image: url(../../assets/img/hero/mailboxes.jpg); + position: relative; + background-size: cover; + z-index: 1; + &:after { + content: ''; + background-image: $gradient-default-overlay-blue; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: -1; + } } diff --git a/src/scss/_section.scss b/src/scss/_section.scss index ee787be..1daaa6b 100644 --- a/src/scss/_section.scss +++ b/src/scss/_section.scss @@ -10,7 +10,15 @@ $m: 'section'; padding: 0 20px; margin: 0 auto; } - + &__title{ + font-weight: 300; + font-size: 3.35294rem; + line-height: 1.2; + letter-spacing: -0.015em; + margin-bottom: 10px; + text-align: center; + margin-bottom: 40px; + } &--intro-lead { text-align: center; .#{$m} { From 2b920a41f0c6898a2ab26a26ed0434eb1819efa1 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 23:35:06 +0700 Subject: [PATCH 4/7] fixed typograph --- npm-debug.log.2092820115 | 0 src/scss/_section.scss | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 npm-debug.log.2092820115 diff --git a/npm-debug.log.2092820115 b/npm-debug.log.2092820115 new file mode 100644 index 0000000..e69de29 diff --git a/src/scss/_section.scss b/src/scss/_section.scss index 1daaa6b..22d940f 100644 --- a/src/scss/_section.scss +++ b/src/scss/_section.scss @@ -11,13 +11,10 @@ $m: 'section'; margin: 0 auto; } &__title{ - font-weight: 300; - font-size: 3.35294rem; - line-height: 1.2; - letter-spacing: -0.015em; - margin-bottom: 10px; - text-align: center; - margin-bottom: 40px; + @include font-title-xlarge(); + margin-bottom: 10px; + text-align: center; + margin-bottom: 40px; } &--intro-lead { text-align: center; @@ -119,7 +116,7 @@ $m: 'section'; @include mq($to: 600px) { // optical & > * { width: 100%; - text-align: center; + text-align: center; } } } From cf0f715b2398c26578a2457f8ae89c1d5723fc6f Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Fri, 24 Feb 2017 20:33:22 +0700 Subject: [PATCH 5/7] fixed governance and masternodes content --- _i18n/en.yml | 5 +- _includes/hero/governance.html | 5 +- masternodes/index.html | 120 +-------------------------------- 3 files changed, 7 insertions(+), 123 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 59c5cb2..7814ff9 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -85,9 +85,8 @@ pages: hero-text: > Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve two important problems in cryptocurrency: governance and funding. - hero-how-to-btn: How to start - hero-guide-btn: Guides - hero-pools-btn: Pools + hero-how-to-btn: What is DGBB + hero-tools-btn: Tools description-text-hero: > Governance in a decentralized project is difficult, diff --git a/_includes/hero/governance.html b/_includes/hero/governance.html index 71f3050..0df239b 100644 --- a/_includes/hero/governance.html +++ b/_includes/hero/governance.html @@ -15,9 +15,8 @@

{% t pages.governance.hero-text %}

diff --git a/masternodes/index.html b/masternodes/index.html index 9476a28..f22b03b 100644 --- a/masternodes/index.html +++ b/masternodes/index.html @@ -27,19 +27,6 @@ description: pages.budget.description

{% t pages.masternodes.earn-heading %}

{% t pages.masternodes.earn-text %}

-
- - - - - - - - - - - -
ExchangeVolume (24h)PriceVolume (%)
@@ -67,20 +54,6 @@ description: pages.budget.description

{% t pages.masternodes.host-table-heading %}

- - - - - - - - - - - - - -
HeightBlock TimeTransactionsValue OutDifficulty
@@ -88,103 +61,16 @@ description: pages.budget.description

P2P

-
+
-
{% tmd pages.masternodes.p2p-text %}
- {% t pages.masternodes.p2p-btn %} +
{% tmd pages.masternodes.p2p-text %}
+ {% t pages.masternodes.p2p-btn %}
- - From 782268e75172b8a2575873895614f4c36585e808 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Sat, 25 Feb 2017 00:28:34 +0700 Subject: [PATCH 6/7] added mining page --- _i18n/en.yml | 77 ++++++++++++++++++++++++++++++++++ _includes/hero/mining.html | 27 ++++++++++++ {buy-sell => buy}/index.html | 0 dash.org-test-web.pem.enc | Bin 1680 -> 1680 bytes mining/index.html | 78 +++++++++++++++++++++++++++++++++++ src/scss/_junk-drawer.scss | 2 +- 6 files changed, 183 insertions(+), 1 deletion(-) create mode 100644 _includes/hero/mining.html rename {buy-sell => buy}/index.html (100%) create mode 100644 mining/index.html diff --git a/_i18n/en.yml b/_i18n/en.yml index 7814ff9..cde6e3f 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -2,6 +2,83 @@ # For multiple paragraph content add two line breaks pages: + mining: + title: Dash Official Website | Dash Crypto Currency + description: Dash is Digital Cash + + hero-heading: Mining + + hero-text: Masternodes are computers that run a dash wallet and make decisions, such as locking transactions with InstantSend, coordinate mixing of coins, and voting on budget funding. + + hero-how-to-btn: How to start + hero-pools-btn: Tools + hero-guides-btn: Guides + + 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: > + 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. + 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 + + + + description-text-hero: > + Governance in a decentralized project is difficult, + because by definition there are no central authorities to make decisions for the project. + In Dash, such decisions are made by the network, that is, by the owners of masternodes. The DGBB system allows masternodes + to vote for or against proposals, which can then be implemented (or not) by Dash's developers. A key example is early in 2016, + when Dash's Core Team submitted a proposal to the network asking whether the blocksize should be increased to 2 MB. Within 24 hours, + consensus had been reached to approve this change. Compare this to Bitcoin, where debate on the blocksize has been raging for nearly three years. + + description: > + The DGBB also provides a means for Dash to fund its own development. While other projects have to depend on donations or premined endowments, + Dash uses 10% of the block reward to fund its own development. Every time a block is mined, 45% of the reward goes to the miner, 45% goes to a + masternode, and the remaining 10% is not created until the end of the month. During the month, anybody can make a budget proposal to the network. + If that proposal is approved by at least 10% of the masternode network, then at the end of the month a series of "superblocks" will be created. + At that time, the block rewards that were not paid out (10% of each block) will be used to fund approved proposals. The network thus funds itself + by reserving 10% of the block reward for budget projects. + + governance-meaning: What is Governance and what does it mean for Dash + + voting-header: How to Vote + voting-automatic: Automated Voting + voting-automatic-text: > + One of the greatest challenges of building a crypto currency platform is ensuring you create a decentralized system of governance to manage, + fund, maintain and expand the project. This key element is absent in every currency to date, the natural response is to create a not-for-profit + foundation that is tasked with maintaining the core protocol and promoting the coin but is not really connected to the coin holders in any meaningful way. + This approach has a few issues that have been made evident from the experience of older crypto currency platforms. + voting-guide-btn: Guide - Amanda B. + voting-manual-btn: Manual Voting (in QT Wallet) + voting-central-btn: DashCentral + + voting-tools: Governance Tools + voting-tools-text: > + The system would work as a decentralized voting mechanism setup in the software, where budgets for specific projects are proposed, + then the masternodes as a whole vote on them. Each project, if it passes, is added to the total budget and paid directly from the blockchain + to the person doing the work. With this, we could hire core developers and pay them directly after approval of the work in a decentralized fashion. + generator-link: Budget Proposal Generator + dashcentral-link: DashCentral + votetracker-link: VoteTracker + budget-monitoring-link: Budget Monitoring + proposal-status-link: Proposal Status + + proposal-service: Proposal Automated Service + masternodes: title: Dash Official Website | Dash Crypto Currency description: Dash is Digital Cash diff --git a/_includes/hero/mining.html b/_includes/hero/mining.html new file mode 100644 index 0000000..92ab586 --- /dev/null +++ b/_includes/hero/mining.html @@ -0,0 +1,27 @@ +
+
+ {% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %} + {% srcset_source width:1920 %} + {% srcset_source width:960 %} + {% endsrcset %} +
+ + + {% include nav-desktop.html %} + + +
+

{% t pages.mining.hero-heading %}

+

{% t pages.mining.hero-text %}

+ + +
+ + +
+
+ diff --git a/buy-sell/index.html b/buy/index.html similarity index 100% rename from buy-sell/index.html rename to buy/index.html diff --git a/dash.org-test-web.pem.enc b/dash.org-test-web.pem.enc index 6c8b68be66ab43009ac71fa4664e086e2a6fe475..2a73774cce6de9115ae892670f2244ffe5280c75 100644 GIT binary patch delta 43 ycmbQhJAs#f<+4u?^tjedypix;BCw2WBYznqBiH6O#xiC`uE~E{9s + +
+
+

{% t pages.mining.pools-heading %}

+ +

{% tmd pages.mining.marsternode-text %}

+
+
+ +
+
+
+
+

{% t pages.mining.what-heading %}

+ +
+
+

{% t pages.mining.earn-heading %}

+

{% t pages.mining.earn-text %}

+
+
+
+
+ + +
+
+
+
+

{% t pages.mining.host-heading %}

+
{% tmd pages.mining.host-text %}
+ {% t pages.mining.host-btn %} +
+
+

{% t pages.mining.hosting-services %}

+
{% tmd pages.mining.hosting-services-text %}
+ {% t pages.mining.hosting-services-btn %} +
+
+
+
+ +
+
+
+

{% t pages.mining.host-table-heading %}

+
+
+
+ +
+
+

P2P

+
+
+
{% tmd pages.mining.p2p-text %}
+
+
+ +
+
+ {% t pages.mining.p2p-btn %} +
+
+ + diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index 848ccd3..f19109f 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -472,7 +472,7 @@ a.blog_link { } .mailboxes-bg{ - background-image: url(../../assets/img/hero/mailboxes.jpg); + background-image: url(/assets/img/hero/mailboxes.jpg); position: relative; background-size: cover; z-index: 1; From 36903c1e6535aaecc12113c47bea2bf0f376ae60 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Sat, 25 Feb 2017 00:59:29 +0700 Subject: [PATCH 7/7] deleted --- mining/index.html | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/mining/index.html b/mining/index.html index 64113a9..508d1e9 100644 --- a/mining/index.html +++ b/mining/index.html @@ -23,12 +23,10 @@ description: pages.mining.description
-

{% t pages.mining.what-heading %}

- +
-

{% t pages.mining.earn-heading %}

-

{% t pages.mining.earn-text %}

+
@@ -40,13 +38,9 @@ description: pages.mining.description

{% t pages.mining.host-heading %}

-
{% tmd pages.mining.host-text %}
- {% t pages.mining.host-btn %}
-

{% t pages.mining.hosting-services %}

-
{% tmd pages.mining.hosting-services-text %}
- {% t pages.mining.hosting-services-btn %} +
@@ -55,7 +49,6 @@ description: pages.mining.description
-

{% t pages.mining.host-table-heading %}

@@ -65,13 +58,10 @@ description: pages.mining.description

P2P

-
{% tmd pages.mining.p2p-text %}
-
- {% t pages.mining.p2p-btn %}