-
Hey, I noticed that you guys recently added P2WPKH support which is fantastic. The problem is that the library has not been updated on pub.dev so I can't really use these features.
Here is the link…
-
Error executing command:
Request failed: requirement failed: Cannot have signers that do not sign for one of Vector(ECPublicKey(02eea4707c7f47eba5b95d9a57c3120fc85dbdeea408d6edd262403d2f5f5836e3))
…
-
Edit 2 (from junderw): I made an Electrum seed library: [Here](https://github.com/bitcoinjs/electrum-mnemonic) is the github and it can be installed with `npm install electrum-mnemonic`
Edit (from …
-
Hi,
I need to send btc to some address, and I have p2wpkh-representation only.
I tried to use advices from
https://github.com/Bit-Wasp/bitcoin-php/issues/613#issuecomment-361771979
, but resul…
-
I try to impor privat key
example:
p2wpkh-p2sh:5K817kyuyGNYbRK1fYznPN1d1bE22725JMSv13s7TnbXiUo5wNw
_Next_ button disappear, I can't open my address.
-
I'm using [this code](https://github.com/bitcoinjs/bitcoinjs-lib/issues/1238#issuecomment-426880691)
```
const ypub = 'tpubDCoXW1puhTARDmuk8UXieCYPuVR6GpY7yHLEMoKM1iXfMui8crafMFUbKA6QtjT6RZkajE4nXB…
-
Steps to reproduce: (I don't recommend doing this with real Bitcoin as it will result in funds sent to the void. Use testnet instead).
- create a Segwit multisig wallet in Electrum
- grab any add…
ghost updated
4 years ago
-
This issue describes the planned protocol features that need to be activated by consensus for the next major release (planned to be 1.21)
## Summary
With the next major release, we plan to propo…
-
how can I generates segwit address using bx tool?
-
If the output script in a P2WPKH transaction is a "pay-to-witness-pubkey-hash" then transaction fails with Script not verified successfully. But if I change output script to "pay-to-pubkey-hash" then …