Bitcoin Forum
June 21, 2024, 06:53:10 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner 0.5 on: August 02, 2018, 06:38:19 PM
Dumb question on my part likely - but how did you get Power usage stats to display there in your log output?  I never have seen that, and could DEFINITELY use that to my advantage.  Thanks for sharing, great stats thanks to v0.5...nice indeed!  Cheers.

If using the cfg file, change "pec" from 0 to 1
If using command line options, use --pec 1
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner 0.4 on: August 01, 2018, 03:27:32 PM
WARNING: Looks like GPU0 are stopped. Restarting...


Is there a way to make the miner auto close and reopen when this happens? This error is very random and has nothing to do with overclocking.

I just noticed that there is an "eexit" param, setting it to 1 seems to close the miner when errors occur. Still testing this, but it did close the miner for another error. So now you just need a bat script that restarts the miner as soon as it closes.

If using the cfg file: eexit 1
if using command line params: --eexit 1

Code:
@echo  off
:restart

TIMEOUT 5
miner.exe <your params> --eexit 1
ping 127.0.0.1 > nul

goto :restart

It would be nice if these parameters would be documented in the OP.

3  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's Cuda Equihash Miner 0.4 on: July 25, 2018, 06:40:11 PM
My miner sometimes crashes with this error and does not recover:

I have to exit/close the miner and restart it. This seems to happen randomly.

Could you add an argument/switch that closes the miner when this error occurs, so my script would restart it?

