Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcore - BTX - SEGWIT - BLOOM - ONLINE - CORE 0.14.1 -142000+ BTX Claimed
by
6436346346
on 30/07/2017, 22:20:31 UTC
New wallet does not sync

2017-07-30 10:44:39 UpdateTip: new best=a40fd316ef64321c4d916edbac1edf575ce33e5aef62f7d42afca596e0074fca height=3799 version=0x30000003 log2_work=53.841636 tx=7092 date='2017-05-19 04:16:33' progress=0.000002 cache=1.7MiB(6297tx) warning='100 of last 100 blocks have unexpected version'
2017-07-30 10:44:39 AddToWallet 15d1e8de01f1d7e567f4d430dccdf498cfa45b242012cc51887d805a8971f474
2017-07-30 10:44:39 AddToWallet 86b395a54876acc60128e93431fe2a9a7b9f041326c9b2e7209353e0cd3c7efe


Wallet crashes at block 3799 every time, and on restart starts syncing from scratch, then crashes at same spot any ideas??

Do you use the newest version 14-1-6 ? What is your OS?

Please use this link for source download. https://github.com/LIMXTEC/BitCore/archive/master.zip

same OS (Xenial) as the last version before this update, after update the wallet would not sync, was stuck at 20906, so deleted the entire blockchain now we cant sync past 3799

Tried removing the wallet, same issue

I compiled directly from the link provided in the support ticket
  "version": 140106,
  "protocolversion": 70015,
  "walletversion": 130000,


We are unable to compile from an archive zip for obvious security reasons
A final Xenial build isn't online. You can use this Source here https://github.com/LIMXTEC/BitCore/archive/master.zip or you wait. I going to ask Jon to build a new Xenial client.

That build made no difference, however I think I found the issue

There seems to be a few nodes on the network that are totally breaking sync, the only way we could sync was to find a good node an connect to it directly, to do this you need to set listen=0 in your bitcore.conf and replace "addnode" with "connect" to some nodes you know are synced.

e.g.

listen=0
connect=105.235.159.43


If we set listen=1 it stops syncing immediately, and will kill the wallet at block 3799 on resync, not sure if this information will help anyone else.