mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
b3d23c052c
* 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
9 lines
135 B
Bash
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
|
|
|