sudo apt-get update && sudo apt-get upgrade -y
sudo apt install screen curl nano -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shsource $HOME/.cargo/envcurl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash- Now Create a Wallet
solana-keygen new-
Set Passphrase for better security or just skip (click enter)
-
Save Public Key
-
NOW Export Private Key :
solana config get cat ~/.config/solana/id.json
- NOW Install Bitz CLI
cargo install bitzsolana config set --url https://mainnetbeta-rpc.eclipse.xyz/
- If Command not found
echo 'export PATH="/root/.local/share/solana/install/active_release/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
solana --version
screen -S eclipsebitz collectSend 0.005 $ETH on Eclipse to start mining.
Other Commands:
• Claim your Bitz:
bitz claim
• Check your balance:
bitz account
• Config CPU (change the number to change cores):
bitz collect --cores 8
• View all commands:
bitz -h