Search content
Sort by

Showing 5 of 5 results by Antony197878
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 3.5d: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
Antony197878
on 23/11/2018, 06:54:09 UTC
Could really use this on the Ubiq fork! Any eta?

no, it doesnt work witn new ubiq(( rejected shares and nothing
Post
Topic
Board Mining (Altcoins)
Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta]
by
Antony197878
on 30/06/2018, 21:31:46 UTC
Update: coolMiner-v1.4!
* Found solution to the error: stuck in a  loop  "retry after 5 seconds"-  when there is stratum connection/Stratum authentication error- now the miner will exit so you can monitor and relaunch it.

So... how can I make the re-launch automatic without a secondary batch file ?

Set it up on 5 machines & left for 20 minutes -- all 5 have closed.

well - there 2 things might be. 1- you did something wrong while making/starting those .bat s (it worked for me for 2-3 day without problem)
2- after couple days those 1.3 miner started to disappear suddenly (whatever i did to start it it just closing after 5-10 seconds of work) but i bet it s not my fault)))

PS - it you try to do that config with goto (link above) you ll have several copies of working miners bcz it doesnt kill the task in task manager.  and mine killing the task and creating new window with miner. and also you may try it on 1.4ver but i tested with 1.3 (though i think it doesnt matter) mostly i thing its windows10 bugs. just received an update on it, so tomorrow will try again
Post
Topic
Board Mining (Altcoins)
Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta]
by
Antony197878
on 27/06/2018, 05:52:24 UTC
well) i just find a decision) it s not beautiful but hope it works) i just made one bat file to start miner and another one that counting down 15 minutes (for example) and killing miner process in task manager/waiting for couple seconds and starts first bat again in new cli window) and starts counting again. this rough thing hope will help from hanging and other problems)

Do you mind sharing the codes here?

@echo on

:start
 
Timeout /T 900

 
Taskkill /IM coolMiner-x64.exe /F

Timeout /T 5
Start "miner" cmd /c *.bat

Timeout /T 5
goto start

PS - put this batch to the same folder as miner and its bat. better put folder in c:\ (root of C) for no mistaking/long path to file. * = name of your start bat. first time i start original bat and just after - this bat. after this it all goes without your help ;-)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta]
by
Antony197878
on 27/06/2018, 05:42:36 UTC
well) i just find a decision) it s not beautiful but hope it works) i just made one bat file to start miner and another one that counting down 15 minutes (for example) and killing miner process in task manager/waiting for couple seconds and starts first bat again in new cli window) and starts counting again. this rough thing hope will help from hanging and other problems)
why all the trouble? V1.4 exit's miner in case of connection problem, so u can use it, frequent miner restart looses profit because of the time takes to send first share after miner start.
V1.4 should be better in this case.

I will try to check if something changed in ccminer v2.3 in this matter.


do you really wanna restart/check it works manually every hour?))) rofl - you might never sleep also?)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] coolMiner - Lyra2z Miner for nVidia [1080Ti-3.75MHs][Maxwell\Pascal\Volta]
by
Antony197878
on 27/06/2018, 04:32:29 UTC
well) i just find a decision) it s not beautiful but hope it works) i just made one bat file to start miner and another one that counting down 15 minutes (for example) and killing miner process in task manager/waiting for couple seconds and starts first bat again in new cli window) and starts counting again. this rough thing hope will help from hanging and other problems)