- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Follow the prompts. Once installed, run:
source $HOME/.cargo/env- Install Solana CLI
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash- Create a Wallet (Keypair)
solana-keygen newSet Passphrase for better security or just skip (click enter)
This will create a new keypair at the default path: ~/.config/solana/id.json
Save your public key & mnemonic β it will be shown after creation.
5. Install Bitz CLI
cargo install bitz- Change RPC
solana config set --url https://mainnetbeta-rpc.eclipse.xyz/- Open Screen
screen -S eclipse- Start eMining
bitz collectYou need 0.005 $ETH on Eclipse to start mining, so send $ETH to your public key
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
Import to backpack:
solana config getcopy path of Keypair path
cat <Keypair path>Copy array of number and import them on backpack in private key section