Using Nodeguru guide here
wget -q -O aleo_snarkos3.sh https://api.nodes.guru/aleo_snarkos3.sh && chmod +x aleo_snarkos3.sh && sudo /bin/bash aleo_snarkos3.sh
Once the installation is complete, the prover will start automatically, but you can stop it sudo systemctl stop aleo-prover
and start the client sudo systemctl restart aleo-client
.
Check your Aleo account. !!! SAVE THESE KEYS IN A SAFE PLACE !!!
cat $HOME/aleo/account_new.txt
grep "PRIVATE" /etc/systemd/system/aleo-prover.service | awk -F '=' '{print $3}'
journalctl -u aleo-prover -f -o cat
journalctl -u aleo-client -f -o cat
systemctl stop aleo-prover
systemctl restart aleo-client
systemctl stop aleo-client
systemctl restart aleo-prover
wget -q -O aleo_remove_snarkos.sh https://api.nodes.guru/aleo_remove_snarkos2.sh && chmod +x aleo_remove_snarkos.sh && sudo /bin/bash aleo_remove_snarkos.sh