Skip to content

Uk-3me/ePOW

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 

Repository files navigation

ePOW, Eclipse $BITZ Setup Guide on Ubuntu πŸ’š

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Follow the prompts. Once installed, run:
source $HOME/.cargo/env
  1. Install Solana CLI
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
  1. Create a Wallet (Keypair)
solana-keygen new

Set 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
  1. Change RPC
solana config set --url https://mainnetbeta-rpc.eclipse.xyz/
  1. Open Screen
screen -S eclipse
  1. Start eMining
bitz collect

You 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 get

copy path of Keypair path

cat <Keypair path>

Copy array of number and import them on backpack in private key section

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published