forked from romanz/electrs
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
Overview
I set up Elements nodes and managed to use Blocksigner(Liquid Functionary) to automatically generate blocks with 2-of-2 signing.
However, when I tried to use Blockstream’s electrs to index the node’s data, I encountered some errors.
thread 'main' panicked at src/new_index/schema.rs:336:76:
called `Result::unwrap()` on an `Err` value: Error(Msg("missing txo [elements]bdb0a795c9b095d70ef1527d7ffd38aeedd3cd3acd3b04a566f018bd54318e90:0"), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
Key Configs
This repo is what I use for this chain and issue happened:
https://github.com/Jung0x12/liquid-functionary-configs
I also create a address-info.conf file just for describe some address and key I use for.
Command
Remove DB first
rm -rf ./db/liquidregtest
Run electrs
./target/release/electrs -vvvv \
--network liquidregtest \
--daemon-dir liquid-functionary-demo-configs/01/elements \
--daemon-rpc-addr 127.0.0.1:12001 \
--electrum-rpc-addr 127.0.0.1:50001 \
--cookie lquser1:lqpass1 \
--db-dir ./db \
--jsonrpc-import
Error log
thread 'main' panicked at src/new_index/schema.rs:336:76:
called `Result::unwrap()` on an `Err` value: Error(Msg("missing txo [elements]bdb0a795c9b095d70ef1527d7ffd38aeedd3cd3acd3b04a566f018bd54318e90:0"), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
Metadata
Metadata
Assignees
Labels
No labels