masternodes / vps

A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
250 stars 491 forks source link

full reload blockchain in wallet #12

Open chikavladimir opened 6 years ago

chikavladimir commented 6 years ago

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

smokinchili commented 6 years ago

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