Crypto-SI / Zephyr-wallet

Electrum based light wallet for PIVX
MIT License
2 stars 0 forks source link

Electrumx PIVX mainnet - lack of synchronization #6

Open 0x00031337 opened 4 years ago

0x00031337 commented 4 years ago

Question not directly related to Zephyr SPV wallet. Indirectly, however, the developer can indicate a solution to the problem. I have a problem synchronizing Electrumx PIVX mainnet (v.1.14.0) with the local PIVX daemon (v.4.0.2). Blockchain was reindexed and re-synchronized with the network from the beginning. Still the same problem, shown below. Can I count on a hint on how to deal with it? Alternatively, any contact to the operators of hardcoded servers in Zephyr.

mar 06 20:23:49 emhyr e5377dc85768[14795]: INFO:Prefetcher:catching up to daemon height 2,237,659 (84,513 blocks behind)
mar 06 20:23:49 emhyr e5377dc85768[14795]: WARNING:BlockProcessor:daemon blocks do not form a chain; resetting the prefetcher
mar 06 20:23:51 emhyr e5377dc85768[14795]: INFO:Prefetcher:catching up to daemon height 2,237,659 (84,513 blocks behind)
mar 06 20:23:51 emhyr e5377dc85768[14795]: WARNING:BlockProcessor:daemon blocks do not form a chain; resetting the prefetcher
Crypto-SI commented 4 years ago

This may relate to the new way PIVX 4.0 handles data. We have an unreleased fix for this currently if you search our latest PR#5 .

please let me know if this fixes your issue, or contact me directly in PIVX Discord and we can discuss further, I'll leave this open pending your response.

Cryptosi