Bootstrapping is the process for speeding up the syncing of your wallet. Syncing is your wallet downloading all transactions from when it was made until now. You can bootstrap your wallet to give it the file instead of it downloading slowly (syncing).
Notice: Bootstrap files will be refreshed every 3 hours.
-
Login as root and stop your masternode
bitcloud-cli stop
-
If your BitCloud masternode path is not /root/.bitcloud, change COIN_PATH='/root/.bitcloud/' variable to your BitCloud masternode file location or you'll get problems.
-
Download and start bootstrap script
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/LIMXTEC/BTDX-Masternode-Setup/master/bootstrap.sh)"
-
Start your BitCloud masternode again
bitcloudd -daemon
Now your blockchain is up to date, only a few blocks will be downloaded afterwards.