Pages:
Author

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

jr. member
Activity: 111
Merit: 1
When will a next version of the miner?
Error every 5 minutes.
This string does not help (--enable-nv-hotfix)
jr. member
Activity: 230
Merit: 1
RX470/570 about 5400sol, tested
but it's a good thing for old cards, they are not useless now

570/580 cards can do 10000 sol/s as proven by other MNX mining software.
Hopefully this would be fixed in later versions of lolMiner.
newbie
Activity: 8
Merit: 0
rx480 8gb...6500 sols/s.
Launched 4 process for 4 card and get 6500 each.
Stable by 1,5 hours.
newbie
Activity: 63
Merit: 0
1 X GeForce GTX 750 Ti 2GB (Gigabyte) - Basic settings, nothing done and no OC + running the OS (Windows 10): around avg 3.4-3.9 KSol/s and no crashes noticed (since yesterday).
member
Activity: 101
Merit: 10
RX470/570 about 5400sol, tested
but it's a good thing for old cards, they are not useless now
newbie
Activity: 26
Merit: 0



It is displayed hash in cmd. My cpu usage is about 60% with 5 gpus working, it is a 6-core AMD FX 6300
At least it is good to know that now you are able to start the miner with the 5 GPUs. Stats a step from the situation before. It may be that the fix is too aggressive for your system and sometimes slows the miner too much. If that is ok for you I will try a different implementation of the fix and write you a private message tomorrow. Maybe the variant I have in mind (that I have to code first) works better then the current fix. (I will of cause also test it locally and insert it into next version if that is indeed better).


Ok, i will test  and send snapshots if there is error
newbie
Activity: 64
Merit: 0
As long as running four instances of lolMiner is stable, it's OK for me Wink
member
Activity: 433
Merit: 48
(I thought that the integrated video core is used)

Yes indeed the sol/s somehow fit to the igpu of the Core i7...
Can you paste the full output of lolMiner-mnx --list-devices here?
It may be that your GPU is on --platform 1 --device 0 instead of --platform 0 (default) --device 0/1


Error after 5 minutes! What can i do???
Please HELP!

Can you be more specific / i.e. what was the last thing the miner printed before the crash or if there were any error messages beforehand?


It is displayed hash in cmd. My cpu usage is about 60% with 5 gpus working, it is a 6-core AMD FX 6300
At least it is good to know that now you are able to start the miner with the 5 GPUs. Stats a step from the situation before. It may be that the fix is too aggressive for your system and sometimes slows the miner too much. If that is ok for you I will try a different implementation of the fix and write you a private message tomorrow. Maybe the variant I have in mind (that I have to code first) works better then the current fix. (I will of cause also test it locally and insert it into next version if that is indeed better).

And --device 0 1 2 3 nor --device 0,1,2,3 does not work
Is it normal ?

Currently yes this is normal. But I plan to implement multiple GPU per miner instance for version 0.2. Will be there somewhere next week Smiley
newbie
Activity: 64
Merit: 0
Hi.

Thanks for this miner.

I'm using 4 GTX 1070 Ti under Linux with a Pentium G3260 and 4 Gb RAM

When I start one instance of the miner :

Code:
./lolMiner-mnx --server $SERVER --port $PORT --user $USER --pass $PASSWORD --device 0 --enable-nv-hotfix

My hashrate is about 14000 sol/s

Code:
Average speed (5s): 14027 Sol/s
Average speed (5s): 13875 Sol/s
Average speed (5s): 14005.4 Sol/s
Average speed (5s): 13978 Sol/s
Average speed (5s): 14123.1 Sol/s

But when I check video cards with nvidia-smi, lolMiner is using 4 cards (but only one seems to be used for mining) :

Code:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 381.22                 Driver Version: 381.22                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Graphics Device     On   | 0000:01:00.0      On |                  N/A |
| 70%   49C    P2   111W / 110W |    414MiB /  8114MiB |     97%      Default |
+-------------------------------+----------------------+----------------------+
|   1  Graphics Device     On   | 0000:02:00.0      On |                  N/A |
| 70%   32C    P2    39W / 110W |    123MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   2  Graphics Device     On   | 0000:03:00.0      On |                  N/A |
| 70%   30C    P2    39W / 110W |    123MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   3  Graphics Device     On   | 0000:05:00.0      On |                  N/A |
| 70%   28C    P2    40W / 110W |    123MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      1293    G   /usr/lib/xorg/Xorg                               8MiB |
|    0     13351    C   ./lolMiner-mnx                                 393MiB |
|    1      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    1     13351    C   ./lolMiner-mnx                                 103MiB |
|    2      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    2     13351    C   ./lolMiner-mnx                                 103MiB |
|    3      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    3     13351    C   ./lolMiner-mnx                                 103MiB |
+-----------------------------------------------------------------------------+

