Re: Looking for decent guides on how to open Segwit compliant wallets.
by
Valle
on 17/01/2018, 06:10:55 UTC
There are none, only bitcoin core source code + bips + tests from https://github.com/bitcoin/bitcoin/tree/master/src/test/data You'll need implement basic bitcoin first, then bip143 hash (this gives bitcoin cash implementation almost for free), then p2sh, then segwit tx validation.