RU

Two Quick Ways to Start Mining

Method 1 - Easiest:

Simply copy this command and paste it into the terminal. The script will install all required dependencies, prompt you to enter your mining wallet, set up, and start the miner.

wget -O start_mining.sh https://shaipool.glubina.org/guide/start_mining.sh && chmod +x start_mining.sh && ./start_mining.sh

Method 2:

Follow these steps one by one:

Step 1: Install required dependencies

Install the required dependencies if they’re not already installed:

sudo apt update && sudo apt install -y build-essential cargo git

Step 2: Clone the repository

git clone https://github.com/shaicoin/shaipot.git

Step 3: Build the project

cd shaipot
cargo rustc --release -- -C opt-level=3 -C target-cpu=native -C codegen-units=1 -C debuginfo=0

Step 4: Start mining

./target/release/shaipot --address YOUR_ADDRESS --pool ws://shaipool.glubina.org:3333

If needed, use the --threads argument to set the number of mining threads.

./target/release/shaipot --address YOUR_ADDRESS --pool ws://shaipool.glubina.org:3333 --threads 4

The pool’s web interface is available at: https://shaipool.glubina.org

Download the Windows wallet here.