python-bitcoinlib
python-bitcoinlib copied to clipboard
Add simnet params
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.
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
@petertodd can this be merged?