I need to run 4 instances of lolMiner (with --device 0 to --device 3 in command line) for using each video card :

Code:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 381.22                 Driver Version: 381.22                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Graphics Device     On   | 0000:01:00.0      On |                  N/A |
| 70%   44C    P2   110W / 110W |    723MiB /  8114MiB |     96%      Default |
+-------------------------------+----------------------+----------------------+
|   1  Graphics Device     On   | 0000:02:00.0      On |                  N/A |
| 70%   40C    P2   109W / 110W |    722MiB /  8114MiB |     94%      Default |
+-------------------------------+----------------------+----------------------+
|   2  Graphics Device     On   | 0000:03:00.0      On |                  N/A |
| 70%   37C    P2   107W / 110W |    722MiB /  8114MiB |     96%      Default |
+-------------------------------+----------------------+----------------------+
|   3  Graphics Device     On   | 0000:05:00.0      On |                  N/A |
| 70%   35C    P2   109W / 110W |    722MiB /  8114MiB |     97%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      1293    G   /usr/lib/xorg/Xorg                               8MiB |
|    0     18173    C   ./lolMiner-mnx                                 103MiB |
|    0     18176    C   ./lolMiner-mnx                                 103MiB |
|    0     18177    C   ./lolMiner-mnx                                 103MiB |
|    0     18178    C   ./lolMiner-mnx                                 393MiB |
|    1      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    1     18173    C   ./lolMiner-mnx                                 393MiB |
|    1     18176    C   ./lolMiner-mnx                                 103MiB |
|    1     18177    C   ./lolMiner-mnx                                 103MiB |
|    1     18178    C   ./lolMiner-mnx                                 103MiB |
|    2      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    2     18173    C   ./lolMiner-mnx                                 103MiB |
|    2     18176    C   ./lolMiner-mnx                                 393MiB |
|    2     18177    C   ./lolMiner-mnx                                 103MiB |
|    2     18178    C   ./lolMiner-mnx                                 103MiB |
|    3      1293    G   /usr/lib/xorg/Xorg                               7MiB |
|    3     18173    C   ./lolMiner-mnx                                 103MiB |
|    3     18176    C   ./lolMiner-mnx                                 103MiB |
|    3     18177    C   ./lolMiner-mnx                                 393MiB |
|    3     18178    C   ./lolMiner-mnx                                 103MiB |
+-----------------------------------------------------------------------------+

And --device 0 1 2 3 nor --device 0,1,2,3 does not work

Is it normal ?

full member
Activity: 132
Merit: 100
can we solo mine with this miner? I get this error:


Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file

