nimbus-eth2/scripts/testnet0.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
135 B
Bash

NETWORK_ID=1000000
SHARD_COUNT=8
SLOTS_PER_EPOCH=8
SECONDS_PER_SLOT=30
VALIDATOR_COUNT=400
LAST_USER_VALIDATOR=49
BOOTSTRAP_PORT=9000