This guide will walk you through the process of setting up $BITZ mining on Eclipse, using your CPU (not GPU). Whether you're running this on a local machine, a VPS, or an Ubuntu instance, the steps will be the same.
- Rust: For installing and running Bitz CLI.
- Solana CLI: To interact with the Solana blockchain.
- $ETH: A minimum of 0.005 ETH (approximately $10) is required for mining.
To begin, you need to install Rust. Run the following command to do so:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shFollow the prompts during installation. Once it's done, update your environment by running:
source $HOME/.cargo/envNext, install the Solana CLI by running this command:
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bashNow, create a new Solana wallet by running:
solana-keygen newYou'll be asked to set a passphrase for better security (or you can skip by pressing enter).
This will generate a new keypair at the default path: ~/.config/solana/id.json.
Make sure to save your public key and mnemonic (the secret phrase shown after creation) as they will be crucial for accessing your wallet.
Now that Rust is installed, you can install Bitz CLI with the following command:
cargo install bitzSet the Solana RPC URL to the Eclipse network by running:
solana config set --url https://mainnetbeta-rpc.eclipse.xyz/To keep your mining process running in the background, open a new screen session:
screen -S eclipseTo begin mining, run the following command:
bitz collectNote: You will need at least 0.005 ETH (approximately $10) on Eclipse to start mining. You can send the ETH to your public key to fund your account.
-
Claim your Bitz:
bitz claim
-
Check your balance:
bitz account
-
Configure CPU usage:
Change the number of CPU cores to be used by running:bitz collect --cores 8
(Replace "8" with the number of cores you want to allocate for mining).
-
View all commands:
bitz -h
To import your Solana wallet into Backpack, follow these steps:
-
Get the path of your Keypair by running:
solana config get
-
Copy the path of the Keypair.
-
View your keypair in array format:
cat <Keypair path>
-
Copy the array of numbers and import them into Backpack under the "private key" section.
You are now set up to start mining $BITZ on Eclipse! This setup uses CPU power, so you don’t need a GPU to participate. With a small initial investment of 0.005 ETH ($10), you can begin collecting Bitz and see your rewards grow over time.
Feel free to reach out if you encounter any issues during setup or have further questions. Happy mining!