-
_Course Title_: **Build and broadcast your own Bitcoin transaction**
_Modules_:
- [ ] Introduction to Bitcoin Transactions
- [ ] Understanding Transaction Structure
- [ ] Parsing Transaction In…
-
@str4d says:
> `MAX_BLOCK_SIGOPS` does apply to Zcash; it's hard-coded at 20,000, matching pre-SegWit Bitcoin
This limit applies to the sum of sigops in lock (output) and unlock (spend) scripts.
…
-
While I don't think it should be renamed, the docs should clarify that `WitnessProgram` is not, in fact, a "witness program". A witness program (per https://github.com/murchandamus/bips/pull/1/files) …
-
Any thoughts on if or when you'll be updating this for bitcoin 13.2, and any ideas on how to enable segwit so we can do some -regnet segwit testing?
-
-
This class seems to be choking on valid SegWit addresses emitted by Electrum.
The following address:
bc1q2n496yyjcm4g7xplrzx0c6h6gg94uflq5qtq25
Fails to decode with the message:
Invalid pa…
-
Hey guys, I've been working on a new desktop Bitcoin wallet the past month that defaults to P2SH wrapped Segwit out of the box and is basically orientated to be very noob friendly. So far almost all o…
-
It's not possible to CPU mine on the main signet, because it's signed.
However you can create a custom signet and set the challenge to `OP_TRUE` (`signetchallenge=51` in `bitcoin.conf`). This trigg…
Sjors updated
4 months ago
-
Currently [`validateAddress`](https://github.com/liquality/chainabstractionlayer/blob/dev/packages/bitcoin-utils/lib/index.ts#L243) fails for p2sh-segwit addresses in bitcoin-utils.
One would expec…
-
Will you guys update the wallet to work with Segwit?(NOTE: check the GPG keys so that you dont get hacked see: bitcoin.org)
ghost updated
7 months ago