Arsenay
|
|
October 26, 2014, 02:59:01 PM |
|
FX 8350 @ default gives ~35 kh/s with marcus 1025 miner. Is it OK?
for linux 80 ... 120 it was ...))
|
|
|
|
wgd
Legendary
Offline
Activity: 1815
Merit: 1005
|
|
October 26, 2014, 03:01:50 PM |
|
PoW stuck on 33282
|
|
|
|
Bojcha
|
|
October 26, 2014, 03:02:35 PM |
|
interesting is that i mined 9 coins with wallet with 2 cores till switch. Now with with 14 cores i will mine 1 coin per day. Wonder who also mined till switch.
|
|
|
|
jawitech
|
|
October 26, 2014, 03:06:27 PM |
|
For VPS mining, �added a link at the very top of OP.
Did as stated, connected to nonce-pool. Af first I got a timeout, now only getting Boooo's With my VPS getting only Booo's at suprnova, too. Correct? cd git clone https://github.com/noncepool/m7m-cpuminer-v2 cd m7magi-cpuminer ./autogen.sh CFLAGS="-O3" ./configure makeYes, this is right. My linux mining using the m7m-cpuminer-v2� code in nonce-pool is ok, no difference from VPS mining. Let me confirm VPS mining. Yes, please check. Doesn't work for me on both pools with your tut since algo switch. On my home pc (Win7) it works fine using Marcus 1025 miner.
|
|
|
|
jawitech
|
|
October 26, 2014, 03:10:58 PM |
|
Nonce-pool seems to be working now with the new miner
|
|
|
|
nonce-pool
|
|
October 26, 2014, 03:15:48 PM |
|
PoW stuck on 33282 Unfortunately the network difficulty is somewhat high compared to the significant drop in hashrate the next few blocks might take a bit. There is a significant amount of workers on the pool that have not yet switched to the new algo.
|
|
|
|
jawitech
|
|
October 26, 2014, 03:16:07 PM |
|
VPS Problem :
One out of three is working, other only booooo.
Failure on : sudo cp minerd /usr/local/bin
cp cannot stat miner : no such file or directory.
Any Idea?
When installing on the second VPS, I experieced the same error
|
|
|
|
Bojcha
|
|
October 26, 2014, 03:18:10 PM |
|
PoW stuck on 33282 Unfortunately the network difficulty is somewhat high compared to the significant drop in hashrate the next few blocks might take a bit. There is a significant amount of workers on the pool that have not yet switched to the new algo. yea.. someone solo mining for a long time at new algo.
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
October 26, 2014, 03:18:47 PM |
|
PoW stuck on 33282 Unfortunately the network difficulty is somewhat high compared to the significant drop in hashrate the next few blocks might take a bit. There is a significant amount of workers on the pool that have not yet switched to the new algo. same for me.. if I start the old port on suprnova there are still lots of users hashing there. many people did not switch yet
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
jawitech
|
|
October 26, 2014, 03:23:49 PM |
|
VPS Problem :
One out of three is working, other only booooo.
Failure on : sudo cp minerd /usr/local/bin
cp cannot stat miner : no such file or directory.
Any Idea?
When installing on the second VPS, I experieced the same error It seems it uses the old miner instead of the new, i see 10 khs instead of 2,7 khs per thread. Also get an error in the make : m7hash.cpp line 126:52 and 126:66. Seems I found the mistake in Joe's updated tut: cd git clone https://github.com/noncepool/m7m-cpuminer-v2cd m7magi-cpuminer Shouldn't it be cd m7m-cpuminer-v2 as the other path is the old miner? Doing this way, it works now with the new miner on nonce-pool
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
October 26, 2014, 03:28:06 PM |
|
hmm its good its working. But was that the problem? If it is need to know to inform the people in other threads. Joe? So nonce is working ok?
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
Bojcha
|
|
October 26, 2014, 03:29:56 PM |
|
Pools still does not find blocks. I sent some coins from wallet to wallet half hour ago - still not received.
|
|
|
|
jawitech
|
|
October 26, 2014, 03:30:03 PM |
|
My Digital Ocean VPS works now.
On the other VPS, I'm getting this with the command MAKE
magi@104:~/m7m-cpuminer-v2$ make make all-recursive make[1]: Entering directory `/home/magi/m7m-cpuminer-v2' Making all in compat make[2]: Entering directory `/home/magi/m7m-cpuminer-v2/compat' Making all in jansson make[3]: Entering directory `/home/magi/m7m-cpuminer-v2/compat/jansson' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat/jansson' make[3]: Entering directory `/home/magi/m7m-cpuminer-v2/compat' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat' make[2]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat' Making all in m7 make[2]: Entering directory `/home/magi/m7m-cpuminer-v2/m7' g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT m7hash.o -MD -MP -MF .deps/m7hash.Tpo -c -o m7hash.o m7hash.cpp m7hash.cpp: In function ‘uint256 hash_M7M_v2(T1, T1, unsigned int)’: m7hash.cpp:126:52: error: ‘numeric_limits’ is not a member of ‘std’ m7hash.cpp:126:52: error: expected primary-expression before ‘double’ m7hash.cpp:126:52: error: expected ‘)’ before ‘double’ m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token make[2]: *** [m7hash.o] Error 1 make[2]: Leaving directory `/home/magi/m7m-cpuminer-v2/m7' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/magi/m7m-cpuminer-v2' make: *** [all] Error 2 magi@104:~/m7m-cpuminer-v2$
magi@104:~/m7m-cpuminer-v2$ sudo cp minerd /usr/local/bin [sudo] password for magi: cp: cannot stat `minerd': No such file or directory magi@104:~/m7m-cpuminer-v2$
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
October 26, 2014, 03:35:06 PM |
|
My linux box is fine, but I got the same error in VPS, checking ..
p.s., we're now at block 33286
|
|
|
|
wgd
Legendary
Offline
Activity: 1815
Merit: 1005
|
|
October 26, 2014, 03:35:48 PM |
|
nonce-pool
33284 118 left daphcoin 10/26/2014 15:32:48 5.2800 9.0012 346,029 298,855 545,786 157.73
|
|
|
|
Bojcha
|
|
October 26, 2014, 03:37:24 PM |
|
nonce-pool
33284 118 left daphcoin 10/26/2014 15:32:48 5.2800 9.0012 346,029 298,855 545,786 157.73
finaly but..
|
|
|
|
jawitech
|
|
October 26, 2014, 03:39:10 PM |
|
VPS Problem :
One out of three is working, other only booooo.
Failure on : sudo cp minerd /usr/local/bin
cp cannot stat miner : no such file or directory.
Any Idea?
When installing on the second VPS, I experieced the same error It seems it uses the old miner instead of the new, i see 10 khs instead of 2,7 khs per thread. Also get an error in the make : m7hash.cpp line 126:52 and 126:66. Seems I found the mistake in Joe's updated tut: cd git clone https://github.com/noncepool/m7m-cpuminer-v2cd m7magi-cpuminer Shouldn't it be cd m7m-cpuminer-v2 as the other path is the old miner? Doing this way, it works now with the new miner on nonce-pool I didn't make that mistake, but still not working. See here, a problem with the make command causes this problem on my second VPS. Maybe the same at yours.
|
|
|
|
MarcusDe
|
|
October 26, 2014, 03:40:25 PM |
|
Can nounce pool explain if changes in miner code made TODAY are only cosmetic or I need to recompile?
|
|
|
|
Bojcha
|
|
October 26, 2014, 03:45:50 PM |
|
Can nounce pool explain if changes in miner code made TODAY are only cosmetic or I need to recompile? Anyway compile it from their source
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
October 26, 2014, 03:47:41 PM Last edit: October 26, 2014, 04:05:53 PM by joelao95 |
|
My Digital Ocean VPS works now.
On the other VPS, I'm getting this with the command MAKE
magi@104:~/m7m-cpuminer-v2$ make make all-recursive ...
A fork of the code here works now in my vps: https://github.com/magi-project/m7m-cpuminer-v2git clone https://github.com/magi-project/m7m-cpuminer-v2 cd m7m-cpuminer-v2 ./autogen.sh CFLAGS="-O3" ./configure make sudo cp minerd /usr/local/bin Edit, corrected the guide now
|
|
|
|
|