Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Bitz Miner CLI on Eclipse

Install Dependecies

1. Install Packages

bash <(curl -s https://raw.githubusercontent.com/sadi200/Bitz/refs/heads/main/run1/run.sh)
  • Close and reopen your Terminal.
solana version
  • If you get solana: command not found RUN :
echo 'export PATH="/root/.local/share/solana/install/active_release/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
solana --version

4. Switch RPC

solana config set --url https://bitz-000.eclipserpc.xyz

Wallet CLI

. Create a CLI wallet

solana-keygen new

Install Bitz

cargo install bitz

Run Bitz Miner

1. Open a screen

screen -S bitz

2. Start Miner

bitz collect

Usefull Commands

Check account info:

bitz account

link wallet:

cat ~/.config/solana/id.json

Claim Bitz to your Node Wallet:

bitz claim

minimize screen:

Ctrl+A+D

ON/OFF:

screen -r bitz

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages