Skip to content

Commit

Permalink
Updated mainnet parameters to fix syncing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dondreytaylor authored Jan 8, 2019
1 parent 67cae04 commit 959e37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 959e37e

Please sign in to comment.