From d3b25d64216d4bf183b3cafa1a1166d14b334ea0 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Mon, 26 Jul 2021 12:26:45 +0100 Subject: [PATCH] update masterenode setup README --- contrib/masternodesetup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/masternodesetup/README.md b/contrib/masternodesetup/README.md index 8cd262c3f..57f2f00f4 100644 --- a/contrib/masternodesetup/README.md +++ b/contrib/masternodesetup/README.md @@ -4,7 +4,7 @@ *** ## Required 1) **SAPP collateral value at current block** ([consult the collateral table](../../README.md#rewards-breakdown)) -2) **Local Wallet https://github.com/decenomy/DSW/releases** +2) **Local Wallet https://github.com/sappcoin-com/SAPP/releases** 3) **VPS with UBUNTU 18.04** (it is possible to work on other versions but it is not tested) 4) **Putty https://www.putty.org/** 5) **Text editor on your local pc to save data for copy/paste** @@ -30,7 +30,7 @@ You will then receive your private key, save it in a txt to use it later. * Once logged in your vps, *copy/paste* each line one by one with *Enter* ``` -wget -q https://raw.githubusercontent.com/__GITHUB_ACCOUNT__/__GITHUB_REPOSITORY__/master/contrib/masternodesetup/masternodesetup.sh +wget -q https://raw.githubusercontent.com/sappcoin-com/SAPP/master/contrib/masternodesetup/masternodesetup.sh ``` ```