💪Cli
Environmental
apt install aptitude -y
aptitude install gcc -y
apt install build-essential -y
curl --proto "=https" -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
cargo install powx-cliNext we will create a solana wallet
solana-keygen new -o id.jsonTransfer some sol into your wallet, and you can mine with one of the following commands
powx-cli --rpc rpc-url --keypair id.json mine -t 1Last updated