-
This issue is most apparent with the bitcoin stack. On Embassy restart, all services are started at once. Since bitcoind is not "ready", upstream dependencies (lnd/c-lightning/spark) crash.
A know…
-
**Describe the bug**
when trying to acccess BTC RPC Explorer Im getting the below error message:
This explorer currently is failing to connect to your Bitcoin Core node.
Check your connection detai…
-
To activate support in Linux full nodes, you should add "-daemon" after bitcoind so the daemon would start
The command should look like:
echo "uacomment=UASF-SegWit-BIP148" >> ~/.bitcoin/bitcoin.c…
-
As bitcoind rpc can be connected from outside of SL now (thanks for that!), writeauthfiles could be expanded to fetch bitcoind .cookie file too.
For now on docker desktop it's easy to copy it from …
-
Following the intructions in [doc/build-windows.md](../blob/master/doc/build-windows.md) results in a `bitcoind` binary that's almost 440 MB. For comparison, the latest release binary is around 15 MB.…
-
Stops accepting RCP calls
Every time I start bitcoind
Version 17 downloaded executable
Mac OSX
Matthews-MacBook-Pro:~ matt$ /Applications/bitcoin-0.17.0/b…
-
Both poll at regular intervals. They can just be one polling loop.
There can be some nasty edge cases between them, that we could handle but no need to add complexity if we don't need to.
-
#### Steps to reproduce
1. Setup a transaction in ElectrumABC
2. Preview the transaction (do not sign it)
3. Click 'Copy' to copy the raw tx to clipboard
4. `bitcoin-cli decoderawtransaction `
…
-
ecdsa updated
11 years ago
-
We currently use a rather lengthy loop to wait for `bitcoind` to warm up and be ready to serve RPC calls:
https://github.com/ElementsProject/lightning/blob/44d408cc87beb854bdaf60c72108bb4492cfb34b/…