Skip to content

How to connect Hashpoo and Mine ORE?

Miraland edited this page Nov 11, 2024 · 2 revisions

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

Step 1 - Install Rust if necessary

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

Step 2 - Install Hashpoo client

cargo install hashpoo-cli

Step 3 - Create a wallet file if you do not already have one

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.

Step 4 - Start mining ORE

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.