-
Hi folks
I have been searching a information about pruned nodes and I am interested to find out what are the real concerns about running them for certain applications and usages, even with short st…
-
### Background
When force-closing a channel, the txn gets broadcasted to the chain. After mining a block and seeing the txn is confirmed via bitcoind, the response from `lncli listchaintxns` still …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
Bitcoind startup is terminated.
### Expected behaviour
bitcoind should complete startup an…
-
I've been considering an alternative approach to writing a Bitcoin Core JSON RPC client, namely, exporting the structured API information available within Bitcoin Core as JSON, and using that to auto-…
-
So I restarted both fedimintd and bitcoind. Fedimintd got stuck (and stopped retrying?) even after bitcoind was up:
```
2024-04-09T01:38:09.988787Z INFO fedimintd::fedimintd: Metrics API listenin…
-
The Dockerfile is outdated and running an old version of bitcoind `Bitcoin Core RPC client version v0.13.2.0-g0d71914`.
-
Issue for discussion about ways multiprocess functionality could be packaged and released. Trying to figure out which of the 3 release options described below makes the most sense.
### Binaries
…
-
I have a docker-compose.yml file that looks like this:
``` yaml
bitcoind:
image: kylemanna/bitcoind
volumes:
- ~/.bitcoin:/bitcoin/.bitcoin
user: root
command: bitcoind -server=0 -testnet…
-
Currently many of the example crates are working CLIs. I doubt however that anyone will ever actually run these CLIs.
The downside of them being CLIs is that they are over 50% just boilerplate for …
-
**Is your feature request related to a problem? Please describe.**
I am considering forking the repository, but I only need the backend: The bitcoind daemon and rocksdb schema + configuration. `elect…