Generating a KeyStore File

To generate a KeyStore file, execute the following command:

docker run -v ./config:/config DappOS/validator-tools:v1.0.0 run generate-keystore --private-key {Your Private Key} --password {Your Password} --path {Path to Keystore}

Save the generated file to the path specified in config.toml under keystore/path

Last updated