Genesis update with 172 difficulty

This commit is contained in:
Ignotus Peverell 2018-03-26 16:12:18 +01:00
parent b38c6b1cf1
commit f3fc26c5c9
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -91,15 +91,15 @@ pub fn genesis_testnet2() -> core::Block {
},
//TODO: Check this is over-estimated at T2 launch
total_difficulty: Difficulty::from_num(global::initial_block_difficulty()),
nonce: 5100,
nonce: 42365,
pow: core::Proof::new(vec![
0xc959ec, 0x16c10da, 0x186c549, 0x3045401, 0x38226e3, 0x42d041b, 0x49bf309,
0x5295ae9, 0x6ae4490, 0x763ba88, 0x78e711e, 0x8459fc9, 0x8579418, 0x8fbfc38,
0xbf735f0, 0xc30a750, 0xcf1df67, 0xea54fb7, 0xec30a7e, 0xf285691, 0x115b6000,
0x11a68288, 0x11a6a1be, 0x1257f383, 0x12ec0836, 0x14357351, 0x14b25747,
0x14d9e57c, 0x14f6755c, 0x14f99326, 0x17fe205f, 0x19523912, 0x1973f000,
0x19a433b1, 0x19ff0f3a, 0x1bc050d1, 0x1da8c0cb, 0x1de11b30, 0x1eded1f7,
0x1f10dc08, 0x1f9a491c, 0x1fa004f8,
0xa3163, 0x9f42bf, 0x243ea6f, 0x34acaa4, 0x3552efa, 0x4315a83, 0x4f5f496,
0x541ba37, 0x717ce71, 0x7be44aa, 0x9ac0a9e, 0xa1d9984, 0xb75f60e, 0xe184928,
0xe44c7f6, 0x11a4dba8, 0x12981f4d, 0x12c0ab3b, 0x131bbaca, 0x14b4bbb5,
0x14dda829, 0x15968500, 0x168cc6e2, 0x177f2f26, 0x179a2836, 0x17b12d39,
0x17b786cd, 0x183def3b, 0x18873d9b, 0x188abb3f, 0x18be6db8, 0x1914cea1,
0x1992c0c9, 0x1a18f935, 0x1aa2f6c0, 0x1aad6430, 0x1ab216d7, 0x1b08c5b4,
0x1c3f7184, 0x1c6a820a, 0x1cfbf6a0, 0x1de9a55d
]),
..Default::default()
},