-
Notifications
You must be signed in to change notification settings - Fork 0
How to connect Hashpoo and Mine ORE?
Welcome to the Hashpoo wiki!
For beginners, just follow next steps to start ORE mining.
1. Install rust if necessary
2. Install Hashpoo client
3. Create a wallet file if you do not already have one
4. Start mining
If you have never installed the Rust programming language on your mining machine (PC, laptop), please follow step1.1 to install rust, otherwise, follow step1.2 to update rust to latest version.
step1.1: To install Rust, on Mac/Linux/BSD/Windows, open a terminal window and type the following after the prompt sign (usually $ or %):
curl https://sh.rustup.rs -sSf | sh
or
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
upon completion, go to Step 2.
step1.2: Keeping Rust up to date
rustup self update
rustup update
cargo install hashpoo-cli
hpc keygen
A default mining wallet file mining-hot-wallet.json
is created in the .config/solana directory which is located in your home directory.
hpc --url ore.hashspace.me --keypair $HOME/.config/solana/mining-hot-wallet.json mine - threads 8
or
hpc --url ore.hashspace.me --keypair $HOME/.config/solana/mining-hot-wallet.json turbomine --threads 8
Replace the --keypair
and --threads
arguments above with your own settings if you wish.