Skip to content

SunnyRo47209622/ECLIPSE-BITZ-GUIDE-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

ECLIPSE-BITZ-GUIDE-

COMMANDS👇🏻


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 | sh
source $HOME/.cargo/env
curl --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 bitz
solana 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 eclipse
bitz collect

Send 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors