diff options
author | Zachary Michaels <mikezackles@gmail.com> | 2014-09-08 16:05:16 -0400 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-15 15:53:50 +0200 |
commit | 1e38a02bb5f8d3461e2edecf45bd0a4d1c5fa5a0 (patch) | |
tree | 330a9e6619f03d05054255104ff7ff67c2203120 /src | |
parent | Pass tx and nonce to genesis block constructor (diff) | |
download | monero-1e38a02bb5f8d3461e2edecf45bd0a4d1c5fa5a0.tar.xz |
Add testnet genesis tx as output by CN reference
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 39cf359b2..eb04984b9 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -134,7 +134,7 @@ namespace config boost::uuids::uuid const NETWORK_ID = { { 0x12 ,0x30, 0xF1, 0x71 , 0x61, 0x04 , 0x41, 0x61, 0x17, 0x31, 0x00, 0x82, 0x16, 0xA1, 0xA1, 0x11 } }; // Bender's daydream - std::string const GENESIS_TX = "CHANGEME"; + std::string const GENESIS_TX = "013c01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101168d0c4ca86fb55a4cf6a36d31431be1c53a3bd7411bb24e8832410289fa6f3b"; uint32_t const GENESIS_NONCE = 10001; } } |