From 959e37e9f0932f02d972351ba9fdf7a353bc5de2 Mon Sep 17 00:00:00 2001 From: Dondrey Taylor Date: Tue, 8 Jan 2019 17:30:11 -0500 Subject: [PATCH] Updated mainnet parameters to fix syncing issues --- lib/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.py b/lib/constants.py index 15d4c3d..a1176eb 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -86,10 +86,10 @@ class BithereumMainnet(BithereumBase): DEFAULT_SERVERS = read_json('servers.json', {}) CHECKPOINTS = read_json('checkpoints.json', []) - PREMINE_SIZE = 10000 + PREMINE_SIZE = 20000 BTH_HEIGHT = 555555 - LWMA_HEIGHT = 1 + LWMA_HEIGHT = 555555 EQUIHASH_FORK_HEIGHT = 555555