python-bitcoinlib icon indicating copy to clipboard operation
python-bitcoinlib copied to clipboard

Add simnet params

Open gsmadi opened this issue 6 years ago • 2 comments

Adding support for simnet.

Parameters referenced from btcd.

Only parameter here I couldn't find was for MESSAGE_START. Let me know if there is a standard resource out there to figure this one out.

gsmadi avatar Jul 23 '19 11:07 gsmadi

Now that Bech32-encoded address support is merged you probably want to add BECH32_HRP parameter, too

EDIT: confused this with signet (https://en.bitcoin.it/wiki/Signet), this 'simnet' seems to be something else - the prefixes does not match those in signet

dgpv avatar Sep 10 '19 19:09 dgpv

@petertodd can this be merged?

JVillella avatar Apr 15 '21 20:04 JVillella