You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Started to sync Bitcoin node mainnet.
When at 77%, tried to start the Stacks node mainnet.
Before downloading the BTC block headers or anything else, it split the following error:
WARN [1677421413.559267] [src/burnchains/burnchain.rs:694] [main] Failed to stat burnchain DB path '/home/ubuntu/stacks-blockchain/data/mainnet/burnchain/burnchain.sqlite': Os { code: 2, kind: NotFound, message: "No such file or directory" }
ERRO [1677421413.577888] [testnet/stacks-node/src/main.rs:58] [main] Process abort due to thread panic: panicked at 'index out of bounds: the len is 0 but the index is 0', src/burnchains/bitcoin/spv.rs:834:33
ERRO [1677421413.618335] [testnet/stacks-node/src/main.rs:60] [main] Panic backtrace: 0: stacks_node::main::{{closure}}
at testnet/stacks-node/src/main.rs:59:18
Describe the bug
Started to sync Bitcoin node mainnet.
When at 77%, tried to start the Stacks node mainnet.
Before downloading the BTC block headers or anything else, it split the following error:
Steps To Reproduce
Download bitcoin 24.0.1
Create the bitcoin.conf for the mainnet node.
Start bitcoin core
Clone
master
branch stacks repoCompile node
Run compiled node
Expected behavior
I expect it to start downloading the headers, and then sync with the bitcoin node progress.
Environment (please complete the following information):
rustc 1.61.0
24.0.1
The text was updated successfully, but these errors were encountered: