Skip to content

Commit 959e37e

Browse files
Updated mainnet parameters to fix syncing issues
1 parent 67cae04 commit 959e37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ class BithereumMainnet(BithereumBase):
8686
DEFAULT_SERVERS = read_json('servers.json', {})
8787
CHECKPOINTS = read_json('checkpoints.json', [])
8888

89-
PREMINE_SIZE = 10000
89+
PREMINE_SIZE = 20000
9090
BTH_HEIGHT = 555555
9191

92-
LWMA_HEIGHT = 1
92+
LWMA_HEIGHT = 555555
9393

9494
EQUIHASH_FORK_HEIGHT = 555555
9595

0 commit comments

Comments
 (0)