Technologov Member Mar 5, 2017 160 36 88 38 Israel Mar 23, 2017 #1 My understanding, is that I must stop "dashd", replace the binary and restart "dashd". Will it throw me out of payment queue? Is this the recommended method ?
My understanding, is that I must stop "dashd", replace the binary and restart "dashd". Will it throw me out of payment queue? Is this the recommended method ?
Newar New Member Oct 2, 2015 16 4 3 Mar 23, 2017 #2 I use the https://github.com/moocowmoo/dashman script and it does not throw me off the queue. It does the stop/restart as well.
I use the https://github.com/moocowmoo/dashman script and it does not throw me off the queue. It does the stop/restart as well.
GrandMasterDash Grizzled Member Masternode Owner/Operator Jul 12, 2015 3,392 1,439 1,183 Mar 23, 2017 #3 Login to your vps and do a system update while you're there. su to the user running dashd, then cd to that user's home directory wget https://www.dash.org/binaries/dashcore-0.12.1.4-linux64.tar.gz check the hash of the file you downloaded with those at https://www.dash.org/wallets/ sha256sum dashcore-0.12.1.4-linux64.tar.gz tar zxvf dashcore-0.12.1.4-linux64.tar.gz dash-cli stop mv dashcore-0.12.1/bin/dash{d,-cli} .dashcore ; ls -l .dashcore/dash{d,-cli} dash-cli --version dashd dash-cli getinfo If all goes well, you'll be done within 5 mins and you won't lose your place in the queue.
Login to your vps and do a system update while you're there. su to the user running dashd, then cd to that user's home directory wget https://www.dash.org/binaries/dashcore-0.12.1.4-linux64.tar.gz check the hash of the file you downloaded with those at https://www.dash.org/wallets/ sha256sum dashcore-0.12.1.4-linux64.tar.gz tar zxvf dashcore-0.12.1.4-linux64.tar.gz dash-cli stop mv dashcore-0.12.1/bin/dash{d,-cli} .dashcore ; ls -l .dashcore/dash{d,-cli} dash-cli --version dashd dash-cli getinfo If all goes well, you'll be done within 5 mins and you won't lose your place in the queue.