Closed3
electrs を regtest node とつなぐ
bitcoin core
electrs
bdk-cli
で regtest 環境
bdk-cli sync すると
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Electrum(Protocol(String("failed to get confirmed status")))', src/bdk_cli.rs:153:26
electrs 側で
Error: failed to get confirmed status
Caused by: 101+ transactions found, query may take a long time
failed: Error: failed to get confirmed status Caused by: 1534+ transactions found, query may take a long time · Issue #122 · romanz/electrs
txid_limit という option をつけるとよいらしいので、electrs の github 眺める。
electrs のオプション/設定の指定方法
electrs/usage.md at master · romanz/electrs
cli で option 指定する場合は --txid-limit 0
をつければ ok
--txid-limit Number of transactions to lookup before
returning an error, to prevent 'too
popular' addresses from causing the RPC
server to get stuck (0 - disable the limit
)
関連記事を出した -> BDK CLI を regtest でつかう
このスクラップは2021/02/21にクローズされました