Code:
...
25.07.2018 18:39:22 Total speed: 442 Sol/s
25.07.2018 18:39:23 INFO: GPU5 Accepted share 47ms [A:1042, R:1]
25.07.2018 18:39:34 INFO: GPU9 Accepted share 47ms [A:969, R:1]
25.07.2018 18:39:40 INFO: GPU9 Accepted share 63ms [A:970, R:1]
25.07.2018 18:39:50 INFO: GPU5 Accepted share 63ms [A:1043, R:1]
25.07.2018 18:39:50 INFO: GPU7 Accepted share 63ms [A:1004, R:0]
25.07.2018 18:39:53 Temp: GPU0 57C GPU1 56C GPU2 60C GPU3 62C GPU4 62C GPU5 59C GPU6 60C GPU7 59C GPU8 64C GPU9 61C GPU10 59C GPU11 64C GPU12 65C
25.07.2018 18:39:53 GPU0: 34 Sol/s GPU1: 35 Sol/s GPU2: 34 Sol/s GPU3: 32 Sol/s GPU4: 34 Sol/s GPU5: 35 Sol/s GPU6: 34 Sol/s GPU7: 36 Sol/s GPU8: 31 Sol/s GPU9: 34 Sol/s GPU10: 35 Sol/s GPU11: 33 Sol/s GPU12: 35 Sol/s
25.07.2018 18:39:53 Total speed: 442 Sol/s
25.07.2018 18:39:56 INFO: GPU4 Accepted share 62ms [A:960, R:0]
25.07.2018 18:40:00 INFO: GPU5 Accepted share 62ms [A:1044, R:1]
25.07.2018 18:40:23 CUDA: Device: 2 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 6 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 12 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 5 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 1 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 4 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 9 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 10 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 3 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 0 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 7 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 8 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 CUDA: Device: 11 Thread exited with message: "unspecified launch failure"
25.07.2018 18:40:23 Temp: GPU0 56C GPU1 55C GPU2 58C GPU3 62C GPU4 62C GPU5 59C GPU6 58C GPU7 58C GPU8 63C GPU9 60C GPU10 59C GPU11 64C GPU12 63C
25.07.2018 18:40:23 GPU0: 36 Sol/s GPU1: 34 Sol/s GPU2: 32 Sol/s GPU3: 36 Sol/s GPU4: 33 Sol/s GPU5: 35 Sol/s GPU6: 35 Sol/s GPU7: 35 Sol/s GPU8: 35 Sol/s GPU9: 35 Sol/s GPU10: 34 Sol/s GPU11: 36 Sol/s GPU12: 35 Sol/s
25.07.2018 18:40:23 Total speed: 451 Sol/s
25.07.2018 18:40:23 WARNING: Looks like GPU0 are stopped. Restarting...
25.07.2018 18:40:23 INFO: GPU0 are restarted.
25.07.2018 18:40:23 CUDA: Device: 0 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:23 WARNING: Looks like GPU1 are stopped. Restarting...
25.07.2018 18:40:23 INFO: GPU1 are restarted.
25.07.2018 18:40:24 CUDA: Device: 1 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:24 WARNING: Looks like GPU2 are stopped. Restarting...
25.07.2018 18:40:24 INFO: GPU2 are restarted.
25.07.2018 18:40:24 CUDA: Device: 2 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:24 WARNING: Looks like GPU3 are stopped. Restarting...
25.07.2018 18:40:24 INFO: GPU3 are restarted.
25.07.2018 18:40:24 CUDA: Device: 3 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:24 WARNING: Looks like GPU4 are stopped. Restarting...
25.07.2018 18:40:24 INFO: GPU4 are restarted.
25.07.2018 18:40:24 CUDA: Device: 4 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:24 WARNING: Looks like GPU5 are stopped. Restarting...
25.07.2018 18:40:24 INFO: GPU5 are restarted.
25.07.2018 18:40:24 CUDA: Device: 5 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:24 WARNING: Looks like GPU6 are stopped. Restarting...
25.07.2018 18:40:24 INFO: GPU6 are restarted.
25.07.2018 18:40:25 CUDA: Device: 6 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:25 WARNING: Looks like GPU7 are stopped. Restarting...
25.07.2018 18:40:25 INFO: GPU7 are restarted.
25.07.2018 18:40:25 CUDA: Device: 7 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:25 WARNING: Looks like GPU8 are stopped. Restarting...
25.07.2018 18:40:25 INFO: GPU8 are restarted.
25.07.2018 18:40:25 CUDA: Device: 8 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:25 WARNING: Looks like GPU9 are stopped. Restarting...
25.07.2018 18:40:25 INFO: GPU9 are restarted.
25.07.2018 18:40:25 CUDA: Device: 9 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:25 WARNING: Looks like GPU10 are stopped. Restarting...
25.07.2018 18:40:25 INFO: GPU10 are restarted.
25.07.2018 18:40:25 CUDA: Device: 10 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:25 WARNING: Looks like GPU11 are stopped. Restarting...
25.07.2018 18:40:25 INFO: GPU11 are restarted.
25.07.2018 18:40:26 CUDA: Device: 11 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:26 WARNING: Looks like GPU12 are stopped. Restarting...
25.07.2018 18:40:26 INFO: GPU12 are restarted.
25.07.2018 18:40:26 CUDA: Device: 12 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:27 WARNING: Looks like GPU0 are stopped. Restarting...
25.07.2018 18:40:27 INFO: GPU0 are restarted.
25.07.2018 18:40:27 CUDA: Device: 0 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:27 WARNING: Looks like GPU1 are stopped. Restarting...
25.07.2018 18:40:27 INFO: GPU1 are restarted.
25.07.2018 18:40:27 CUDA: Device: 1 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
25.07.2018 18:40:27 WARNING: Looks like GPU2 are stopped. Restarting...
25.07.2018 18:40:27 INFO: GPU2 are restarted.
...

More info
13x EVGA 1070
Pool: https://btg.2miners.com
Command line options: miner.exe --algo 144_5 --pers BgoldPoW --server btg.2miners.com --port 4040 --user <address>.rig1 --pass x
Power limit: 75%
Mem OC: 0
Core OC: 0
Virtual mem: 170GB

Miner: v0.4


This rig has worked almost flawlessly with DSTM's equihash miner. The only occassional hiccups have been due to previous OC settings.
4  Economy / Investor-based games / Re: WeeklyPonzi.com | New Ponzi Round Each Week | 130% AUTOMATED RETURNS on: March 04, 2014, 08:55:43 PM
Thank you, I just got paid!
5  Economy / Investor-based games / Re: WeeklyPonzi.com | New Ponzi Round Each Week | 130% AUTOMATED RETURNS on: March 04, 2014, 02:13:40 PM
Why is transaction #53 paid already when other transactions are not?

Because I processed the deposit manually since the ipn was down for a short time and set an incorrect time on accident. All good now.

Thanks,

Okay, cool!
6  Economy / Investor-based games / Re: WeeklyPonzi.com | New Ponzi Round Each Week | 130% AUTOMATED RETURNS on: March 04, 2014, 12:41:23 AM
Why is transaction #53 paid already when other transactions are not?
7  Economy / Gambling / Re: [TRUSTED] New round of the best ponzi ever! ponzi120.com ! [TRUSTED] on: March 01, 2014, 06:29:13 PM
guys stop that is scam No payout only payments
Most of the transactions have not even been confirmed...

On round2 it took something like 18minutes to get the first payment if I remember correctly, I am definitely a bit stressed out by waiting for payments but I am 95% sure he will pay because he knows he can successfully do a round4 5 6 ect. He will get even more and more deposits in a short time as people get more trustful and he gets a lot in winnings and rake



Yeah, well he has over 51BTC now..
8  Economy / Gambling / Re: [TRUSTED] New round of the best ponzi ever! ponzi120.com ! [TRUSTED] on: March 01, 2014, 06:19:28 PM
guys stop that is scam No payout only payments
Most of the transactions have not even been confirmed...
9  Economy / Gambling / Re: Fixed Spread Ponzi only 0.002 BTC 145% on: February 27, 2014, 09:09:52 PM
Okay now the transactions are confirmed! Smiley
10  Economy / Gambling / Re: Fixed Spread Ponzi only 0.002 BTC 145% on: February 27, 2014, 07:58:41 PM
lol .... okay if you say so ... just trying to get a point across if you want to waste your money go for it man im not stopping you im just saying ponzis dont work lol but good luck with your  "investment" dont risk too much at once
I think we know what ponzi schemes are and how they work.
11  Economy / Gambling / Re: Fixed Spread Ponzi only 0.002 BTC 145% on: February 27, 2014, 07:38:54 PM
Why are the the payments still unconfirmed?   Shocked
12  Economy / Gambling / Re: Fixed Spread Ponzi only 0.002 BTC 145% on: February 27, 2014, 06:30:22 PM
It's working!
13  Other / Archival / Re: [WTS] USB Style PCI-E 1x - 16x Powered Riser Cables !! $20 Each Thousands Sold! on: February 11, 2014, 08:09:19 PM
Has anyone tried a USB hub?
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: icyhash down!!!! with all my coins still in site wallet on: January 08, 2014, 04:49:36 PM
Yes, it seems to be down.
15  Alternate cryptocurrencies / Altcoin Discussion / Re: Coinye Coin post your address on: January 08, 2014, 12:28:18 PM
5bzSYwAqPAZ47nzsy9cp7aMt5Pt4GbsW8s
Thanks!
16  Other / Beginners & Help / Re: Newbie to this Bitcoin Forum on: January 08, 2014, 12:11:52 PM
Welcome!

Yeah this newbie forum thing is pretty annoying!  Undecided
17  Alternate cryptocurrencies / Altcoin Discussion / Re: Coinye Coin anyone? on: January 08, 2014, 12:01:06 PM
I'm mining, but my account on http://coinyecoin.icyhash.com/ is locked for some reason and I can't even contact the admin.
18  Other / Beginners & Help / Re: new member on: January 08, 2014, 11:53:26 AM
Hello!  Smiley
19  Other / Beginners & Help / Re: Can not reply in most places here on: January 08, 2014, 11:42:16 AM
This feature is just annoying.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!