Releases: cpu-pool/cpuminer-opt-static-linux64
Releases · cpu-pool/cpuminer-opt-static-linux64
Compiled for Linux64, Ubuntu - static miner for VDS mining
Compiled for Linux64, Ubuntu - static miner for VDS mining
The original miner JayDDee. Precompiled for Linux.
CMD for download and unzip
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gzCMD for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
wget https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz && tar zxvf cpuminer-opt-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -o stratum+tcp://cpu-pool.com:63398 -u WALLET_ADDRESS --algo yespower --param-n 2048 --param-r 32 --param-key "LITBpower: The number of LITB working or available for proof-of-work mini"
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh