-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can't successfully --reindex while Core 25.99 can #8
Comments
allowing core to reindex and re-running the satellite fork bitcoind, i see this in my logs: 2023-09-18T04:52:38Z [Chainstate [ibd] @ height 808238 (00000000000000000001912fb900574e3460d326adcfdd715b09a0dc8f5eaad1)] resized coinsdb cache to 8.0 MiB I didn't wipe future or partial block directories before executing bitcoind... |
Is there an existing issue for this?
Current behaviour
Running bitcoind --reindex fails reliably when using bitcoin satellite but doesn't fail while using latest bitcoin-core
Expected behaviour
to --reindex like core
Steps to reproduce
bitcoin-cli stop
bitcoind --reindex
Relevant log output
2023-09-17T17:29:50Z Bitcoin Core version v25.0.0 (release build)
2023-09-17T17:29:50Z Bitcoin Satellite version v0.2.4 (release build)
.
.
.
2023-09-17T18:22:23Z UpdateTip: new best=0000000000000003db2fb830b859db8a01a9b66e0397ac0531e14c8df0d33d0c height=275387 version=0x0000000>
2023-09-17T18:22:23Z ERROR: ReadBlockFromDisk(CBlock&, CBlockIndex*): GetHash() doesn't match index for CBlockIndex(pprev=0x7f8985c32b68,>
2023-09-17T18:22:23Z *** Failed to read block
2023-09-17T18:22:23Z Error: A fatal internal error occurred, see debug.log for details
2023-09-17T18:22:23Z Failed to connect best block (Failed to read block)
2023-09-17T18:22:23Z loadblk thread exit
2023-09-17T18:22:23Z Shutdown: In progress...
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
Bitcoin Core version v25.99.0-f01416e23c9c; for satellite
Operating system and version
Linux 13764k 6.5.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 13 Sep 2023 08:37:40 +0000 x86_64 GNU/Linux
Machine specifications
SSDx3 with BTRFS in RAID3c configuration; issue also happens in RAID1 on BTRFS, haven't tried with EXT4
The text was updated successfully, but these errors were encountered: