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

Error while running testnet node #1165

Closed
andrijac opened this issue Jul 18, 2023 · 2 comments
Closed

Error while running testnet node #1165

andrijac opened this issue Jul 18, 2023 · 2 comments

Comments

@andrijac
Copy link

After rebooting VM, I tried to run my testnet node again:
bcoin --network=testnet --index-address=true --index-tx=true

I'm getting this:

[info] (blockstore) Opening FileBlockStore...
[info] (chain) Chain is loading.
[info] (chain) Checkpoints are enabled.
[info] (chaindb) Opening ChainDB...
[info] (chaindb) ChainDB successfully loaded.
[info] (chaindb) Chain State: hash=000000000000001360a475bd873acc404aa40961d89da8293dd265afdc2f5c02 tx=65969529 coin=29005455 value=20992047.74962723.
[info] (chain) Chain Height: 2440676
[debug] (chain) Memory: rss=57mb, js-heap=15/30mb native-heap=27mb
[warning] (chain) P2SH has been activated.
[warning] (chain) BIP34 has been activated.
[warning] (chain) BIP66 has been activated.
[warning] (chain) BIP65 has been activated.
[warning] (chain) CSV has been activated.
[warning] (chain) Segwit has been activated.
[debug] (chain) Memory: rss=57mb, js-heap=15/30mb native-heap=27mb
[info] (mempool) Mempool loaded (maxsize=97656.25kb).
[info] (miner) Miner loaded (flags=mined by bcoin).
[warning] (miner) No reward address is set for miner!
[info] (net) Pool loaded (maxpeers=8).
[info] (txindexer) Indexer is loading.
[info] (addrindexer) Indexer is loading.
[info] (wallet) Opening WalletDB...
Error: Corruption: no meta-nextfile entry in descriptor

At the same time, mainnet node works fine.

I have no idea what to do :)
Please help

@pinheadmz
Copy link
Member

Try adding --no-wallet to your bcoin command. If runs normally it most likely means your wallet DB is corrupted and needs to be deleted and restored from seed phrase.

@andrijac
Copy link
Author

Awesome, thanks, that worked

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