Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
httpb
on 19/12/2017, 12:15:16 UTC
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:

Code:
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.


Strange. What does

./biblepay-cli getinfo

tell you? What wallet version are you on?

If I type "getinfo" in console, I get the following:

Code:
{
  "version": 1000606,
  "protocolversion": 70710,
  "walletversion": 61000,
  "wallet_fullversion": "1.0.6.6",
  "balance": 400.00000000,
  "privatesend_balance": 0.00000000,
  "retirement_balance": 0,
  "blocks": 21559,
  "timeoffset": 16,
  "connections": 5,
  "proxy": "",
  "difficulty": 217.5915334033695,
  "testnet": false,
  "keypoololdest": 1511822547,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}