I bootstrapped the blocks and chainstate folder from my local data directory on OSX running self build 4.7.0 with the same config as debian. Removing the data and chainstate folders and starting the daemon works as expected.
start the daemon ./navcoind &
query the cli ./navcoin-cli getinfo
after the Rewinding Blocks message, it moves onto Loading Banlist but this message never goes away.
error code: -28
error message:
Loading banlist...
The logs show that it is actually past that and syncing, but the CLI get stuck at that message.
removing the banlist.dat and trying to get the wallet to recreate it results in the same series of events.
Running Gitian built 4.6.0 on Debian 9.
navcoin.conf
I bootstrapped the
blocks
andchainstate
folder from my local data directory on OSX running self build 4.7.0 with the same config as debian. Removing thedata
andchainstate
folders and starting the daemon works as expected../navcoind &
./navcoin-cli getinfo
after the
Rewinding Blocks
message, it moves ontoLoading Banlist
but this message never goes away.The logs show that it is actually past that and syncing, but the CLI get stuck at that message.
removing the banlist.dat and trying to get the wallet to recreate it results in the same series of events.
debug.log file:
and the block sync continues in the logs after this.