Post
Topic
Board Announcements (Altcoins)
Re: 🗲[ANN] [POW] LightBit - CPU mineable coin [No Premine] [Fair Launch]🗲
by
cpu-pool
on 03/03/2020, 12:44:10 UTC
The original miner JayDDee. Precompiled for Linux.

Compiled for Linux64, Ubuntu - static miner for VDS mining.

Download - https://github.com/cpu-pool/cpuminer-opt-static-linux64/releases/download/v3.12.5/cpuminer-opt-linux64.tar.gz

CMD for download and unzip
Code:
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

CMD for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
Code:
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

https://github.com/JayDDee/cpuminer-opt