vps icon indicating copy to clipboard operation
vps copied to clipboard

full reload blockchain in wallet

Open chikavladimir opened this issue 8 years ago • 1 comments

Hello I have Desire masternode How can I make the full reload of blockchain in my wallet? Thank You

chikavladimir avatar Nov 05 '17 11:11 chikavladimir

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

  1. Stop the masternode service
  2. Delete the contents of the blocks and chainstate folder
  3. 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

smokinchili avatar Apr 25 '18 21:04 smokinchili