Bitcoin Forum
June 22, 2024, 11:04:31 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.21 (Feb 21) on: February 22, 2018, 11:00:44 AM
Windows 10 and version .21 now enables me to run 2 x 1070 at the same time which is great but they only do half the speed.

So two kards = half speed or two cards = same speed as with one? What happens with two distinc inszances of the miner vs one instance running both cards?
I can run two cards at full speed with v0.21 but as soon as I log out of teamviewer the hash rate halves straight away. If i log back in it goes back to full speed. Any ideas?
the same lolminer problem when running via TeamViewer hashrate 10k/SOL and more when disabled the speed drops to 5k / sol with each card . solve the problem?  4 cards 1060 6Gb
connected monitor, monitor emulator does not help!!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.21 (Feb 21) on: February 22, 2018, 10:48:34 AM
Windows 10 and version .21 now enables me to run 2 x 1070 at the same time which is great but they only do half the speed.

So two kards = half speed or two cards = same speed as with one? What happens with two distinc inszances of the miner vs one instance running both cards?
I can run two cards at full speed with v0.21 but as soon as I log out of teamviewer the hash rate halves straight away. If i log back in it goes back to full speed. Any ideas?
the same lolminer problem when running via TeamViewer hashrate 10k/SOL and more when disabled the speed drops to 5k / sol with each card . solve the problem?  4 cards 1060 6Gb
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 04:39:30 PM
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:
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 03:44:25 PM
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
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 01:29:26 PM
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
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 12:11:21 PM
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
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 11:30:13 AM
I have 5 GTX 1060 but I only get one card. you can explain in detail how to run all 5 cards
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!