-
I have just realised that `electrs` uses `rust-bitcoincore-rpc` in production ``. Until just now I thought that `bitcoincore-rpc` was only ever used in testing.
I have, as of today, decided to put …
-
Hello!
Here is an archive containing a few more than needed Testnet3 blocks (784) to help in archeology.
[testnet3.tar.gz](https://github.com/user-attachments/files/17530794/testnet3.tar.gz)
``…
-
**Describe the enhancement**
Since rust-bitcoincore-rpc may not be updated as often as we need it was suggested on rust-bitcoin/rust-bitcoincore-rpc#365 that we may want to create our own BDK ver…
-
Hi, I'm trying to setup a local regtest node and I'm using this crate. When compiling I get an error in a bitcoind dependency (bitcoincorerpc-json):
```bash
warning: skipping duplicate package `em…
-
Would it be possible to build and push images based on docker-core versions. For example, if I want to use an older version of bitcoin core?
-
[`bitcoincore-rpc`](https://crates.io/crates/bitcoincore-rpc) presents us with a few problems
## 1. It depends on a different HTTP client stack than the rest of the project, `minreq`
Everywhere …
-
Log:
```
Exception java.lang.OutOfMemoryError:
at java.io.ByteArrayOutputStream. (ByteArrayOutputStream.java:79)
at io.horizontalsystems.bitcoincore.io.UnsafeByteArrayOutputStream. (UnsafeByte…
-
Running couple of different instances of blockbook while managing our migration to testnet4,
We have noticed that in the explorer interface it shows addresses as begin with bc1 style e.g bc1qgrcex95y…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
- bitcoin core 28.0 (flatpak) won't save data (blockchain nor chainstate) to external …
-
rust-bitcoincore-rpc: `v0.19.0`
Bitcoin Core: `v0.21.0` and `v24.0.1`
`scan_tx_out_set_blocking()` is panicking as if another scan was already in progress.
This snippet:
```rs
extern crate …