Michael
Results
8
issues of
Michael
It first tries to fetch fee rate from bb mempool, then mempool.space and finally if they fail it falls back to using bitcoin core. I have implemented it to use...
bitcoin-cli help lockunspent RPC example shows: ``` As a JSON-RPC call > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "lockunspent", "params": [false, "[{\"txid\":\"a08e6907dbbd3d809776dbfc5d82e371b764ed838b5655e72f463568df1aadf0\",\"vout\":1}]"]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/ ```...
Docs