Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: ndau8219a on December 29, 2013, 03:39:08 PM



Title: Problems with the "(even more) optimized version of cpuminer"
Post by: ndau8219a on December 29, 2013, 03:39:08 PM
Hi,

I have a server running on Debian 6 64bit. I have downloaded the cpuminer from here: https://bitcointalk.org/index.php?&topic=55038.msg654850#msg654850 and followed the instructions given.
When I execute
Code:
./minerd --url=stratum+tcp://miner.CoinedUp.com:3359 --userpass=username:password
the miner is running but only for about 2 minutes. Then it says "Killed".
Maybe someone knows how to run the miner for more than 2 minutes.


This is on my Terminal:
Quote
root@12345:~/cpuminer-2.3.2# ./minerd --url=stratum+tcp://miner.CoinedUp.com:3359 --userpass=username:password
[2013-12-29 10:33:24] 4 miner threads started, using 'scrypt' algorithm.
[2013-12-29 10:33:24] Binding thread 2 to cpu 2
[2013-12-29 10:33:24] Binding thread 3 to cpu 3
[2013-12-29 10:33:24] Binding thread 1 to cpu 1
[2013-12-29 10:33:24] Binding thread 0 to cpu 0
[2013-12-29 10:33:24] Starting Stratum on stratum+tcp://miner.CoinedUp.com:3359
[2013-12-29 10:33:24] Stratum detected new block
[2013-12-29 10:33:35] thread 0: 4104 hashes, 0.40 khash/s
[2013-12-29 10:33:35] thread 1: 4104 hashes, 0.40 khash/s
[2013-12-29 10:33:35] thread 3: 4104 hashes, 0.40 khash/s
[2013-12-29 10:33:35] thread 2: 4104 hashes, 0.40 khash/s
[2013-12-29 10:34:30] Stratum detected new block
[2013-12-29 10:34:30] thread 2: 21492 hashes, 0.40 khash/s
[2013-12-29 10:34:30] thread 0: 21564 hashes, 0.40 khash/s
[2013-12-29 10:34:30] thread 1: 21492 hashes, 0.40 khash/s
[2013-12-29 10:34:30] thread 3: 21468 hashes, 0.40 khash/s
[2013-12-29 10:34:59] Stratum detected new block
[2013-12-29 10:34:59] thread 1: 13164 hashes, 0.44 khash/s
[2013-12-29 10:34:59] thread 3: 13152 hashes, 0.44 khash/s
[2013-12-29 10:34:59] thread 0: 13140 hashes, 0.44 khash/s
[2013-12-29 10:35:00] thread 2: 13152 hashes, 0.44 khash/s
[2013-12-29 10:35:15] Stratum detected new block
[2013-12-29 10:35:15] thread 3: 5352 hashes, 0.35 khash/s
[2013-12-29 10:35:15] thread 2: 5340 hashes, 0.35 khash/s
[2013-12-29 10:35:15] thread 1: 5376 hashes, 0.35 khash/s
[2013-12-29 10:35:15] thread 0: 5364 hashes, 0.35 khash/s
Killed


Title: Re: Problems with the "(even more) optimized version of cpuminer"
Post by: GreekBitcoin on January 02, 2014, 02:08:47 PM
I thought that coinedup stopped their pools. Maybe thats why.


[Miner Status] All mining pools are now permanently offline. The websites are still up so you can still withdraw your earnings.


Title: Re: Problems with the "(even more) optimized version of cpuminer"
Post by: paulus51 on January 02, 2014, 05:40:31 PM
Quote
root@12345:~/cpuminer-2.3.2# ./minerd --url=stratum+tcp://miner.CoinedUp.com:3359 --userpass=username:password

the right settings =


minerd --url  stratum+tcp://miner.CoinedUp.com:3359  -0  --userpass username:password

try that .................


Title: Re: Problems with the "(even more) optimized version of cpuminer"
Post by: ndau8219a on February 26, 2014, 05:10:48 PM
the right settings =


minerd --url  stratum+tcp://miner.CoinedUp.com:3359  -0  --userpass username:password

try that .................

Doesn't work either.
Now I just created a Cronjob which executes the script every 5 minutes. This works fine.