From 4629c4a4755a93dccdaba51f687c6c07a23d22e4 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 18:25:47 +0700 Subject: [PATCH] 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