Closed web3rover closed 2 years ago
@narayanprusty where did you pull the config from?
it's failing on a param check "tortoise_zdist":8,"layer_duration":30,"hare_wakeup_delta":20,"hare_limit_iterations":10,"hare_round_duration":10,
basically the following condition needs to hold
layer_duration * tortoise_zdist > hare_wakeup_delta + (1+hare_limit_iterations*4)*hare_round_duration
but this params leads to 30*8 < 20+41*10
i cannot recommend params without knowing the other param (tortoise_hdist
). can you advise the source of the config?
@countvonzero This is the config file: https://github.com/spacemeshos/local-testnet/blob/libp2p/src/config.json
ok. thanks @narayanprusty.
try set hare_limit_iterations to 5 and see how goes.
I am getting this error when starting a node:
cc: @moshababo @dshulyak