35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
from https://github.com/StickyFingaz420/CPUminer-opt-rinhash
|
|
|
|
|
|
|
|
Option 1: Build from Source (Recommended)
|
|
bash
|
|
|
|
Copy
|
|
# Install build dependencies
|
|
sudo apt update
|
|
sudo apt install build-essential autotools-dev autoconf pkg-config libcurl4-openssl-dev libjansson-dev li
|
|
bssl-dev libgmp-dev zlib1g-dev git automake libtool
|
|
|
|
# Clone the repository (if you haven't already)
|
|
git clone https://github.com/rplant8/cpuminer-opt-rinhash.git
|
|
cd cpuminer-opt-rinhash
|
|
|
|
# Build it
|
|
./autogen.sh
|
|
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
|
|
make -j$(nproc)
|
|
|
|
# Test the newly built binary
|
|
./cpuminer -a rinhash -o stratum+tcp://192.168.0.188:3333 -u db.win -p x -t 4
|
|
cpuminer-rinhash.exe -a rinhash -o stratum+tcp://192.168.0.188:3334 -u db.win -p x -t 4
|
|
|
|
/mnt/shared/DEV/repos/d-popov.com/mines/rin/miner/cpuminer-opt-rin/cpuminer -q -a rinhash -o stratum+tcp://localhost:3333 -u db.win -p x -t 30
|
|
|
|
zergpool
|
|
https://zergpool.com/setup
|
|
/mnt/shared/DEV/repos/d-popov.com/mines/rin/miner/cpuminer-opt-rin/cpuminer -a rinhash -o stratum+tcp://rinhash.eu.mine.zergpool.com:7148 -u bc1qjn4m6rmrveuxhk02a5qhe4r6kdcsvvt3vhdn9j -p c=BTC,mc=RIN,m=solo
|
|
or in RIN
|
|
rin1qahvvv9d5f3443wtckeqavwp9950wacxfmwv20q
|
|
0.00000296 BTC
|