-
I am experimenting with c-lightning on a testnet. I generated a new address, sent some test bitcoins to it and now I opened a few channels.
24 hours later my channels are still not opened:
> CH…
-
I'm trying to use the `btc.signP2SHTransaction` function but am not getting the expected result. I have added a test in https://github.com/bodymindarts/ledgerjs/tree/failing-test (branched off of mast…
-
Transactions are coming from the mempool.
**Result:**
```
version 2
INCOMPLETE: No inputs!
out [exception: Push of data element that is larger than remaining data]
prps UNK…
-
We use `Node.GetBlocks(IEnumerable neededBlocks, CancellationToken cancellationToken)` to receive blocks.
However one time @davex25 fetched a block that didn't have witness data. Our `NodeRequire…
-
Hey there!
Confused as to why I need to include `ki.public_hex` when I'm adding an input? I've gone digging through the code and I see `keys` is optional, but I'm unable to sign and get an error po…
-
I had been running Wasabi for a few days in order to reproduce #699, and then tried to generate a new receiving address. The UI completely froze, but console messages continued to appear. I ran a pe…
-
hi
this is not a issue
I just want to know how NBXplorer knows a address (or Script) is derived from ExtPubKey?
-
I've installed the latest version but When i use
```
var bitcoin = require('bitcoinjs-lib')
const prevOutScript = bitcoin.script.scriptHash.output.encode(..)
```
i get
`TypeError: Cannot rea…
-
# Abstract
With this QIP, it would be possible for a user without coins to sign and prove their identity via a UTXO created from "nothing." This would primarily be useful only to contracts so that …
Earlz updated
5 years ago
-
I want to try to understand how gocoin mines. Which part of the code should I check? Is gocoin still supporting mining?