Miner for Windows x64 - https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-win64.zip
Miner for Linux x64 - https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz
Cmd for mining: CPUchain, MicroBitcoin, Yenten, IOTS
./cpuminer -a cpupower -o stratum+tcp://matrix-pool.info:63010 -u WALLET_ADDRESS
./cpuminer -a power2b -o stratum+tcp://matrix-pool.info:63030 -u WALLET_ADDRESS
./cpuminer -a yespowerr16 -o stratum+tcp://matrix-pool.info:63040 -u WALLET_ADDRESS
./cpuminer -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS
One line CMD for fast mining on Ubuntu (download miner, unzip and start mining):
wget https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz && tar zxvf cpuminer-matrix-linux64.tar.gz && cd cpuminer-matrix-linux64 && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh
One line CMD with background mining:
wget https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz && tar zxvf cpuminer-matrix-linux64.tar.gz && cd cpuminer-matrix-linux64 && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && nohup ./autominer.sh &
replace WALLET_ADDRESS!!!
mining calculator and affinity calulator for best perfomance - http://matrix-pool.info/getting_started