Prior testnets have shown that while consumer-grade hardware can technically participate as a prover, it is unlikely to be effective due to high level of competition. Minimum 1000 credit required to be eligible.
In this guide, i am using Contabo --- https://contabo.com/en/vps/
sudo apt update && sudo apt update -y
Reply with y
and continue
sudo apt install git
sudo apt install -y build-essential clang libc6-dev libcurl4 libssl-dev
sudo apt install screen -y
Reply with y
and continue
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
source ~/.bashrc
rustup update
rustc --version
git clone --branch mainnet --single-branch https://github.com/AleoNet/snarkOS.git
cd snarkOS
git checkout tags/testnet-beta
./build_ubuntu.sh
cargo install --locked --path .
sudo ufw allow 4130/tcp
sudo ufw allow 3030/tcp
sudo ufw allow ssh
sudo ufw enable -y
sudo ufw status
snarkos account new
screen -S client
cd $HOME && cd snarkOS
./run-prover.sh --network 1