-
If I remember correctly this is doable and I already discussed about that online.
Not in the original repository according to [opentimestamps-client/issues/created_by/Benjamin-Loison](https://githu…
-
#### **Description**:
Develop a configuration structure for Bitcoin in a manner analogous to Ethereum's configuration in `config.rs`. This structure will facilitate the connection and interaction with…
-
# Background
The `README.md` currently shows how to setup the block explorer aspect of the workshop (`electrs` and `mempool.space`). However there is a bit more to the setup than just these things.
…
-
**Describe the bug**
electrs fails on p2p disconnects running against Satoshi:26.0.0 on Debian bullseye with "Broken pipe (os error 32)".
**Electrs version**
electrs v0.10.3
**To Reproduce…
-
root@redwood:/etc/znc/modules# cat test.py
```
import bitcoin.rpc
txid = '55374e78c86bb739c0ef69f92e3f0cfa9b233e293426170c65a2fe381fd54593'
proxy = **bitcoin.rpc.Proxy(btc_conf_file='/etc/znc/bitc…
-
Hello, newbie user here.
After some time researching, I don't know if I am missing some step using the `skip_block_download_wait = true` configuration. If not, and is just not possible to use elect…
-
### Motivation
We currently return the error code 0 for most RPC errors.
We might want to return the same error codes that zcashd does. (However, we might want to investigate if people rely on t…
-
A couple of commands have been deprecated and replaced by others. For example listaccounts is now listlabels. Most accounts related rpcs are now renamed to label. See https://chainquery.com/bitcoin-cl…
-
Would be great if we have an additional API endpoint that would return recent block hashes only ( about 100 or 1000 would be good ).
This should be useful for http endpoints to detect reorgs withou…
-
Right now, we can choose b/w Bitcoin Testnet and Mainnet; I wanted to check if there is any plan to add a custom signet option with RPC.