We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
electrumx.server.block_processor.ChainError: UTXO f2b29aa42f36f2e8d4dedb630aadff142c7dc5952b7ac54522042638a303267f / 0 not found in "h" table why?
The text was updated successfully, but these errors were encountered:
Same. I think the reason is the genesis snapshot tar files are not exctracted properly, or the snapshot at https://cdn.atomicals.xyz/snapshots/genesis/index.html is damaged.
I tried tar -xvf for atomicalselectrumx-0.tar, but it ended with:
tar -xvf
x ./electrumxdb.genesis/hist/552465.ldb: Truncated tar archive tar: Error exit delayed from previous errors.
so I tried this
cat atomicalselectrumx-0.tar atomicalselectrumx-1.tar atomicalselectrumx-2.tar atomicalselectrumx-3.tar atomicalselectrumx-4.tar > atom.tar tar -xvf atom.tar # still got error x ./electrumxdb.genesis/hist/552465.ldb tar: Damaged tar archive tar: Retrying...
@atomicals Is it right to extract this snapshot this way?
Sorry, something went wrong.
No branches or pull requests
electrumx.server.block_processor.ChainError: UTXO f2b29aa42f36f2e8d4dedb630aadff142c7dc5952b7ac54522042638a303267f / 0 not found in "h" table
why?
The text was updated successfully, but these errors were encountered: