Last active
May 14, 2018 16:56
-
-
Save TonsOfFun/5729e0fa75895c2c5af73b2074df40aa to your computer and use it in GitHub Desktop.
Crypto mining on 2 of 4 CPU cores on pi with rpi-cpuminer-multi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~ $ sudo docker run cryptotrust/rpi-cpuminer-multi --algo cryptonight-light | |
--url stratum+tcp://aeon.pool.host.com:45690 --user [email protected] --t | |
hreads 2 | |
** cpuminer-multi 1.3.3 by tpruvot@github ** | |
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot) | |
[2018-05-13 23:58:28] Using JSON-RPC 2.0 | |
[2018-05-13 23:58:28] CPU Supports AES-NI: NO | |
[2018-05-13 23:58:28] Starting Stratum on stratum+tcp://aeon.pool.host.com:45690 | |
[2018-05-13 23:58:28] 2 miner threads started, using 'cryptolight' algorithm. | |
[2018-05-13 23:58:29] Stratum difficulty set to 2000 | |
[2018-05-13 23:58:39] CPU #0: 6.81 H/s | |
[2018-05-13 23:58:39] CPU #1: 6.73 H/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment