networks: update testnet chainwork.
This commit is contained in:
parent
6acf96457d
commit
dfd63f12bb
@ -496,7 +496,6 @@ testnet.port = 18333;
|
|||||||
|
|
||||||
testnet.checkpointMap = {
|
testnet.checkpointMap = {
|
||||||
546: '70cb6af7ebbcb1315d3414029c556c55f3e2fc353c4c9063a76c932a00000000',
|
546: '70cb6af7ebbcb1315d3414029c556c55f3e2fc353c4c9063a76c932a00000000',
|
||||||
// Custom checkpoints
|
|
||||||
10000: '02a1b43f52591e53b660069173ac83b675798e12599dbb0442b7580000000000',
|
10000: '02a1b43f52591e53b660069173ac83b675798e12599dbb0442b7580000000000',
|
||||||
100000: '1e0a16bbadccde1d80c66597b1939e45f91b570d29f95fc158299e0000000000',
|
100000: '1e0a16bbadccde1d80c66597b1939e45f91b570d29f95fc158299e0000000000',
|
||||||
170000: '508125560d202b89757889bb0e49c712477be20440058f05db4f0e0000000000',
|
170000: '508125560d202b89757889bb0e49c712477be20440058f05db4f0e0000000000',
|
||||||
@ -513,7 +512,7 @@ testnet.checkpointMap = {
|
|||||||
1050000: 'd8190cf0af7f08e179cab51d67db0b44b87951a78f7fdc31b4a01a0000000000'
|
1050000: 'd8190cf0af7f08e179cab51d67db0b44b87951a78f7fdc31b4a01a0000000000'
|
||||||
};
|
};
|
||||||
|
|
||||||
testnet.lastCheckpoint = 900000;
|
testnet.lastCheckpoint = 1050000;
|
||||||
|
|
||||||
testnet.halvingInterval = 210000;
|
testnet.halvingInterval = 210000;
|
||||||
|
|
||||||
@ -547,7 +546,7 @@ testnet.pow = {
|
|||||||
),
|
),
|
||||||
bits: 486604799,
|
bits: 486604799,
|
||||||
chainwork: new BN(
|
chainwork: new BN(
|
||||||
'000000000000000000000000000000000000000000000023301a0019bca9e74c',
|
'0000000000000000000000000000000000000000000000286d17360c5492b2c4',
|
||||||
'hex'
|
'hex'
|
||||||
),
|
),
|
||||||
targetTimespan: 14 * 24 * 60 * 60,
|
targetTimespan: 14 * 24 * 60 * 60,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user