I'm having trouble syncing the wallet for two days now.
It is showing 44 hours behind and with the message "No block source available" even though I have active connections.
The log is showing bunch of:
Misbehaving: SOME_IP:40000 (0 -> 1)
Misbehaving: SOME_OTHER_IP:40000 (1 -> 2)
....
Any suggestions on how to solve this?
Hi. What OS are you on?
Try reindexing
I'm using Win10. I just tried to reindex and again the sync stops at "2 days ago". I also tried to delete everything in "AppData/Roaming/BiblePayCore" except for wallet.dat and .conf file and that also didn't help.
The log is showing this error:
2017-12-19 11:41:34 InvalidChainFound: invalid block=a242f61a6c63193a10d29502387aac7d3f7aa3449579fff9c83a3b643235a52f height=21560
If I type "getblockcount" into console, I get 21559.
So, the wallet gets stuck at block height of 21560.
Disable the both original node address with # and add "node.bibplepay-explorer.org" in your .conf file, delete again everything (except wallet.dat) and then reindex! If you pass 21559, delete the # marks in .conf file and restart application.
biblepay.conf:
#addnode=node.biblepay.org
#addnode=biblepay.inspect.network
addnode=node.bibplepay-explorer.org
.....