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
Follow these steps one by one:
Install the required dependencies if they’re not already installed:
sudo apt update && sudo apt install -y build-essential cargo git
git clone https://github.com/shaicoin/shaipot.git
cd shaipot
cargo rustc --release -- -C opt-level=3 -C target-cpu=native -C codegen-units=1 -C debuginfo=0
./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.