-
Hello!
Please help, how to generate p2sh address, using my example:
**address = bitcoin.payments.p2pkh({ pubkey: bitcoin.ECPair.fromPrivateKey(Buffer.from(getPrivKey(numbers[i]), 'hex')).publicKey }…
-
When I derive using BIP84
m / 84 '/ 60' / 0 '/ 0 I get keys that start with x and should start with z
-
### Background
Most channel force closes happen because of some connectivity issues between both peers. Therefore I would call it a proper Force Close where nobody whats to cheat the other party bu…
-
I think we should have a distribution like this:
```python
def dist(reserve_value):
if reserve_value
-
It's currently not possible to import (solvable) SegWit addresses (P2SH and native) using `importmulti`. I believe that's a shortcoming we should address before release.
My suggestion would be for …
-
I decode the raw tx, it show me different txid and hash
In P2PKH tx, it always show me the same value between txid and hash.
why it is different value between txid and hash when tx has segwit tx in…
-
Steps to reproduce:
1. create a new address using Bitcoin-QT Receive tab
2. create corresponding SegWit address through bitcoin-cli
3. use this SegWit address as the custom change address
I…
Sjors updated
3 years ago
-
Hello i created a testnet address.
```
private key: "cQNr2RTfTjo4c5R9pyGm2CNRpRbJxKLpkm2JedbyC5dH9F33MKa4",
address: "n4iRvNhWXup6gqu2C25K83KiQcoKrSoR1x"
```
here is my code
```js
const …
-
### Background
Cannot use `sendcoins` to send 294 sats to a p2wkh address.
### Your environment
* lnd v0.9.0-beta-rc3
* linux
* btcd 0.20.0-beta
### Steps to reproduce
* `lncli newadd…
-
After signing the transaction and calling the build function on TransactionBuilder. It is not broadcasting to the blockchain network. How to solve this? Please help. Do I need to perform any extra ste…