Releases: cpu-pool/cpuminer-opt-cpupower
Miner for mining cpu coins on yespowers algo - ver 1.4
Best miner for mining on yespowers algo.
Supported:
- yespower
- yespowerr16
- yespowerinter
- power2b
- yespowerlitb
- yespowerurx
- yespowersugar
- etc yespower and yescrypt algo
in ver 1.4 add yespowersugar algo for Sugarchain coin - http://cpu-pool.com/ - best pool for CPU coins
cmd for mining - Sugarchain
cpuminer-sse2.exe -a yespowersugar -o stratum+tcp://cpu-pool.com:63418 -u WALLET_ADDRESS
Download miner for Windox x64 - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-win64.zip
Download Linux static miner - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz
or cmd for download Linux miner
wget https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz && tar zxvf Cpuminer-opt-cpu-pool-linux64.tar.gz
cmd for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
wget https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz && tar zxvf Cpuminer-opt-cpu-pool-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespowersugar -o stratum+tcp://cpu-pool.com:63418 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh
Miner for mining cpu coins on yespowers algo
Best miner for mining on yespowers algo.
Supported:
- yespower
- yespowerr16
- yespowerinter
- power2b
- yespowerlitb
- yespowerurx
- etc yespower and yescrypt algo
in ver 1.3 add Bellcoin and MicroBitcoin - http://cpu-pool.com/ - best pool for CPU coins
cmd for mining - Bellcoin
cpuminer-sse2.exe -a yespower -o stratum+tcp://cpu-pool.com:63338 -u WALLET_ADDRESS
cmd for mining - MicroBitcoin
cpuminer-sse2.exe -a power2b -o stratum+tcp://cpu-pool.com:63408 -u WALLET_NUMBER
Download miner for Windox x64 - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.3/Cpuminer-opt-cpu-pool-win64.zip
Cpuminer-opt-intercoin
Add yespowerinter algo for InterCoin
http://cpu-pool.com/ - best pool for InterCoin
cmd for mining - InterCoin
cpuminer-sse2.exe -a yespowerinter -o stratum+tcp://cpu-pool.com:63328 -u WALLET_ADDRESS
Download miner for Windox x64 - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.2/Cpuminer-opt-intercoin-win64.zip
Download miner for Linux - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.2/Cpuminer-opt-intercoin-linux64.tar.gz
Cpuminer-opt-microbitcoin
Add power2b algo for MicroBitcoin
Cpuminer-opt-cpupower-cpuchain
cpuminer-opt-cpupower x64 for Windows
For: CPUchain, Cranepay, Uranium-X, LightBit and Yenten coin
Recommended POOLS:
LightBit
cpuminer.exe -a yespowerlitb -o stratum+tcp://cpu-pool.com:63398 -u WALLET_ADDRESS
CPUchain
cpuminer.exe -a cpupower -o stratum+tcp://cpu-pool.com:63388 -u WALLET_ADDRESS
Cranepay
cpuminer.exe -a yespower -o stratum+tcp://cpu-pool.com:63358 -u WALLET_ADDRESS
Uranium-X
cpuminer.exe -a yespowerurx -o stratum+tcp://cpu-pool.com:63378 -u WALLET_ADDRESS
Yenten
cpuminer.exe -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u WALLET_ADDRESS
Linux and Ubuntu miner - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/v1.0/Cpuminer-opt-cpupower-linux64.tar.gz
Download binary miner for windows x64 (all algo) - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/v1.0/Cpuminer-opt-cpupower-win64.zip
Miner x86 for 32 bit Windows XP, win 7, etc... - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/v1.0/cpuminer_cpupower_win32_xp.zip
CPU mining profit calculator - https://cpu-mining.info/
linux sample
mining with auto reconnect - one line command (for Linux - no need to compile the miner.)
wget https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/v1.0/Cpuminer-opt-cpupower-linux64.tar.gz && tar zxvf Cpuminer-opt-cpupower-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a cpupower -o stratum+tcp://cpu-pool.com:63388 -u WALLET_ADDRESS
sleep 10
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh
replacee WALLET_ADDRESS
p.s. paste in PuTTY and run... profit...
affinity sample
option: --cpu-affinity=0x555
and do not forget -t 6
parametrs (6 - number of threads)
Good for 16 cores
Cores 0,1
0x3
Cores 0,1,2
0x7
Cores 0,1,2,3
0xF
Cores 0,1,2,3,4
0x1F
Cores 0,1,2,3,4,5
0x3F
Cores 0,1,2,3,4,5,6
0x7F
Cores 0,1,2,3,4,5,6,7
0xFF
Cores 0,1,2,3,4,5,6,7,8
0x1FF
Cores 0,1,2,3,4,5,6,7,8,9
0x3FF
Cores 0,1,2,3,4,5,6,7,8,9,10
0x7FF
Cores 0,1,2,3,4,5,6,7,8,9,10,11
0xFFF
Cores 0,1,2,3,4,5,6,7,8,9,10,11,12
0x1FFF
Cores 0,1,2,3,4,5,6,7,8,9,10,11,12,13
0x3FFF
Cores 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
0x7FFF
Cores 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
0xFFFF
Windows affinity, Physical cores
Windows enumerates cores differently than linux.
Cores 0,2
0x5
Cores 0,2,4
0x15
Cores 0,2,4,6
0x55
Cores 0,2,4,6,8
0x155
Cores 0,2,4,6,8,10
0x555
Cores 0,2,4,6,8,10,12
0x1555
Cores 0,2,4,6,8,10,12,14
0x5555
Cores 0,2,4,6,8,10,12,14,16
0x15555
Cores 0,2,4,6,8,10,12,14,16,18
0x55555
Cores 0,2,4,6,8,10,12,14,16,18,20
0x155555
Cores 0,2,4,6,8,10,12,14,16,18,20,22
0x555555
Cores 0,2,4,6,8,10,12,14,16,18,20,22,24
0x1555555
Cores 0,2,4,6,8,10,12,14,16,18,20,22,24,26
0x5555555
Cores 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28
0x15555555
Cores 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30
0x55555555
sample for CPU 12 threads and 6 cores
cpuminer.exe -a cpupower -o stratum+tcp://cpu-pool.com:63388 -u WALLET_ADDRESS -t 6 --cpu-affinity=0x555