Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block 23057 WARN, Error occured on chain sync with Peer, Data not found on disk: load data #48

Open
mrhedstrom opened this issue Apr 27, 2024 · 6 comments

Comments

@mrhedstrom
Copy link

I have tried to sync the blockchain twice now but get stuck on block 23056 and all peers generates the same error:

[2024-04-27] (17:39:57.300) [WARN ] [xelis_daemon::p2p] | Error occured on chain sync with Peer[connection: Connection[peer: ???.???.???.???:2125, read: 130 KiB, sent: 1.9 KiB, key rotation (in/out): (1/1), connected since: 5s, closed: false], id: 1580593161845417619, topoheight: 39745, top hash: 549fd194009b930ea003819240bc8d403f12e68ea2d81f4c2ee67f890270ea29, height: 37760, pruned: No, priority: true, tag: None, version: 1.9.4-6a4e306, fail count: 0, out: true, peers: 0]: Data not found on disk: load data

@mrhedstrom
Copy link
Author

I took the db from my docker linux environment and continued on a windows machine and it got past this block. After 200 blocks I stopped the windows daemon, copied back the db and it started working in docker from where windows daemon left off. So issue was only in docker linux environment on this block.
I'm running docker version v1.9.3

@mrhedstrom
Copy link
Author

It happened again on block 26504. It is getting stuck on block 26503 and the same error from all peers.

@Catjrrey
Copy link

Have you found a solution to the problem? I am also facing the same issue as you.

@Slixe
Copy link
Member

Slixe commented Apr 28, 2024

Can you try using dev branch ? Resync from 0, delete mainnet folder and start the daemon and keep me updated

@mrhedstrom
Copy link
Author

No, but I did a workaround. I moved the db to a windows client and ran with command --allow-boost-sync
When the whole blockchain was synced I moved the db back to the data mount of my docker and started the daemon.

@mrhedstrom
Copy link
Author

Can you try using dev branch ? Resync from 0, delete mainnet folder and start the daemon and keep me updated

Where can I find a prebuilt docker image from dev branch? I have downloaded the docker image prebuilt. I don’t know how to build the docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants