jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 05, 2021, 09:51:16 PM |
|
i cant get the new 1.30 version to run is it real 1.28 runs great on my windows machine , but 1.30 just says setting up miner and nothing else , tried dif bat files still same , does it not like windows ryzen machines anymore lol.
I've run into a similar problem. Running 1.28 on Windows10 (12 x AMD 8GB RX570) without issue. But as soon as I attempt to run 1.30 it begins the setup process, waits about 10-20sec then displays "Press any key to continue..." and ends program. I also ran the new eth script that came with 1.30 and also ran the more basic script for eth from 1.28 - no go. Back to running 1.28 at this time. Which algo? Which pool? or a photo to try to check whats happening will help
|
|
|
|
|
Morph42
Jr. Member
Offline
Activity: 63
Merit: 2
|
 |
July 05, 2021, 10:12:24 PM |
|
Which algo? Which pool? or a photo to try to check whats happening will help [/quote] There's really not much to show. lolminer starts it's default "splashscreen" block. then it shows a line "setup miner..." and after so long instead of loading up the GPU's as it normally does it just displays "press any key to continue..." which leads to the DOS screen to close. No log file. Mining ETH. Same as with previous versions. pointing to SSL of us1.ethermine.org The new 1.30 has a much different script written, since it added a secondary pool I just added the SSL of us2.ethermine.org. In one configuration I removed all the POOL2 sections from the whole script. Even tried using the ETH mining script from 1.28, but the results were always the same as above. It stops before it even starts with no error messages. Happy to give any further info you think might work.
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 06, 2021, 07:23:11 AM |
|
Which algo? Which pool? or a photo to try to check whats happening will help There's really not much to show. lolminer starts it's default "splashscreen" block. then it shows a line "setup miner..." and after so long instead of loading up the GPU's as it normally does it just displays "press any key to continue..." which leads to the DOS screen to close. No log file. Mining ETH. Same as with previous versions. pointing to SSL of us1.ethermine.org The new 1.30 has a much different script written, since it added a secondary pool I just added the SSL of us2.ethermine.org. In one configuration I removed all the POOL2 sections from the whole script. Even tried using the ETH mining script from 1.28, but the results were always the same as above. It stops before it even starts with no error messages. Happy to give any further info you think might work. [/quote] Which GPU are you using? have you try with the standard bat file if works?. All information is good to try to reproduce the problem
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 06, 2021, 07:23:41 AM |
|
Just came to ask same question, what does that "setup miner..." mean. Waiting for new version.
Which GPU are you using? Which Pool are you trying to connect? Have you try with the standard bat file if works?. All information is good to try to reproduce the problem
|
|
|
|
|
somaton
Jr. Member
Offline
Activity: 213
Merit: 6
|
 |
July 06, 2021, 12:51:13 PM |
|
Just came to ask same question, what does that "setup miner..." mean. Waiting for new version.
Which GPU are you using? Which Pool are you trying to connect? Have you try with the standard bat file if works?. All information is good to try to reproduce the problem Hi. Win10, RTX 3060, driver 470.05, Nicehash. Command line: lolminer.exe --algo AUTOLYKOS2 --pool autolykos.eu-north.nicehash.com:3390 --user wallet.worker +---------------------------------------------------------+ | _ _ __ __ _ _ _____ ___ | | | | ___ | | \/ (_)_ __ ___ _ __ / | |___ / / _ \ | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | |_ \| | | | | | | | (_) | | | | | | | | | __/ | | |_ ___) | |_| | | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)____/ \___/ | | | | This software is for mining | | Autolykos V2 | | Ethash, Etchash | | Equihash 144/5, 192/7, 210/9 | | BeamHash III | | ZelHash (EquihashR 125/4/0) | | Cuck(ar)oo 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, July 2021 | +---------------------------------------------------------+ Setup Miner... C:\lolminer>
|
|
|
|
|
Morph42
Jr. Member
Offline
Activity: 63
Merit: 2
|
 |
July 06, 2021, 03:37:51 PM |
|
Windows10 (12 x AMD 8GB RX570) AMD Driver = 27.20.14501 a.k.a. 20.12.1 lolminer 1.28 script. @echo off
setlocal enableDelayedExpansion
Rem ################################# Rem ## Begin of user-editable part ## Rem #################################
set "POOL=ssl://us1.ethermine.org:5555" set "WALLET=walletnumber.minerID"
Rem ################################# Rem ## End of user-editable part ## Rem #################################
:loop lolMiner.exe --algo ETHASH --tstop 90 --pool !POOL! --user !WALLET! --watchdog exit if %ERRORLEVEL% == 42 ( timeout 10 goto loop )
pause
Using 1.28 script with 1.30 lolminer software gets this screen +---------------------------------------------------------+ | _ _ __ __ _ _ _____ ___ | | | | ___ | | \/ (_)_ __ ___ _ __ / | |___ / / _ \ | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | |_ \| | | | | | | | (_) | | | | | | | | | __/ | | |_ ___) | |_| | | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)____/ \___/ | | | | This software is for mining | | Autolykos V2 | | Ethash, Etchash | | Equihash 144/5, 192/7, 210/9 | | BeamHash III | | ZelHash (EquihashR 125/4/0) | | Cuck(ar)oo 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, July 2021 | +---------------------------------------------------------+
Setup Miner... Press any key to continue . . .
lolminer 1.30 script @echo off
setlocal enableDelayedExpansion
Rem ################################# Rem ## Begin of user-editable part ## Rem #################################
set "POOL2=ssl://us2.ethermine.org:5555" set "POOL=ssl://us1.ethermine.org:5555" set "WALLET=walletnumber.minerid"
Rem ################################# Rem ## End of user-editable part ## Rem #################################
if exist %CD%"\lolMiner.exe" goto infolder echo "Searching for lolMiner.exe, because is not in this folder.That could take sometime..." for /f "delims=" %%F in ('dir /b /s "C:\lolMiner.exe" 2^>nul') do set MyVariable=%%F if exist %MyVariable% goto WindowsVer echo "lolMiner.exe is not found in the system, that could be blocked by Windows Defender or Antivirus " goto END
:infolder set MyVariable=%CD%\lolMiner.exe
:WindowsVer for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j if "%version%" == "10.0" goto W10 goto OtherW
:W10 %MyVariable% --algo ETHASH --pool !POOL! --user !WALLET! --pool !POOL2! --user !WALLET! --watchdog exit if %ERRORLEVEL% == 42 ( timeout 10 goto W10 ) goto END
:OtherW %MyVariable% --algo ETHASH --pool !POOL! --user !WALLET! --pool !POOL2! --user !WALLET! --watchdog exit --nocolor if %ERRORLEVEL% == 42 ( timeout 10 goto OtherW )
:END pause
Again, I get the same screen as above when I run I also run MSI Afterburner with settings power = -10 cclock = 1150 mclock = 2150 Fan = 60 I also run the AMD memtweak just setting the refresh at 30 Typically getting 31mhs/card Which GPU are you using? have you try with the standard bat file if works?. All information is good to try to reproduce the problem
|
|
|
|
|
Morph42
Jr. Member
Offline
Activity: 63
Merit: 2
|
 |
July 06, 2021, 06:20:00 PM |
|
On a slightly different topic than ver1.30.
Is it the new epoch, or am I the only one that has noticed a big decline on the shares/earnings? With my (2) rigs I used to make 0.05/day. Than the rule changed so that it would only payout after a minimum 0.1. So, that was ok, every two days I would get paid out. But now it seems that it's every 3 or 4 days. Sometimes 5. While the mhs stays the same, is it that it's simply getting harder to mine eth? I'm currently mining with ethermine.org
Just wondering (and learning).
|
|
|
|
|
dedizonesv2
Jr. Member
Offline
Activity: 152
Merit: 3
|
 |
July 06, 2021, 07:12:03 PM |
|
On a slightly different topic than ver1.30.
Is it the new epoch, or am I the only one that has noticed a big decline on the shares/earnings? With my (2) rigs I used to make 0.05/day. Than the rule changed so that it would only payout after a minimum 0.1. So, that was ok, every two days I would get paid out. But now it seems that it's every 3 or 4 days. Sometimes 5. While the mhs stays the same, is it that it's simply getting harder to mine eth? I'm currently mining with ethermine.org
Just wondering (and learning).
Two factor: Gaz system https://etherscan.io/gastrackerand difficulty mining: https://2miners.com/fr/eth-network-hashrateslow gaz and hight difficulty = low ratio ETH the difficulty would have to drop to earn more ETH
|
|
|
|
|
Divinity666
Jr. Member
Offline
Activity: 312
Merit: 2
|
 |
July 06, 2021, 09:15:43 PM |
|
Reporting on 1080ti performance on ERGO: first thing miner doesn't have any timings, so gotta use pill or, as I did, u can keep NBminer's timings since they are stronger. So... lolminer gives less h\r(by 12%+) with less power consumption though(8%), so it seems it just does not load cards as hard as NBminer can. Until these issues are fixed its not competitive even with 0% fee I'm afraid 
|
|
|
|
|
JohnnyDoeTheSecond
Newbie
Offline
Activity: 25
Merit: 0
|
 |
