If you haven’t noticed I like crypto currencies, I I was trying to get one of my computers to mine X11 coins on the CPU, just to play around with it, but could not get the client to install. I finally found this article:
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c/issues/3
I commented out two lines, and everything started working
[root@rackable1 darkcoin-cpuminer-1.2c]# ./minerd --algo=X11 --url=stratum+tcp://alts.give-me-coins.com:3340 --user=XXX ��������������������������������������������������ͻ � DarkCoin cpu-miner (v1.2c) � � author: ig0tik3d � � http://www.darkcoin.io � ��������������������������������������������������ͼ Launching miner... [2014-06-29 21:54:42] Binding thread 0 to cpu 0 [2014-06-29 21:54:42] Binding thread 2 to cpu 2 [2014-06-29 21:54:42] Binding thread 3 to cpu 3 [2014-06-29 21:54:42] Starting Stratum on stratum+tcp://alts.give-me-coins.com:3340 [2014-06-29 21:54:42] Binding thread 1 to cpu 1 [2014-06-29 21:54:42] 4 miner threads started, using 'X11' algorithm. [2014-06-29 21:54:45] Stratum detected new block [2014-06-29 21:54:45] thread 3: 87843 hashes, 40.49 khash/s [2014-06-29 21:54:45] thread 1: 87834 hashes, 40.49 khash/s [2014-06-29 21:54:45] thread 0: 87470 hashes, 40.31 khash/s [2014-06-29 21:54:45] thread 2: 87917 hashes, 40.52 khash/s [2014-06-29 21:54:58] thread 3: 551536 hashes, 40.47 khash/s [2014-06-29 21:54:58] accepted: 1/1 (100.00%), 161.79 khash/s (yay!!!)
Recent Comments