maintain the same set of 100 private keys as fakenet scenarios
Usage: normatool validator from -id 1 -d <datadir> to generate pubkey, pubkey secret, public address.
normatool validator from -k <private key> for any hex-encoded private key.
This is mainly used to inject keys into docker containers. On receiving environment variable ${VALIDATOR_ID} != 0, the corresponding flags for that id would be automatically injected.
Norma now has
normatool
normatool validator from -id 1 -d <datadir>
to generate pubkey, pubkey secret, public address.normatool validator from -k <private key>
for any hex-encoded private key.${VALIDATOR_ID} != 0
, the corresponding flags for that id would be automatically injected.Norma now uses private net instead of fake net.