Pages:
Author

Topic: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.4 (July 22) - page 31. (Read 30772 times)

newbie
Activity: 44
Merit: 0
That could be it... I have Celeron G3930 with 4GB or RAM Cheesy

It seems this miner depends much on CPU
newbie
Activity: 84
Merit: 0
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?

What OC settings are you using on 1080Ti ?

I tried this miner, but it's not stable on my setup, and I cant get around 84kSol/s (6 x 1080ti) when I disconnect Teamviewer, and 95kSol/s when TV is connected....

22kSol/s per card sounds great.
my resalt GTX1080Ti 17-18.5k 1080 13-14k 1070 11-12k 1060 8-9k on windows 10 with G3930 RAM4GB

how do you gain much more hashrate? extreme overclock?
Ececceнo )
I have 16 GB DDR4 overclocked to 3GHz, I don't know if it have any impact, but I use this rig sometimes to play wolfenstein Cheesy
All 1080ti are overclocked: gpu +100, memory +1000 (cards are already factory overclocked, OC versions).
Ambient temperature where rig is located is 5-10 C, I guess it helps with cooling a lot Cheesy
newbie
Activity: 22
Merit: 0
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?

What OC settings are you using on 1080Ti ?

I tried this miner, but it's not stable on my setup, and I cant get around 84kSol/s (6 x 1080ti) when I disconnect Teamviewer, and 95kSol/s when TV is connected....

22kSol/s per card sounds great.
my resalt GTX1080Ti 17-18.5k 1080 13-14k 1070 11-12k 1060 8-9k on windows 10 with G3930 RAM4GB

how do you gain much more hashrate? extreme overclock?
Ececceнo )
member
Activity: 195
Merit: 15
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?

What OC settings are you using on 1080Ti ?

I tried this miner, but it's not stable on my setup, and I cant get around 84kSol/s (6 x 1080ti) when I disconnect Teamviewer, and 95kSol/s when TV is connected....

22kSol/s per card sounds great.
my resalt GTX1080Ti 17-18.5k 1080 13-14k 1070 11-12k 1060 8-9k on windows 10 with G3930 RAM4GB

how do you gain much more hashrate? extreme overclock?
newbie
Activity: 44
Merit: 0
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?

What OC settings are you using on 1080Ti ?

I tried this miner, but it's not stable on my setup, and I cant get around 84kSol/s (6 x 1080ti) when I disconnect Teamviewer, and 95kSol/s when TV is connected....

22kSol/s per card sounds great.
newbie
Activity: 8
Merit: 0
This is my bat file. Not the best solution but works on unstable mashine, use smaller timeout to get more stable or longer if the mashine is more stabled(less hangs,crashs)


@echo off
setlocal enableDelayedExpansion
ping 8.8.8.8 -n 45
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################

Rem Insert your configuration file name here
set "CNAME=example_config.cfg"                              

Rem #################################
Rem ##  End of user-editable part  ##
Rem #################################

set "PARAMS=--use-config %CNAME%"

:MINE
Start /wait /high lolMiner-mnx.exe !PARAMS!
timeout /t 300
taskkill /F /IM lolMiner-mnx.exe
timeout /t 5
goto :MINE

newbie
Activity: 84
Merit: 0
I'm not closing t.v. Its running over lan.
newbie
Activity: 84
Merit: 0
member
Activity: 201
Merit: 11
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?
on which operating system does it work?
newbie
Activity: 84
Merit: 0
@Lolliedieb
Hello, thank you for this miner. I have 2 rigs, on nvidia rig, with 8 gpus of mixed models (1060 - around 10KSol/s,1070 around 17KSol/s, 1080 almost as 1070 but little less ,1080ti around 22-23 KSol/s), miner is working fine. But on the amd rig (5 vega 56, around 17-18 KSol/s per card) I'm having problems with random gpu getting 0 hash after some time (1 of 5 gpus). Can you fix this or just make miner close itself when detect 0 hash so that loop in the script can start again?
newbie
Activity: 6
Merit: 0
restarted miner  and now working all thanks
member
Activity: 433
Merit: 48
Okay I opened cmd

c:\Users\miner2>

And what do I have to do now


i filled in you're line : lolMiner.exe --list devices

but it doesn't recognize   

Almost ... you forgot one "-"
its  lolMiner.exe --list-devices

If you put that in a bat the problem will start, print but close instantly ... therefore writing it to bat is no good idea. With cmd is better Smiley


it put in device 0,1,2,3,4 now and they work

if I add number 5 it doesn't work anymore and screen flickers , is there a maximum of GPU's ?
No, there is no maximum - we had people running 6+ cards. Only problem may be if that one is used for graphics output or the CPU is too  weak, because each solution found has to be checked by CPU if its below target and then send to host. It seems somewhere your rig runs out of resources.
newbie
Activity: 22
Merit: 0
it put in device 0,1,2,3,4 now and they work

if I add number 5 it doesn't work anymore and screen flickers , is there a maximum of GPU's ?


How many have you gpu?
newbie
Activity: 6
Merit: 0
it put in device 0,1,2,3,4 now and they work

if I add number 5 it doesn't work anymore and screen flickers , is there a maximum of GPU's ?
newbie
Activity: 22
Merit: 0
i put this in a separate bat file and run it but doesn't show anything  Undecided


Screen pls
newbie
Activity: 6
Merit: 0
i put this in a separate bat file and run it but doesn't show anything  Undecided
newbie
Activity: 22
Merit: 0
Okay I opened cmd

c:\Users\miner2>

And what do I have to do now


i filled in you're line : lolMiner.exe --list devices

but it doesn't recognize   

Run bat file
newbie
Activity: 6
Merit: 0
Okay I opened cmd

c:\Users\miner2>

And what do I have to do now


i filled in you're line : lolMiner.exe --list devices

but it doesn't recognize   
member
Activity: 433
Merit: 48
sorry but I don't understand what to do, could please clarify what I need to do exactly ?

Can you open CMD (windows command shell) and run lolMiner.exe --list-devices ? It may be that you have more then one OpenCL driver on your system and we have to select the right one (with --platform) beforehand Smiley
newbie
Activity: 6
Merit: 0
sorry but I don't understand what to do, could please clarify what I need to do exactly ?
Pages:
Jump to: