-
Notifications
You must be signed in to change notification settings - Fork 23
Using snapshot, running the node gives this error. #85
Comments
This issue has been fixed in #89. Please update the client and retry. |
Similar error log
|
|
@pythonberg1997 do we get a chance to try the snapshot? |
Could you provide more logs in debug level? Especially before the node exit. @greyireland |
I am not using the snapshots above, I am using a synchronized full node.
debug logs
Currently, I cannot connect to more nodes and cannot sync to the latest block. I feel that the data may have been corrupted. I have tried syncing through multiple nodes several times this month, and each time, an error occurs after completing all stages. I use PM2 to restart the node every time it crashes, but the program is still stuck at this point. |
If you want more logs, you can contact me |
I have encountered similar problem, if have a solution, please let me know. |
Let's focus on the peer issue first. Could you please set |
If anyone has successfully run this bsc-reth, I hope you can give some good running suggestions. I have tried syncing many times with various methods, but none of them worked. I have given up. |
same problem here... |
same issue |
hi, guys. Please join the TG group https://t.me/+M9D9Eo7sMj4wNDI1, so that we can provide support in time |
This issue was caused by database corruption due to an unexpected event. I will close this issue for now. If anyone encounters the same problem( |
Describe the bug
Error: database integrity error occurred: trying to append data to Sidecars as block #40888244 but expected block #40888243
Caused by:
trying to append data to Sidecars as block #40888244 but expected block #40888243
Location:
/project/crates/node/builder/src/launch/mod.rs:411:28
Steps to reproduce
Download this:https://github.com/fuzzland/snapshots
Run:./bsc-reth node --datadir ~/reth/bsc --http --http.api all --http.addr 0.0.0.0 --http.port 8547 --ws --ws.api all --ws.addr 0.0.0.0 --ws.port 8548 --metrics 0.0.0.0:9001
Node logs
Platform(s)
Linux (x86)
What version/commit are you on?
./reth --version
reth Version: 1.0.1
Commit SHA: 4d9ea56
Build Timestamp: 2024-07-18T07:18:40.601597195Z
Build Features: bsc,jemalloc
Build Profile: maxperf
What database version are you on?
Which chain / network are you on?
bsc
What type of node are you running?
Archive (default)
What prune config do you use, if any?
If you've built Reth from source, provide the full command you used
./bsc-reth node --datadir ~/reth/bsc --http --http.api all --http.addr 0.0.0.0 --http.port 8547 --ws --ws.api all --ws.addr 0.0.0.0 --ws.port 8548 --metrics 0.0.0.0:9001
Code of Conduct
The text was updated successfully, but these errors were encountered: