nimbus-eth2/scripts/testnet1.env
Zahary Karadjov b3d23c052c Switch to 30 seconds slot duration; UX improvements
* On the testnet site, the first N instead of the last N validators
  will be considered reserved for users

* The number of validators is consistently named `totalValidators`
  in all commands

* Proper keys are generated by default in validator_keygen
2019-03-27 18:13:39 +02:00

9 lines
142 B
Bash

NETWORK_ID=2000000
SHARD_COUNT=128
SLOTS_PER_EPOCH=64
SECONDS_PER_SLOT=30
VALIDATOR_COUNT=20000
LAST_USER_VALIDATOR=1999
BOOTSTRAP_PORT=9100