vps
vps copied to clipboard
full reload blockchain in wallet
Hello I have Desire masternode How can I make the full reload of blockchain in my wallet? Thank You
The process for re-downloading just the blockchain goes something like this. I don't have a desire master node running but the process is the same for most coins i have seen.
The steps are
- Stop the masternode service
- Delete the contents of the blocks and chainstate folder
- Reboot, masternode should be set to start up at reboot
commands are something like this (may not be exact):
cd /usr/local/bin desire-cli -conf=/etc/masternodes/desire_n1.conf stop cd cd .desire cd blocks rm -rf * cd .. cd chainstate rm -rf * reboot