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

Class RegTestParams

bitcoin/__init__.py:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 BECH32_HRP = 'tb'
58
59class RegTestParams(bitcoin.core.CoreRegTestParams):
60 MESSAGE_START = b'\xfa\xbf\xb5\xda'
61 DEFAULT_PORT = 18444
62 RPC_PORT = 18443
63 DNS_SEEDS = ()
64 BASE58_PREFIXES = {'PUBKEY_ADDR':111,
65 'SCRIPT_ADDR':196,
66 'SECRET_KEY' :239}
67 BECH32_HRP = 'bcrt'
68
69"""Master global setting for what chain params we're using.
70

Callers 1

SelectParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected