jkminkov
|
|
May 26, 2016, 07:53:03 AM |
|
crackfoo Darknet (quark) miner reward is not yet 22.5 DNET but still 175!
|
.:31211457:. 100 dollars in one place talking - Dudes, hooray, Bitcoin against us just one, but we are growing in numbers!
|
|
|
AngryDwarf
|
|
May 26, 2016, 08:18:55 AM |
|
m7m showing a checkpoint error. Are people getting their credits returned OK?
it's ok, just cosmetic bug on daemon, can you share your cpu mining config, how you run mining on xmg and other cpu coins? I use the cpuminer, argon2 miner and m7m miner from tpruvrot's branch built from source on linux and installed in /usr/local/bin. #!/bin/bash url="stratum+tcp://mine.zpool.ca" threads=4 cpu="scrypt=58.4,neoscrypt=18.9,yescrypt=3.38,x11=173,x13=124,x14=119,x15=114,c11=173,qubit=286,quark=325,lyra2v2=285,groestl=625,myr-gr=950,skein=4160,blakecoin=15.4,argon2=17.4,m7m=31.5" username=<btc-address> password="c=BTC,$cpu" while true do nice -n 19 cpuminer -r 0 -a scrypt -o $url:3433 -u $username -p d=8,$password -t $threads nice -n 19 cpuminer -r 0 -a neoscrypt -o $url:4233 -u $username -p d=4,$password -t $threads nice -n 19 cpuminer -r 0 -a yescrypt -o $url:6233 -u $username -p d=1,$password -t $threads nice -n 19 cpuminer -r 0 -a x11 -o $url:3533 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x13 -o $url:3633 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x14 -o $url:3933 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x15 -o $url:3733 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a c11 -o $url:3573 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a qubit -o $url:4733 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a quark -o $url:4033 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a lyra2v2 -o $url:4533 -u $username -p d=0.2,$password -t $threads nice -n 19 cpuminer -r 0 -a groestl -o $url:5333 -u $username -p d=1,$password -t $threads nice -n 19 cpuminer -r 0 -a myr-gr -o $url:5433 -u $username -p d=0.004,$password -t $threads nice -n 19 cpuminer -r 0 -a skein -o $url:4933 -u $username -p d=0.02,$password -t $threads nice -n 19 cpuminer -r 0 -a blakecoin -o $url:5743 -u $username -p d=0.1,$password -t $threads nice -n 19 cpuminer-argon2 -r 0 -a argon2 -o $url:4234 -u $username -p d=4,$password -t $threads nice -n 19 minerd-m7m -r 0 -a m7m -o $url:6033 -u $username -p d=8,$password -t $threads done
|
|
|
|
AngryDwarf
|
|
May 26, 2016, 08:40:46 AM |
|
crackfoo Darknet (quark) miner reward is not yet 22.5 DNET but still 175!
Are you 100% sure? Reward amount is populate by the getblocktemplate call, so it could indicate being on an incorrect fork. Hashpower shows 175 reward, but profitability is crazy, so they may be on the wrong fork.
|
|
|
|
jkminkov
|
|
May 26, 2016, 08:55:04 AM Last edit: May 26, 2016, 09:08:59 AM by jkminkov |
|
|
.:31211457:. 100 dollars in one place talking - Dudes, hooray, Bitcoin against us just one, but we are growing in numbers!
|
|
|
|
AngryDwarf
|
|
May 26, 2016, 09:32:31 AM |
|
m7m showing a checkpoint error. Are people getting their credits returned OK?
it's ok, just cosmetic bug on daemon, can you share your cpu mining config, how you run mining on xmg and other cpu coins? I use the cpuminer, argon2 miner and m7m miner from tpruvrot's branch built from source on linux and installed in /usr/local/bin. #!/bin/bash url="stratum+tcp://mine.zpool.ca" threads=4 cpu="scrypt=58.4,neoscrypt=18.9,yescrypt=3.38,x11=173,x13=124,x14=119,x15=114,c11=173,qubit=286,quark=325,lyra2v2=285,groestl=625,myr-gr=950,skein=4160,blakecoin=15.4,argon2=17.4,m7m=31.5" username=<btc-address> password="c=BTC,$cpu" while true do nice -n 19 cpuminer -r 0 -a scrypt -o $url:3433 -u $username -p d=8,$password -t $threads nice -n 19 cpuminer -r 0 -a neoscrypt -o $url:4233 -u $username -p d=4,$password -t $threads nice -n 19 cpuminer -r 0 -a yescrypt -o $url:6233 -u $username -p d=1,$password -t $threads nice -n 19 cpuminer -r 0 -a x11 -o $url:3533 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x13 -o $url:3633 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x14 -o $url:3933 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a x15 -o $url:3733 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a c11 -o $url:3573 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a qubit -o $url:4733 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a quark -o $url:4033 -u $username -p d=0.001,$password -t $threads nice -n 19 cpuminer -r 0 -a lyra2v2 -o $url:4533 -u $username -p d=0.2,$password -t $threads nice -n 19 cpuminer -r 0 -a groestl -o $url:5333 -u $username -p d=1,$password -t $threads nice -n 19 cpuminer -r 0 -a myr-gr -o $url:5433 -u $username -p d=0.004,$password -t $threads nice -n 19 cpuminer -r 0 -a skein -o $url:4933 -u $username -p d=0.02,$password -t $threads nice -n 19 cpuminer -r 0 -a blakecoin -o $url:5743 -u $username -p d=0.1,$password -t $threads nice -n 19 cpuminer-argon2 -r 0 -a argon2 -o $url:4234 -u $username -p d=4,$password -t $threads nice -n 19 minerd-m7m -r 0 -a m7m -o $url:6033 -u $username -p d=8,$password -t $threads done just wondering can I reproduce this in windows with a batch file running 17 miners at once. Windows batch file as follows. No m7m and I don't think the miner processes are inherting the low priority, so some work needs to be done on it. @ECHO OFF SETLOCAL IF %1.==. ( SET /P threads=Number of threads? ) ELSE ( SET threads=%1 ) START "BTC Mining at zpool (CPU) - %threads% Threads" /LOW CPU-AlgoSwitch-Loop.bat %threads% ENDLOCAL EXIT /B 0 @ECHO OFF SETLOCAL SET threads=%1 SET username=<btc-address> REM 4 Threads SET password=c=BTC,scrypt=50.5,x11=401,x13=83.9,x14=81.4,x15=77.7,c11=116,lyra2v2=194,quark=226,qubit=180,neoscrypt=14.2,yescrypt=0.8,argon2=11.1,groestl=516,myr-gr=761,blakecoin=13.4 CD ..\..\bin :START CD cpuminer-1.3 minerd-corei7-avx.exe -r 0 -a scrypt -o stratum+tcp://mine.zpool.ca:3433 -u %username% -p d=4,%password% -t %threads% minerd-corei7-avx.exe -r 0 -a X11 -o stratum+tcp://mine.zpool.ca:3533 -u %username% -p d=0.001,%password% -t %threads% CD .. CD cpuminer-multi-1-2-dev cpuminer.exe -r 0 -a lyra2v2 -o stratum+tcp://mine.zpool.ca:4533 -u %username% -p d=0.1,%password% -t %threads% cpuminer.exe -r 0 -a myr-gr -o stratum+tcp://mine.zpool.ca:5433 -u %username% -p d=0.001,%password% -t %threads% cpuminer.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %username% -p d=0.3,%password% -t %threads% cpuminer.exe -r 0 -a yescrypt -o stratum+tcp://mine.zpool.ca:6233 -u %username% -p d=1,%password% -t %threads% CD .. CD cpuminer-argon2-win64-1.0.1 cpuminer-win64-generic.exe -r 0 -a x13 -o stratum+tcp://mine.zpool.ca:3633 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a x15 -o stratum+tcp://mine.zpool.ca:3733 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a c11 -o stratum+tcp://mine.zpool.ca:3573 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a qubit -o stratum+tcp://mine.zpool.ca:4733 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u %username% -p d=0.001,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a neoscrypt -o stratum+tcp://mine.zpool.ca:4233 -u %username% -p d=4,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a argon2 -o stratum+tcp://mine.zpool.ca:4234 -u %username% -p d=2,%password% -t %threads% cpuminer-win64-generic.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %username% -p d=0.02,%password% -t %threads% CD .. GOTO START CD ..\zpool\BTC ENDLOCAL EXIT /B 0
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
May 26, 2016, 11:37:18 AM |
|
crackfoo Darknet (quark) miner reward is not yet 22.5 DNET but still 175!
Are you 100% sure? Reward amount is populate by the getblocktemplate call, so it could indicate being on an incorrect fork. Hashpower shows 175 reward, but profitability is crazy, so they may be on the wrong fork. No he's not sure. We're on the same chain as the exchanges and the reward is correct.
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
tbearhere
Legendary
Offline
Activity: 3220
Merit: 1003
|
|
May 26, 2016, 03:25:01 PM |
|
is it just me that's confused at why these gripes keep getting repeated??
What gripes JaredKaragen?
|
|
|
|
AngryDwarf
|
|
May 26, 2016, 04:00:16 PM |
|
is it just me that's confused at why these gripes keep getting repeated??
What gripes JaredKaragen? The possibility that low diff coins have a detrimental effect on income? The estimate may go down, but the actual may go up. Some coins are so low on difficulty, that they can be solo mined. Pooled mining is something different. But when block winning hashes are so high that they are wasted against a low diff coin, rather than put against the high diff coin, we have to ask if it is worth it. But this is not just pooled mining, it is pooled exchanging.
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3220
Merit: 1003
|
|
May 26, 2016, 05:33:40 PM Last edit: May 26, 2016, 05:56:52 PM by tbearhere |
|
is it just me that's confused at why these gripes keep getting repeated??
What gripes JaredKaragen? The possibility that low diff coins have a detrimental effect on income? The estimate may go down, but the actual may go up. Some coins are so low on difficulty, that they can be solo mined. Pooled mining is something different. But when block winning hashes are so high that they are wasted against a low diff coin, rather than put against the high diff coin, we have to ask if it is worth it. But this is not just pooled mining, it is pooled exchanging. Yes... I understand. Like in my signature below.
|
|
|
|
elyaque
Newbie
Offline
Activity: 1
Merit: 0
|
|
May 27, 2016, 10:39:47 AM Last edit: May 27, 2016, 10:57:19 AM by elyaque |
|
I added in that algorithm line and:
Ran at diff = 16000 for a couple hours, finally connection dropped and when it restarted I had lost 3/12 blades, 1 unit needed a reboot 2 units needed a power cycle.
Ran at diff = 18000 for a couple hours, connection drops, 1 unit recovered, 3 units locked up and needed power cycles, 1 unit needed a second power cycle and a soft reboot.
Now testing at diff = 20000, I hope something friggin works this profitability today is bonkers!
20000 had one machine lock up, had a failover at 22000 diff that they *almost* recovered from, only 1 blade dropped on one unit. So I have set them at 24000 diff and hopefully they stay up while I'm at my buddy's BBQ. Is your profile BTC address valid citronik? I think you have some karma headed your way the S7s, depending on which batch, are temperamental lot. I use a safe 16000 most of the time, and use 22k-24k when solo mining PPC. Well yeah, my BTC address is valid Sorry to say that even at 24k diff I still came home to one unit locked up, and two needing reboots. Just a nudge to crackfoo to see if there's a solution to this issue. Still sent some karma your way citronik, cheers! Sorry I am new here, I dont know how to start a new post, so i repeat to this one, because i have the same problems with my S7 and S5. Is the problem now solved? i tried everything but nothing, after a while i get kicked out and my miners mine on the backup pool.Admin any news about this?
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
May 27, 2016, 11:23:19 AM |
|
I added in that algorithm line and:
Ran at diff = 16000 for a couple hours, finally connection dropped and when it restarted I had lost 3/12 blades, 1 unit needed a reboot 2 units needed a power cycle.
Ran at diff = 18000 for a couple hours, connection drops, 1 unit recovered, 3 units locked up and needed power cycles, 1 unit needed a second power cycle and a soft reboot.
Now testing at diff = 20000, I hope something friggin works this profitability today is bonkers!
20000 had one machine lock up, had a failover at 22000 diff that they *almost* recovered from, only 1 blade dropped on one unit. So I have set them at 24000 diff and hopefully they stay up while I'm at my buddy's BBQ. Is your profile BTC address valid citronik? I think you have some karma headed your way the S7s, depending on which batch, are temperamental lot. I use a safe 16000 most of the time, and use 22k-24k when solo mining PPC. Well yeah, my BTC address is valid Sorry to say that even at 24k diff I still came home to one unit locked up, and two needing reboots. Just a nudge to crackfoo to see if there's a solution to this issue. Still sent some karma your way citronik, cheers! Sorry I am new here, I dont know how to start a new post, so i repeat to this one, because i have the same problems with my S7 and S5. Is the problem now solved? i tried everything but nothing, after a while i get kicked out and my miners mine on the backup pool.Admin any news about this? Still looking for a dev to debug and fix this. Hopefully soon.
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
May 28, 2016, 12:14:29 PM |
|
If you're looking for info on how to setup zpool.ca with your miners, and you know russian, check this out: https://www.youtube.com/watch?v=yqHwMGVPslII just stumbled on it Cheers
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
DrkLvr_
|
|
May 28, 2016, 06:56:21 PM |
|
Hello, skein blocks not being found? Last block 115m ago
|
|
|
|
DrkLvr_
|
|
May 28, 2016, 07:04:41 PM |
|
as of 36 seconds ago a Digibyte block was found. Did we really not find anything in 2 hours?
|
|
|
|
DrkLvr_
|
|
May 28, 2016, 07:25:18 PM |
|
it was full power 18gh on Aurora when i noticed.. TTF 6 minutes. i suppose it's possible no blocks were found in ~120 minutes.. but very unlikely
|
|
|
|
DrkLvr_
|
|
May 28, 2016, 08:27:05 PM |
|
Aurora blocks are coming through again
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
May 28, 2016, 08:37:53 PM |
|
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
DrkLvr_
|
|
May 28, 2016, 08:49:38 PM |
|
Hi crackfoo, what happened with AUR? were the blocks being found just not displayed?
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
May 28, 2016, 08:52:13 PM |
|
Hi crackfoo, what happened with AUR? were the blocks being found just not displayed?
not sure, no there were about 5 blocks that failed to get into the chain. error was block decode failed.
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
|