From 8d197e55f3367ba6023a6a349a01099144b8dab4 Mon Sep 17 00:00:00 2001 From: "crypro.zoidberg" Date: Wed, 8 May 2019 20:59:47 +0200 Subject: [PATCH] Main net launch --- src/currency_core/currency_config.h | 4 ++-- src/gui/qt-daemon/html/assets/i18n/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/currency_core/currency_config.h b/src/currency_core/currency_config.h index 4ce9e8af..a5488380 100644 --- a/src/currency_core/currency_config.h +++ b/src/currency_core/currency_config.h @@ -8,7 +8,7 @@ #define CURRENCY_FORMATION_VERSION 84 -#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + some_number_here)// <-- will be changed to another nightmare*/; //bender's nightmare +#define CURRENCY_GENESIS_NONCE (CURRENCY_FORMATION_VERSION + 101011010121)// <-- will be changed to another nightmare*/; //bender's nightmare #define CURRENCY_MAX_BLOCK_NUMBER 500000000 @@ -100,7 +100,7 @@ #define CURRENCY_MEMPOOL_TX_LIVETIME 345600 //seconds, 4 days #ifndef TESTNET -#define P2P_DEFAULT_PORT --- +#define P2P_DEFAULT_PORT 11121 #define RPC_DEFAULT_PORT 11211 #define STRATUM_DEFAULT_PORT 11777 #define P2P_NETWORK_ID_TESTNET_FLAG 0 diff --git a/src/gui/qt-daemon/html/assets/i18n/en.json b/src/gui/qt-daemon/html/assets/i18n/en.json index 5b7218be..b3e4dc80 100644 --- a/src/gui/qt-daemon/html/assets/i18n/en.json +++ b/src/gui/qt-daemon/html/assets/i18n/en.json @@ -46,7 +46,7 @@ "COMPLETE": "Completion", "SYNCING": "Syncing blockchain", "LOADING": "Loading blockchain data", - "TESTNET": "(testnet)" + "TESTNET": "" } }, "MAIN": {