cryptonote_config - changed stagenet gov. wallet and premine address to multisig

This commit is contained in:
jcktm 2018-04-30 13:23:53 +10:00
parent cfeb367579
commit f8bef95c67

View file

@ -196,10 +196,10 @@ namespace config
boost::uuids::uuid const NETWORK_ID = { {
0x62 ,0x37, 0x9B, 0x22 , 0x0A, 0x66 , 0x69, 0x1E, 0x09, 0xB2, 0x97, 0x8A, 0xCC, 0xA1, 0xDF, 0x9C
} }; // Bender's daydream
std::string const GENESIS_TX = "023c01ff000380808d93f5d77102895ed587c190517c0d73885722330cf9c9e063b1897b3e9bc47e0f71693162298080b4ccd4dfc60302f7bf648401370624e008d10f12bad9bea8a82a5f6bfee12a30318ad6dbdee681808088fccdbcc323024497d2fc7d856d8b7b755034d4808a68bbe0d0cf9ab14151b2402b358bf441e3210179d5ba0a6c2c2c641c793e2a74ba0709c70781724275843b53d1d1c439dcf2f400";
std::string const GENESIS_TX = "023c01ff000380808d93f5d77102215e7997cc13577b4dccb7674f29e589eb31d1ac976f8705a5e72e29ffc3b5128080b4ccd4dfc60302fabda0267afbb982f26c0bb91cf8390007608107128895b27ae0c8626094f78b808088fccdbcc32302c9185f434dd52201ea71797f75d9e2666653da1d7dc09e23b744dd8ba41d1e1c21014c115959fc1b5186b4ebdfd2efeaddf452bf5b211fd8f2b70ebaf59f21f927c600";
uint32_t const GENESIS_NONCE = 10002;
std::string const GOVERNANCE_WALLET_ADDRESS = "52hBAREiNay8bH6JCfWrGdDM3cV6yHMLpcKFnVfnqPcVUrKGLbJCmkuUzJZqLfjzrMRYQgUsoHTuuMA1Z7QKvxFVANKHdGt";
std::string const GOVERNANCE_WALLET_ADDRESS = "59f7FCwYMiwMnFr8HwsnfJ2hK3DYB1tryhjsfmXqEBJojKyqKeNWoaDaZaauoZPiZHUYp2wJuy5s9H96qy4q9xUVCXXHmTU";
}
}