qwizzie
Well-known member
Hi guys,
I recently setup a masternode with the help of some excellent guides in here and the masternode is running fine but i want to be prepared in case i need to update the Masternode. Can you guys pls look through below commands and check if i got it correct or if i need to change something or add something. thanks.
(I'm running darkcoind as newly created user btw, not as root, also extraction of darkcoind happens on my windows pc and i will use WINSCP to place it on the server)
Update without protocol change
./darkcoind masternode debug
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind
./darkcoind getinfo
./darkcoind masternode list | grep $IP
Update with protocol change
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind
start MN from cold wallet
./darkcoind getinfo
./darkcoind masternode list | grep $IP
Update with protocol change & command-option reindex
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind --reindex
start MN from cold wallet
./darkcoind getinfo
./darkcoind masternode list | grep $IP
I recently setup a masternode with the help of some excellent guides in here and the masternode is running fine but i want to be prepared in case i need to update the Masternode. Can you guys pls look through below commands and check if i got it correct or if i need to change something or add something. thanks.
(I'm running darkcoind as newly created user btw, not as root, also extraction of darkcoind happens on my windows pc and i will use WINSCP to place it on the server)
Update without protocol change
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind
./darkcoind getinfo
./darkcoind masternode list | grep $IP
Update with protocol change
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind
start MN from cold wallet
./darkcoind getinfo
./darkcoind masternode list | grep $IP
Update with protocol change & command-option reindex
./darkcoind stop
rm ./darkcoind (or maybe just dump new extracted darkcoind on older darkcoind with help of WINSCP ?)
chmod +x ./darkcoind
rm ~/.darkcoin/peers.dat
./darkcoind --reindex
start MN from cold wallet
./darkcoind getinfo
./darkcoind masternode list | grep $IP
Last edited by a moderator: