After a few weeks of validating on the Prymont network, I’d like to learn how to complete a successful exit. Of course I could simply delete the Prymont package and Goeril Geth, but I know that’s not ideal for the test net health. I searched around the Discord channel and came across someone that completed an exit via the command line. The command they used was:
validator accounts voluntary-exit --prymont --wallet-dir=/root/.eth2validators --wallet-password-file=/root/.eth2validators/walletpassword.txt --beacon-rpc-provider beacon-chain.prysm-prymont.dappnode:4000
Linux command line is not exactly my strength.
Currently at the terminal dappnode@dappnode:~$. when I type in the above command I receive an error that the validator command is not recognized. Perhaps I have to go into another directory before? Or maybe change my user?