-
Blockstack currently supports segwit-p2sh addresses, in addition to multisig p2sh and p2pkh. It supports p2sh-p2wpkh and p2sh-p2wsh, making for a total of four different spending condition types (two…
-
When doing `blindrawtransaction` and providing asset commitments for inputs not owned by the node, first the `input_assets` array is filled with null assets, because `auxiliary_generators` is non-zero…
-
When I'm trying to create a new wallet via PUT request to `http://mybcoinserver/wallet/:id` I get `Network mismatch for xpubkey`
Am I missing something ?
```
const bitcoin = require('bitcoinjs-…
-
I create two wallet for segwit, now I want to create a multi-signature wallet used a master key
when i import the master public key ,i get the error "Wrong key type p2wpkh"
-
Currently no support for [bip84](https://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki): deriving P2WPKH (bech32) hd wallets.
-
Tested on latest release (3.3.8) and on git HEAD (https://github.com/spesmilo/electrum/commit/9372eacc291ab3fb35c762eba0341d95571863ff).
Using a coldcard standard wallet, `p2wpkh-p2sh` script type,…
-
I used the `bitcoin-cli createrawtransaction` to create the txhex.
And it can be signed by using:
`bitcoin-cli signrawtransactionwithwallet '0200000001b110155b1b9f13f887127a7c8b2f9a784ca0181efd70…
-
[Uploading bisq error.txt…]()
-
How to convert single public key to address using command line?
For example :
bc1quhc7qvukzgwtkpt6vw8p389qrzfe9g5ahfcd4v address having
021674bbae037ddc10b327c6fc0814777fa5f2a2d9fca6f3a9ff46ddf90…
-
The tests `test_tx_creation.py` and `test_wallet.py` fail when using bitcoin core v0.19.0.1. It is possible that the reason this is happening is due to the recent enforcement of standard transactions …