diff --git a/docs/user/developers/insight.rst b/docs/user/developers/insight.rst index 2d31a8d1d..d88ecb1ca 100644 --- a/docs/user/developers/insight.rst +++ b/docs/user/developers/insight.rst @@ -32,9 +32,9 @@ dependencies:: Download and extract the latest version of Dash Core:: cd ~ - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz - tar -xvzf dashcore-20.0.2-x86_64-linux-gnu.tar.gz - rm dashcore-20.0.2-x86_64-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz + tar -xvzf dashcore-20.0.3-x86_64-linux-gnu.tar.gz + rm dashcore-20.0.3-x86_64-linux-gnu.tar.gz Install `Dashcore Node `_ and create your configuration:: @@ -55,7 +55,7 @@ Change paths in the configuration file as follows:: nano dashcore-node.json - Change the value of ``datadir`` to ``../../.dashcore`` -- Change the value of ``exec`` to ``../../dashcore-20.0.2/bin/dashd`` +- Change the value of ``exec`` to ``../../dashcore-20.0.3/bin/dashd`` - **Optionally** change the value of ``network`` to ``testnet`` if you want to run Insight on testnet diff --git a/docs/user/masternodes/maintenance.rst b/docs/user/masternodes/maintenance.rst index 6785fa4b5..b7ffebc72 100644 --- a/docs/user/masternodes/maintenance.rst +++ b/docs/user/masternodes/maintenance.rst @@ -47,7 +47,7 @@ enter the following command, pasting in the address to the latest version of Dash Core by right clicking or pressing **Ctrl + V**:: cd /tmp - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz Verify the authenticity of your download by checking its detached signature against the public key published by the Dash Core development @@ -63,14 +63,14 @@ following keys: curl https://keybase.io/codablock/pgp_keys.asc | gpg --import curl https://keybase.io/pasta/pgp_keys.asc | gpg --import - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc - gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc + gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc Extract the compressed archive and copy the new files to the directory:: - tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz - cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/ - cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/ + tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz + cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/ + cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/ Restart Dash:: diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index e37ec29aa..ef756978c 100644 --- a/docs/user/masternodes/setup-evonode.rst +++ b/docs/user/masternodes/setup-evonode.rst @@ -271,7 +271,7 @@ command, pasting in the address to the latest version of Dash Core by right clic or pressing **Ctrl+ V**:: cd /tmp - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz Verify the authenticity of your download by checking its detached signature against the public key published by the Dash Core development @@ -287,16 +287,16 @@ following keys: curl https://keybase.io/codablock/pgp_keys.asc | gpg --import curl https://keybase.io/pasta/pgp_keys.asc | gpg --import - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc - gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc + gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc Create a working directory for Dash, extract the compressed archive and copy the necessary files to the directory:: mkdir ~/.dashcore - tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz - cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/ - cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/ + tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz + cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/ + cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/ Create a configuration file using the following command:: diff --git a/docs/user/masternodes/setup-testnet.rst b/docs/user/masternodes/setup-testnet.rst index a3af4236f..c41a0aa7d 100644 --- a/docs/user/masternodes/setup-testnet.rst +++ b/docs/user/masternodes/setup-testnet.rst @@ -655,7 +655,7 @@ and communication relating to the base blockchain. Download Dash Core as follows:: cd /tmp - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz Verify the authenticity of your download by checking its detached signature against the public key published by the Dash Core development @@ -667,14 +667,14 @@ team. All releases of Dash are signed using GPG with the following key: :: curl https://keybase.io/pasta/pgp_keys.asc | gpg --import - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz.asc - gpg --verify dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz.asc + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz.asc + gpg --verify dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz.asc Extract the compressed archive and copy the necessary files to the directory:: - tar xfv dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz - sudo install -t /usr/local/bin dashcore-20.0.2/bin/* + tar xfv dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz + sudo install -t /usr/local/bin dashcore-20.0.3/bin/* Create a working directory for Dash Core:: diff --git a/docs/user/masternodes/setup.rst b/docs/user/masternodes/setup.rst index f3e96d916..f42914499 100644 --- a/docs/user/masternodes/setup.rst +++ b/docs/user/masternodes/setup.rst @@ -233,7 +233,7 @@ address to the latest version of Dash Core by right clicking or pressing **Ctrl + V**:: cd /tmp - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz Verify the authenticity of your download by checking its detached signature against the public key published by the Dash Core development @@ -249,16 +249,16 @@ following keys: curl https://keybase.io/codablock/pgp_keys.asc | gpg --import curl https://keybase.io/pasta/pgp_keys.asc | gpg --import - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc - gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc + gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc Create a working directory for Dash, extract the compressed archive and copy the necessary files to the directory:: mkdir ~/.dashcore - tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz - cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/ - cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/ + tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz + cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/ + cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/ Create a configuration file using the following command:: diff --git a/docs/user/mining/p2pool.rst b/docs/user/mining/p2pool.rst index 0812a2336..a72fe57e1 100644 --- a/docs/user/mining/p2pool.rst +++ b/docs/user/mining/p2pool.rst @@ -112,7 +112,7 @@ address to the latest version of Dash Core by right clicking or pressing **Ctrl + V**:: cd ~ - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz Verify the authenticity of your download by checking its detached signature against the public key published by the Dash Core development @@ -128,21 +128,21 @@ following keys: curl https://keybase.io/codablock/pgp_keys.asc | gpg --import curl https://keybase.io/pasta/pgp_keys.asc | gpg --import - wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc - gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc + wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc + gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc Create a working directory for Dash, extract the compressed archive, copy the necessary files to the directory and set them as executable:: mkdir ~/.dashcore - tar xfvz dashcore-20.0.2-x86_64-linux-gnu.tar.gz - cp dashcore-20.0.2/bin/dashd .dashcore/ - cp dashcore-20.0.2/bin/dash-cli .dashcore/ + tar xfvz dashcore-20.0.3-x86_64-linux-gnu.tar.gz + cp dashcore-20.0.3/bin/dashd .dashcore/ + cp dashcore-20.0.3/bin/dash-cli .dashcore/ Clean up unneeded files:: - rm dashcore-20.0.2-x86_64-linux-gnu.tar.gz - rm -r dashcore-20.0.2/ + rm dashcore-20.0.3-x86_64-linux-gnu.tar.gz + rm -r dashcore-20.0.3/ Create a configuration file using the following command:: diff --git a/scripts/update-download-links.sh b/scripts/update-download-links.sh index 24ee2170c..0a86c287b 100755 --- a/scripts/update-download-links.sh +++ b/scripts/update-download-links.sh @@ -4,8 +4,8 @@ # Dash Core version is released # Define old and new version variables -OLD_VERSION="20.0.0" -NEW_VERSION="20.0.2" +OLD_VERSION="20.0.2" +NEW_VERSION="20.0.3" # Use the variables in the find/sed commands find . -iname "*.rst" -exec sed -i "s~/v${OLD_VERSION}/dashcore-${OLD_VERSION}-~/v${NEW_VERSION}/dashcore-${NEW_VERSION}-~g" {} +