-
I'm running:
`docker run elementsproject/lightningd:latest
`
Console prints:
```
Could not connect to bitcoind using bitcoin-cli. Is bitcoind running?
Make sure you have bitco…
-
If my understanding is correct this crate launches a separate instance per test, which is nice but because of the race condition and tests being run in parallel this can cause flaky tests which is qui…
-
### Issue and Steps to Reproduce
C-lightning (v0.9.0-2-ge7d89cd) crashed while I wasn't doing anything and it was just running on my server: C-lightning ran fine again after a restart.
Here i…
ghost updated
4 years ago
-
**Describe the bug**
After logging into the RTL client, the client is unable to load the forwarding history after showing that it is loading for 1-5 minutes.
**To Reproduce**
Steps to reproduce t…
-
On new versions: 0.13.1 for example:
`bitcoind stop`
shows
`Error: There is no RPC client functionality in bitcoind anymore. Use the bitcoin-cli utility instead.`
-
Hi,
When I try to run with following command, container always run with live mode.
docker run \
-d \
--name=bitcoind \
-p 18333:18333 \
-p 18332:18332 \
-e BITCOIN_CONF_SERVER=1 \
-e BITC…
-
Serving BIP37 was made opt-out (through [BIP111](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki)) in [Bitcoin Core 0.12 ](https://github.com/bitcoin/bitcoin/blob/47d981e8273804a040d716…
-
hello I do exactly what the instruction says also i setup the bitcoin daemon and its work...
I created new user and added the pgp key when i go to the become vendor page and click "become a vendor" i…
-
I'm using ipc for rawblock and rawtx zmq notifications with bitcoind. It looks like Fulcrum doesn't recognize it:
```
[2022-04-11 16:24:58.373] getzmqnotifications: unknown endpoint protocol ipc:…
-
Similar to this
https://github.com/bitcoin/bitcoin/blob/master/src/script.h#L46
Use integers as the real value being passed around, with named class properties as convenience variables to access them…