The OG Way (Locally)
Last updated
Last updated
Make sure you have a Eclipse wallet set up and funded with ETH on Eclipse
Have a computer with terminal access
Windows users: you must first install WSL (see ). Then run the preceding command in the Ubuntu (Linux) terminal.
Install Rust:
Install Solana CLI:
Add Solana to your PATH (the installer will provide instructions for this).
After installation, you should see output like the following:
Create a local keypair/Wallet
This will create a new keypair and store it in the default location (~/.config/solana/id.json
).
To specify a custom file path:
Take note of your public key (displayed after generation).
Eclipse uses solana-cli, i.e. the balance you see of ETH of your keypair will be denoted in 'sol' but it's actually Eclipse ETH
Set the rpc to Eclipse mainnet:
Install Bitz using Cargo:
This might take 5 mins to install, its not stuck and nothing is wrong until you see an actual error.
Fund your wallet with a minimum balance of
0.0005 ETH
before hand
Collect bitz: bitz collect
For utilising mining pool: bitz collect -p https://mainnet-pool.powpow.app
Claim your bitz: bitz claim
Check your balance: bitz account
Look up all commands: bitz -h
or bitz --help