A Simple Guide to Collecting Bitz on Eclipse
- It is the first ePOW commodity token that anyone can mine on Eclipse
- 5m max supply
- Not related to $ES
- NOT pre-mined + ZERO team/insider allocations
- You can mine it using Solana CLI or wait for the web app miner UI
Make sure you have a Eclipse wallet set up and funded with ETH on Eclipse Have a computer with terminal access
Note: For Windows OS you must first download WSL (https://ubuntu.com/desktop/wsl)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Note: When prompted chooose option 1 and then run this:
source $HOME/.cargo/env
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
Note: After successful inststall, add Solana to your PATH (the installer will provide instructions for this) or optionally restart your termial.
solana-keygen new
This will create a new keypair and store it in the default location (~/.config/solana/id.json). Take note of your public key and phrase (displayed after generation).
solana config set --url https://bitz-000.eclipserpc.xyz/
You can view your address by running:
solana address
You can view your balance by running:
solana balance
cargo install bitz
Note: If you run into an error like command not found during bitz installation try running the below: source $HOME/.cargo/env
export PATH="$HOME/.cargo/bin:$PATH"
bitz collect
You should see something like this:

bitz collect --cores 8
bitz claim
bitz account
bitz --help