networks: update regtest params

This commit is contained in:
Javed Khan 2018-08-20 18:04:53 +05:30 committed by Mark Tyneway
parent 7f736db0d7
commit 48f38a4a65
No known key found for this signature in database
GPG Key ID: C54371E96096D987

View File

@ -720,7 +720,7 @@ regtest.seeds = [
regtest.magic = 0xdab5bffa;
regtest.port = 48444;
regtest.port = 18444;
regtest.checkpointMap = {};
regtest.lastCheckpoint = 0;
@ -838,25 +838,25 @@ regtest.deploys = [
];
regtest.keyPrefix = {
privkey: 0x5a,
xpubkey: 0xeab4fa05,
xprivkey: 0xeab404c7,
xpubkey58: 'rpub',
xprivkey58: 'rprv',
privkey: 0xef,
xpubkey: 0x043587cf,
xprivkey: 0x04358394,
xpubkey58: 'tpub',
xprivkey58: 'tprv',
coinType: 1
};
regtest.addressPrefix = {
pubkeyhash: 0x3c,
scripthash: 0x26,
witnesspubkeyhash: 0x7a,
witnessscripthash: 0x14,
bech32: 'rb'
pubkeyhash: 0x6f,
scripthash: 0xc4,
witnesspubkeyhash: 0x03,
witnessscripthash: 0x28,
bech32: 'bcrt'
};
regtest.requireStandard = false;
regtest.rpcPort = 48332;
regtest.rpcPort = 18443;
regtest.walletPort = 48334;