MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / SigNetParams

Class SigNetParams

bitcoin/__init__.py:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 BECH32_HRP = 'tb'
47
48class SigNetParams(bitcoin.core.CoreSigNetParams):
49 MESSAGE_START = b'\x0a\x03\xcf\x40'
50 DEFAULT_PORT = 38333
51 RPC_PORT = 38332
52 DNS_SEEDS = (("signet.bitcoin.sprovoost.nl", "seed.signet.bitcoin.sprovoost.nl"))
53 BASE58_PREFIXES = {'PUBKEY_ADDR':111,
54 'SCRIPT_ADDR':196,
55 'SECRET_KEY' :239}
56
57 BECH32_HRP = 'tb'
58
59class RegTestParams(bitcoin.core.CoreRegTestParams):
60 MESSAGE_START = b'\xfa\xbf\xb5\xda'

Callers 1

SelectParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected