Turns out the issue was that the timestamp (in genesis.json) + GENESIS_DELAY (in config.yaml) is in the past!
timestamp (in genesis.json) + GENESIS_DELAY (in config.yaml)
This just torpedoes the whole thing!
For the timestamp in genesis.json have you used MIN_GENESIS_TIME or sum of MIN_GENESIS_TIME+GENESIS_DELAY?
timestamp
genesis.json
MIN_GENESIS_TIME
MIN_GENESIS_TIME+GENESIS_DELAY
The timestamp in genesis.json is not important, you could also set it to January 1st, 1970. Important is MIN_GENESIS_TIME and GENESIS_DELAY.
GENESIS_DELAY
how to setup genesis delay and timestap in your genesis? im trying to change genesis delay 3200 and timestap the day now but its not synced.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Turns out the issue was that the
timestamp (in genesis.json) + GENESIS_DELAY (in config.yaml)is in the past!This just torpedoes the whole thing!
For the
timestampingenesis.jsonhave you usedMIN_GENESIS_TIMEor sum ofMIN_GENESIS_TIME+GENESIS_DELAY?The
timestampingenesis.jsonis not important, you could also set it to January 1st, 1970. Important isMIN_GENESIS_TIMEandGENESIS_DELAY.how to setup genesis delay and timestap in your genesis? im trying to change genesis delay 3200 and timestap the day now but its not synced.