July 06, 2021, 10:55:09 PM |
|
So, I ask again, why does lolminer get blocked by Nicehash, now? No core or mem settings have any effect, to my knowledge, just a sudden blockage of lolminer by Nicehash.
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 07, 2021, 08:33:12 PM |
|
Reporting on 1080ti performance on ERGO: first thing miner doesn't have any timings, so gotta use pill or, as I did, u can keep NBminer's timings since they are stronger. So... lolminer gives less h\r(by 12%+) with less power consumption though(8%), so it seems it just does not load cards as hard as NBminer can. Until these issues are fixed its not competitive even with 0% fee I'm afraid  You should not check reported hashrate... that can be very easy modify it... Then all people will think you have the faster miner. To know the reality you should check average hashrate in pool for a long time. To do that put them all to a pool one one miner ... and watch the real received hashrate for a week. Make a note every day same time. Then re-do same with lolMiner and compare number of received shares. Then you will realise, which miner say real hash and which one inflates his hashrate to have more users... And you will realise that lolMiner don't inflate his hashrate.
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 07, 2021, 08:34:48 PM |
|
So, I ask again, why does lolminer get blocked by Nicehash, now? No core or mem settings have any effect, to my knowledge, just a sudden blockage of lolminer by Nicehash.
Last version 1.30 has a bug with nicehash, you should continue with 1.28a in Windows or 1.29 in Linux if you mine with nicehash. The Dev said it will be released soon an update to fix that bug
|
|
|
|
|
abrgeza
Jr. Member
Offline
Activity: 117
Merit: 2
|
 |
July 08, 2021, 07:38:35 AM |
|
As for autolykos2 (ergo) it is good for Polaris and Fiji cards. Compared with TRM it is slower for Navi cards and it is much slower for Vega cards. Hope it will be better in next release.
|
|
|
|
|
Divinity666
Jr. Member
Offline
Activity: 312
Merit: 2
|
 |
July 08, 2021, 11:42:02 AM |
|
You should not check reported hashrate... that can be very easy modify it... Then all people will think you have the faster miner. To know the reality you should check average hashrate in pool for a long time. To do that put them all to a pool one one miner ... and watch the real received hashrate for a week. Make a note every day same time. Then re-do same with lolMiner and compare number of received shares. Then you will realise, which miner say real hash and which one inflates his hashrate to have more users... And you will realise that lolMiner don't inflate his hashrate.
Intensity is obviously lower, on my home PC I can mine with lolminer and browse almost w\o freezes, with nbminer mouse cursor barely moves)) So, no, there is no point.
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 08, 2021, 03:18:16 PM |
|
You should not check reported hashrate... that can be very easy modify it... Then all people will think you have the faster miner. To know the reality you should check average hashrate in pool for a long time. To do that put them all to a pool one one miner ... and watch the real received hashrate for a week. Make a note every day same time. Then re-do same with lolMiner and compare number of received shares. Then you will realise, which miner say real hash and which one inflates his hashrate to have more users... And you will realise that lolMiner don't inflate his hashrate.
Intensity is obviously lower, on my home PC I can mine with lolminer and browse almost w\o freezes, with nbminer mouse cursor barely moves)) So, no, there is no point. And also Watts are also quite lower with lolMiner, it is nearly 3W per GPU in Polaris...
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 08, 2021, 03:20:14 PM |
|
As for autolykos2 (ergo) it is good for Polaris and Fiji cards. Compared with TRM it is slower for Navi cards and it is much slower for Vega cards. Hope it will be better in next release.
Vega Cards is TRM territory they do it really really well... You should check the Watts in Navi too... in Polaris is between 1w-2W per GPU lower lolMiner... it will be interesting to know in Navi what's the difference. because that gives you extra chance to give more core to get higher Mhs
|
|
|
|
|
somaton
Jr. Member
Offline
Activity: 213
Merit: 6
|
 |
July 08, 2021, 06:21:09 PM |
|
1.31 is working fine now with 3060 and nicehash under win10. Thanks.
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 08, 2021, 07:21:07 PM |
|
1.31 is working fine now with 3060 and nicehash under win10. Thanks.
To me too....It seems 1.31 has solved the Windows problems !! 
|
|
|
|
|
rampage999
Newbie
Offline
Activity: 45
Merit: 0
|
 |
July 09, 2021, 08:23:36 AM |
|
Hi
I got this error message
Device 5 detected as crashed.
So is this GPU 5 or GPU 4?
|
|
|
|
|
jgonzi
Member

Offline
Activity: 639
Merit: 19
|
 |
July 09, 2021, 10:08:31 AM |
|
Hi
I got this error message
Device 5 detected as crashed.
So is this GPU 5 or GPU 4?
It is GPU 6 if you start from 1 or GPU 5 if you start from 0 :-)
|
|
|
|
|
|