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
When calling estimate_fee, Electrs (Docker image getumbrel/electrs) returns -1 despite not showing any errors and bitcoind being 100% synchronized
Only warning that appears: mainnet_electrs | [2024-11-13T05:29:09.030Z INFO electrs::electrum] your wallet uses less efficient method of querying electrs, consider contacting the developer of your wallet. Reason: blockchain.scripthash.get_history called for unsubscribed scripthash
The text was updated successfully, but these errors were encountered:
-1 is sent back to the rpc client when estimate_fee returns Ok(None), estimate_fee forwards calls to bitcoind.
Does bitcoin-cli estimatesmartfee <blocks> return anything meaningful?
Running BTC to XMR atomic swaps using configuration from:
https://github.com/UnstoppableSwap/asb-docker-compose
When calling estimate_fee, Electrs (Docker image getumbrel/electrs) returns -1 despite not showing any errors and bitcoind being 100% synchronized
Only warning that appears:
mainnet_electrs | [2024-11-13T05:29:09.030Z INFO electrs::electrum] your wallet uses less efficient method of querying electrs, consider contacting the developer of your wallet. Reason: blockchain.scripthash.get_history called for unsubscribed scripthash
The text was updated successfully, but these errors were encountered: