Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.34 (Apr 11)
by
NSPhotoX
on 27/06/2018, 07:35:50 UTC
hello, help configure the miner on windows? step by step if possible.
 and then at the current moment like it starts but after 3-5 minutes it knocks out
3-gtx-1070


### User based configuration
--server mnx-eu.forgetop.com, mnx-asia.forgetop.com        # Insert the pool addresses here, use a comma seperated list for failover pool support (or use the asia.minexpool.com)
--port 5062, 5052                           # Insert your pool ports here (or pool 9999, 3333 for the minexpool)
--user YOUR RECEIVING ADDRESS GOES HERE (dot) whatever worker name you want to give it        # Insert your user and worker names here
--pass x (leave this as x because you don't need password)                             # Insert your worker passwords here

--max-connection-attempts 5          # Modify the number of connection attempts before switching to a failover pool
--set-reconnection-timer 30          # Modify the time between tries to connect back to the original pool, when mining on a failover pool
               
### Device configuration
--platform 0                   # Insert the index of the platform you want to run on. Run lolMiner-mnx.exe --list-devices
                                      # to see all available platforms and the available devices for each platform

--device ALLGPU                      # Insert your devices to run the miner here. For multiple GPU pass a comma separated list, e.g.: 0,1 for using two GPUs 

--set-work-batch HIGH                  # Uncommend this line to set the work batch size. Values can be a number from 1 to 24 or one of the three keyworks
                  # 2G AUTO or HIGH   Higher values increase GPU memory use of lolMiner-mnx.
                                      # See lolMiner_readme.pdf for details.

--optim STD                         # Uncommend to remove the optimizations of lolMiner-mnx 0.3. This will activate the optimization level of version 0.22,
                                      # that worked better for some low end Nvidia graphic cards. The standard mode (default) of lolMiner-mnx 0.34 is given by
                                      # --optim STD, other values are not supported (yet)

(make sure you save as whatever filename.cfg and modify your run_miner_classic to run "CNAME=filename.cfg")