Reconnecting in 500ms
Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file
I think at the moment the miner only supports stratum.
you could try setting up a local stratum proxy.
I got this (https://github.com/BScrk/zecproxy) working after some tweaking and lower efficiency however.
I did use it for pool mining though, not solo mining.

EDIT: Unfortunately I don't think this proxy supports the getwork protocol either. you might have to search for one that does.
full member
Activity: 243
Merit: 100
can we solo mine with this miner? I get this error:


Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file

Reconnecting in 500ms
Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file
newbie
Activity: 26
Merit: 0
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user HarleyQuinn2011.Ru --p x --device 0 --enable-nv-hotfix

pause


Error after 5 minutes! What can i do???
Please HELP!

Wait until next version of the miner
jr. member
Activity: 111
Merit: 1
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user HarleyQuinn2011.Ru --p x --device 0 --enable-nv-hotfix

pause


Error after 5 minutes! What can i do???
Please HELP!
newbie
Activity: 7
Merit: 0
dear friend of mine and you can write me examples of bat files that are valid for 2 GTX 1060. if not hard
I try and I for some reason do not work
Create two files. One for starting the miner and one starting the first file for each GPU, something like this:

(change the 'GPUs' variable to the number of GPUs you would like to use for mining mnx)
Code: (startminers.bat (default = 3 GPUs))
@echo off
set /A GPUs=3

set /A GPUs-=1
FOR /L %%i IN (0,1,%GPUs%) DO (
  ECHO Starting miner on GPU%%i
  start "lolMiner GPU%%i" "minexcoin.bat" %%i
)

Code: (minexcoin.bat)
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
:MINE
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user WorkerName.%1 --pass x --device %1
goto :MINE

This will start lolMiner-mnx for the number of GPUs specified and restart when/if the miner crashes.
thanks, you can learn how to run decryption files startminers.bat
I do not understand what you're asking or trying to tell me.
COMMAND LINE OPTIONS:
full member
Activity: 132
Merit: 100
dear friend of mine and you can write me examples of bat files that are valid for 2 GTX 1060. if not hard
I try and I for some reason do not work
Create two files. One for starting the miner and one starting the first file for each GPU, something like this:

(change the 'GPUs' variable to the number of GPUs you would like to use for mining mnx)
Code: (startminers.bat (default = 3 GPUs))
@echo off
set /A GPUs=3

set /A GPUs-=1
FOR /L %%i IN (0,1,%GPUs%) DO (
  ECHO Starting miner on GPU%%i
  start "lolMiner GPU%%i" "minexcoin.bat" %%i
)

Code: (minexcoin.bat)
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
:MINE
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user WorkerName.%1 --pass x --device %1
goto :MINE

This will start lolMiner-mnx for the number of GPUs specified and restart when/if the miner crashes.
thanks, you can learn how to run decryption files startminers.bat
I do not understand what you're asking or trying to tell me.
newbie
Activity: 26
Merit: 0


The performance drops A LOT randomly, in my 1060s from 10000 to 2200 sols
Is this displayed or pool hash rate varying? The one displayed by the miner should be constant. If this is not the case then something goes wrong with the lower CPU usage fix. This one tries to sleep the CPU for a certain amount of time depending on Kernel execution. Now if system is under very high load the measured values for kernel duration may vary to much for the fix. How much CPU load do you have running all your cards simultaneously?

It is displayed hash in cmd. My cpu usage is about 60% with 5 gpus working, it is a 6-core AMD FX 6300
newbie
Activity: 34
Merit: 0
Win 7 64 bit GTX 1080 only 650 sol/s......

Thats much less then it should be. Can you give more informations, i.e. is that one card or many, with the hotfix switch enabled or without and what driver version? Until now I did not see that much difference between Windows and Linux version and thats surprisingly low for a GTX 1080  Huh Maybe you can give us the whole command you use to start - the more information I have the easier to help you and to debug.

Bat file:
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user andreassantonio.AndreassantWin --pass 1 --device 0

Also tried --device 1 (I thought that the integrated video core is used)

System: Windows 7 64 sp1
CPU i7 7700
2*16Gb DDR4
GTX1080 EVGA FTW2 with 388.71 driver
Motherboard MSI B250 PC mate
All hadrware in stock.
jr. member
Activity: 230
Merit: 1
With V11 I can run 2 x 1070s and both does 14000 sols.
When adding 4 x RX580 they only do 5000 sols each.

newbie
Activity: 7
Merit: 0
I have 5 GTX 1060 but I only get one card. you can explain in detail how to run all 5 cards

One bat per card, selecting the right gpu

But it crashes often with more than 1 instance running
thanks for the answer, but so far nothing has helped. I turn on the second bat file, it divides the power of one video card in half

Lol

Of course, te second bat should point to another GPU, not the first one
dear friend of mine and you can write me examples of bat files that are valid for 2 GTX 1060. if not hard
I try and I for some reason do not work
Create two files. One for starting the miner and one starting the first file for each GPU, something like this:

(change the 'GPUs' variable to the number of GPUs you would like to use for mining mnx)
Code: (startminers.bat (default = 3 GPUs))
@echo off
set /A GPUs=3

set /A GPUs-=1
FOR /L %%i IN (0,1,%GPUs%) DO (
  ECHO Starting miner on GPU%%i
  start "lolMiner GPU%%i" "minexcoin.bat" %%i
)

Code: (minexcoin.bat)
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
:MINE
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user WorkerName.%1 --pass x --device %1
goto :MINE

This will start lolMiner-mnx for the number of GPUs specified and restart when/if the miner crashes.
thanks, you can learn how to run decryption files startminers.bat
newbie
Activity: 10
Merit: 0
Such a great work!!!

Waiting for AMD fix
Pages:
Jump to: