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

Use genesis snapshot occur error #78

Open
xyz-ass opened this issue Jan 16, 2024 · 1 comment
Open

Use genesis snapshot occur error #78

xyz-ass opened this issue Jan 16, 2024 · 1 comment

Comments

@xyz-ass
Copy link

xyz-ass commented Jan 16, 2024

electrumx.server.block_processor.ChainError: UTXO f2b29aa42f36f2e8d4dedb630aadff142c7dc5952b7ac54522042638a303267f / 0 not found in "h" table
why?

@star8ks
Copy link

star8ks commented Feb 11, 2024

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:

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?

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

2 participants