Skip to content

Commit

Permalink
cryptonote_config: added genesis block tx
Browse files Browse the repository at this point in the history
  • Loading branch information
xcn-project authored Feb 16, 2018
1 parent 06587cf commit 9c779b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 200
#define CRYPTONOTE_PROTOCOL_HOP_RELAX_COUNT 3

#define CRYPTONOTE_GENESIS_TX ""
#define CRYPTONOTE_GENESIS_TIMESTAMP 0
#define CRYPTONOTE_GENESIS_TX "013c01ff0001eee2e48611029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210179b640a6faec01c75bf7ecb3fe9b325916d903fd094b44bdd726a43727dc6add"
#define CRYPTONOTE_GENESIS_TIMESTAMP 1518745759
#define CRYPTONOTE_GENESIS_NONCE 10000
#define CRYPTONOTE_GENESIS_REWARD ((uint64_t)100000000000000)

Expand Down

0 comments on commit 9c779b2

Please sign in to comment.