This section will guide you through how you can run your own validator. Validator operations may be done via the story consensus client detailed in the node setup section.
Validator key export
View your validator keys
storyvalidatorexport
Export the derived EVM private key of your validator into the default data config directory.
storyvalidatorexport--export-evm-key
You may add --evm-key-path to specify a different download location.
This will create the validator corresponding to your validator key saved in priv_validator_key.json, providing the validator with {$AMOUNT_TO_STAKE_IN_WEI} IP to self-stake. Note that to participate in consensus, at least 1 IP must be staked (equivalent to 1000000000000000000 wei)!