Bitcoin Forum
May 27, 2024, 09:08:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 18, 2018, 07:42:14 AM
Hi guys.

I have 12 x RX580. I tried to mine minex. I got 9k hashrate per GPU. I think it's poor hashrate. Could you please share me your bat file? I don't know how i can edit my bat file.I read example config but didn't.  Thank you very much.

do you not know how to use notepad?

and have you read the readme?

 Huh
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 18, 2018, 07:40:16 AM
Hi.
I have a miner with 1 Rx580 AMD and 3 NVIDIA. The v0.31 only detects NVDIX cards and does not detect AMD.
Other programs detect the 4 graphic cards correctly.
Is there any way to solve this problem?
Thank you

what is the output from the "--list-devices" command or have you not tried this yet?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 18, 2018, 07:37:09 AM
Hello, Lolliedieb.
I currently use lolMiner v.0.31, but I am plagued by the unexplained crash again.
It crashes randomly in hours to tens of hours. Embarrassed

It's a wonderful performance, but I am in trouble if stability is low.
I hope to be improved soon.

v0.31 and others before it work great and stable for me, however I am running Ubuntu Linux and I would guess you are using Windows.

The code is developed and compiled on Linux so it will always perform better on that operating system, so if stability is so important to you I suggest you upgrade your OS

4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 17, 2018, 07:25:04 PM
After working 30s goes to 0 Sol/s and than crashes. 3x1070 + 3x1080 works in stock...

are you overclocking?  the 1070 I received today to try out does the same when I push the graphics clock up to +200

otherwise with graphics +150 and memory +2000 I am getting about 19KSol/s with the 1070 at maximum power (drawing 145W @ 40C currently but in a very cold garage with fan 75%)
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 16, 2018, 07:27:46 PM
With --optim OFF Nvidia GTX 1060 3GB increased from 10300 to 11100-11200 sol / s at 80 watts consumption
Thank you

I am running the same card and also found that --optim OFF was better, but with overclocking mine can churn through about 13000Sol/s but using almost 115W power (on Linux).

Is yours running with any overclocking and is it Windows or Linux?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15) on: March 15, 2018, 01:39:13 PM
Time is running fast and coding never stops.

Although its only a small update, I would like to share lolMiner-mnx 0.31 with you

For those who do not want all the info whats new, here are just the download links:

Linux 64: Click me (v0.31)
Windows 64:   Click me (v0.31)



Awesome work once again Mr Lollie!

However, with my little setup I have found that with my Nvidia GTX 1060 v0.31 with "--optim=OFF" works better/faster than v0.3 and v0.22
(I think since writing this you have made another fix, I will re-test)

For this card (slightly overclocked) the average speeds for each version are:
v0.22 - 11200 sol/s
v0.3 -  11300 sol/s
v0.31 - 12500 sol/s

And now with v0.31 if I try to run it against my Intel CPU I see one core get very busy but not much else (in benchmark mode):

 ./lolMiner-mnx_v031 --platform 1 --device 1 --optim OFF --use-alt-mine-thread
-------------------------------------------------
          Welcome to lolMiner-mnx v0.31

   This software is only meant for pool mining
    with the Equihash 96/5 algorithm (MARS)

For usage instructions add -h to the commandline.
   For support visit our bitcointalk thread.

          Made by Lolliedieb, March 2018
-------------------------------------------------
Using expert parameter "--use-alt-mine-thread". Be aware on possible consequences on CPU load and miner stability.
Multi GPU support will be deactivated.
No Argument given - Switching to Benchmark mode
Using device with id 1 (Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz)
Selected work-batch for device 1: 42
^C



Also, the stdout from lolMiner (all versions) when piped into a file is regarded by my Linux host to be a data file, because I think of a control-@ null character...?

$ ./lolMiner-mnx_v031 --platform 0 --device 0 --optim OFF  > test.log 2>&1

$ file test.log
test.log: data

$ cat test.log
-------------------------------------------------
          Welcome to lolMiner-mnx v0.31

   This software is only meant for pool mining
    with the Equihash 96/5 algorithm (MARS)

For usage instructions add -h to the commandline.
   For support visit our bitcointalk thread.

          Made by Lolliedieb, March 2018
-------------------------------------------------
No Argument given - Switching to Benchmark mode
Using device with id 0 (GeForce GTX 1060 3GB)
Selected work-batch for device 0: 20
[Device 0] Average speed (5s): 12448.7 sol/s
[Device 0] Average speed (5s): 12457.9 sol/s
[Device 0] Average speed (5s): 12481.3 sol/s
[Device 0] Average speed (5s): 12427.7 sol/s
[Device 0] Average speed (5s): 12400 sol/s
[Device 0] Average speed (5s): 12393.1 sol/s
[Device 0] Average speed (5s): 12440.9 sol/s
[Device 0] Average speed (5s): 12393.3 sol/s
[Device 0] Average speed (5s): 12475.9 sol/s
[Device 0] Average speed (5s): 12541.1 sol/s
[Device 0] Average speed (5s): 12474.9 sol/s
---------------------------------------------
Average speed (60s): 12454.8 sol/s
---------------------------------------------

$ vi test.log
-------------------------------------------------
          Welcome to lolMiner-mnx v0.31

   This software is only meant for pool mining
    with the Equihash 96/5 algorithm (MARS)

For usage instructions add -h to the commandline.
   For support visit our bitcointalk thread.

          Made by Lolliedieb, March 2018
-------------------------------------------------
No Argument given - Switching to Benchmark mode
Using device with id 0 (GeForce GTX 1060 3GB^@)



This is only a bit annoying when wanting to use text search tools such as grep on the log files, which I can fixup using the strings util.

$ grep Average test.log
Binary file test.log matches

$ strings test.log | grep Average
[Device 0] Average speed (5s): 12448.7 sol/s
[Device 0] Average speed (5s): 12457.9 sol/s
[Device 0] Average speed (5s): 12481.3 sol/s
[Device 0] Average speed (5s): 12427.7 sol/s
[Device 0] Average speed (5s): 12400 sol/s
[Device 0] Average speed (5s): 12393.1 sol/s
[Device 0] Average speed (5s): 12440.9 sol/s
[Device 0] Average speed (5s): 12393.3 sol/s
[Device 0] Average speed (5s): 12475.9 sol/s
[Device 0] Average speed (5s): 12541.1 sol/s
[Device 0] Average speed (5s): 12474.9 sol/s
Average speed (60s): 12454.8 sol/s


7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.3 (Mar 12) on: March 14, 2018, 11:25:44 AM
When i start 6x1070ti+1x1070 - My hashrate LOW... (7x110000sol) when i star only one CARD in rig - hash rate is good.(1x18000sol) why?? in benchmark mode too...
this devices automaticaly on platform 1, on the platform 0 i have INTEL HD. (Maybe this is somehow connected with this)

what is the output from --list-devices ?

and are you starting it with the options --platform and --device set correctly?

Windows or Linux?

on my Linux box I run 3 separate instances of lolMiner, one for each device (2 x Nividia and 1 x Intel)

1. list device
Auto selecting platform with id 1: NVIDIA CUDA
Auto selecting all gpu in platform.
USING device with 0 (GeForce 1070 ti)
USING device with 1 (GeForce 1070 ti)
USING device with 2 (GeForce 1070)
USING device with 3 (GeForce 1070 ti)
USING device with 4 (GeForce 1070 ti)
USING device with 5 (GeForce 1070 ti)
USING device with 6 (GeForce 1070 ti)

platform and --device set AUTO, and i try :platform 1 , device 0,1,2,3,4,5,6,

Win 10

The output should looks more like this from my laptop which has an on-board Nvidia M1200 and external GTX 1060:

All available OpenCL platforms and devices:

Platform 0: NVIDIA CUDA
    Device 0: GeForce GTX 1060 3GB (GPU)
    Device 1: Quadro M1200 (GPU)
Platform 1: Intel(R) OpenCL
    Device 0: Intel(R) HD Graphics (GPU)
    Device 1: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (CPU)


What you have copied looks to be from your attempt to start up lolMiner with no platform or devices set.

Try again, but this time run:
lolMiner-mnx.exe --list-devices




8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.3 (Mar 12) on: March 14, 2018, 09:12:42 AM
When i start 6x1070ti+1x1070 - My hashrate LOW... (7x110000sol) when i star only one CARD in rig - hash rate is good.(1x18000sol) why?? in benchmark mode too...
this devices automaticaly on platform 1, on the platform 0 i have INTEL HD. (Maybe this is somehow connected with this)

what is the output from --list-devices ?

and are you starting it with the options --platform and --device set correctly?

Windows or Linux?

on my Linux box I run 3 separate instances of lolMiner, one for each device (2 x Nividia and 1 x Intel)
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.3 (Mar 12) on: March 13, 2018, 01:12:39 PM
I finally managed to OC my GTX1060 (with one wobbly fan) running on ubuntu 17.10 and can now report a slight increase in performance, but additional power draw.

So before any over clocking:

NVIDIA GeForce GTX 1060 3GB (not over clocked): ~10.1KSol/s @ 96W with v0.22 and ~10.3KSol/s @ 100W with v0.3
NVIDIA Quadro M1200: ~3.6KSol/s with v0.22 and ~2.1KSol/s with v0.3
Intel i7-7820HQ CPU: ~600Sol/s with v0.22 and max rate about ~581Sol/S with v0.3 (no core affinity set, top shows it using only 1% CPU)

After over clocking:
NVIDIA GeForce GTX 1060 3GB: ~11.3KSol/s @ 108W with v0.3

FYI:
When trying to enable overclocking for the GTX1060 the main problem was caused by xorg.conf being reset at either reboot or a restart of gdm.
This was fixed by making the file read only and immutable after making any required edits to it, which included:

Option         "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerLevel=0x1; PowerMizerDefault=0x1; PowerMizerDefaultAC=0x1"
Option         "AllowEmptyInitialConfiguration" "True"
Option         "Coolbits" "28"

10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.3 (Mar 12) on: March 13, 2018, 11:43:44 AM
You need to increase the value of the virtual memory file. The total memory capacity of all video cards plus the amount of RAM memory

Is this true?

On my ubuntu 17.10 machine with 32GB physical memory I just have a 16GB swap partition and have a GTX1060 3GB plus on-board Quadro M1200 4GB so going by your reckoning I should set swap size to be 40GB ?

I'll try adding another swap file sized 24GB and see if there is any difference in performance.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.3 (Mar 12) on: March 13, 2018, 11:37:40 AM
As mentioned in telegram yesterday, with v0.3 on my Ubuntu 17.10 gen7 i7 machine the "--list-devices" command produces no output, however I can run it using the config used with v0.22 but the Sol/s are much lower for intel CPU and the laptops onboard Nvidia Quadro M1200 but the (not overclocked) GTX1060 3GB connected via TB3 in an eGPU box is only marginally faster with v0.3

EG:

$ ./lolMiner-mnx_v03 --list-devices
-------------------------------------------------
          Welcome to lolMiner-mnx v0.3

   This software is only meant for pool mining
    with the Equihash 96/5 algorithm (MARS)

For usage instructions add -h to the commandline.
   For support visit our bitcointalk thread.

          Made by Lolliedieb, March 2018
-------------------------------------------------
All available OpenCL platforms and devices:


$ ./lolMiner-mnx_v022 --list-devices
-------------------------------------------------
          Welcome to lolMiner-MNX v0.22

   This software is only meant for pool mining
    with the Equihash 96/5 algorithm (MARS)

For usage instructions add -h to the commandline.
   For support visit our bitcointalk thread.

        Made by Lolliedieb, Feburary 2018
-------------------------------------------------
All available OpenCL platforms and devices:

Platform 0: NVIDIA CUDA
    Device 0: GeForce GTX 1060 3GB (GPU)
    Device 1: Quadro M1200 (GPU)
Platform 1: Intel(R) OpenCL
    Device 0: Intel(R) HD Graphics (GPU)
    Device 1: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (CPU)


Average speeds of each device (excluding the Intel HD graphics as this causes all CPU cores to run near 100%) and on each version using mostly a default lolMiner config are:


NVIDIA GeForce GTX 1060 3GB (not over clocked): ~10.1KSol/s @ 96W with v0.22 and ~10.3KSol/s @ 100W with v0.3
NVIDIA Quadro M1200: ~3.6KSol/s with v0.22 and ~2.1KSol/s with v0.3
Intel i7-7820HQ CPU: ~600Sol/s with v0.22 and max rate about ~581Sol/S with v0.3 (no core affinity set, top shows it using only 1% CPU)

I am not sure why the v0.3 "--list-devices" command shows nothing but the openCL libraries I am running have been compiled using an Intel supplied script available here:
https://software.intel.com/en-us/articles/sdk-for-opencl-gsg

But using a slightly modified version of the "experimental" script was used (https://software.intel.com/file/593325/download) to make it work with Ubuntu 17.10 (kernel 4.13.0-36-generic)

The Intel page also mentions a python System Analyzer Utility available here:
https://software.intel.com/en-us/articles/mss-sys-analyzer-linux

And the output from this on my machine (that does not have Media Server Studio Installed) is:

# sys_analyzer_linux.py
--------------------------
Hardware readiness checks:
--------------------------
 [ OK ] Processor name: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
--------------------------
OS readiness checks:
--------------------------
 [ OK ] GPU visible to OS
--------------------------
Media Server Studio Install:
--------------------------
 [ OK ] user in video group
 [ ERROR ] libva.so.1 not found.  Check LD_LIBRARY_PATH contains '/usr/lib64;/usr/local/lib'
 [ ERROR ] libva not loading Intel iHD
 [ ERROR ] vainfo not reporting codec entry points
 [ ERROR ] could not open /dev/dri/renderD128
 [ OK ] /dev/dri/renderD129 connects to Intel i915
--------------------------
Component Smoke Tests:
--------------------------
 [ ERROR ] no Media SDK include files.  Are Intel components installed?
 [ OK ] OpenCL check:platform:NVIDIA CUDA GPU OK CPU FAIL
platform:Intel(R) OpenCL GPU OK CPU OK





12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 10, 2018, 04:19:41 AM

Thank you for your help, but regrettably establishing 1 in the group did not help. And also checked list devices, it also does not help me according to readme.

Readme file but I read it is not entirely clear, it is also a beta with a thousand problems. The only way I have to work with is a window for Grafica and it gives some amazing results.

It's a pity that some people think that we do not read readme, I do read them and I keep them in mind, and when it still does not work I ask, I do not need anyone extremely clever who thinks I have not read it.

It just does not work as it should, but you can not ask for this great beta. I hope that you learn to be a little more educated and not of assumptions.

please copy in the output from your --list-devices command

when I do this on my Linux machine (no rig but 1 external GPU) I see:

./lolMiner-mnx --list-devices



Platform 0: NVIDIA CUDA
    Device 0: GeForce GTX 1060 3GB (GPU)
    Device 1: Quadro M1200 (GPU)
Platform 1: Intel(R) OpenCL
    Device 0: Intel(R) HD Graphics (GPU)
    Device 1: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (CPU)




so in my case I would want to be running lolMiner against platform 0 and device 0 (but can also separately run against the others)
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 10, 2018, 04:10:32 AM
I have a problem with several Nvidia rigs and everything happens the same to me, the error is that it does not keep the connection and it restarts constantly, I have tried in other pools with the wallet and the same, I prefer to use Suprnova if possible.

Anti-virus server disabled and the firewall too. The rigs run perfectly with other programs including the one recommended by Suprnova for MNX

I leave the error and my configuration, in this case it is 4 x 1060 3gb with a celeron and 8 gigas. It is the small test rig



Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 361e

Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 521

Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 521





setting

### User based configuration
--server mnx.suprnova.cc                       
--port 7076                                         
--user trucobit.rig1                          
--pass patata                                           

               
### Device configuration
--platform 0                         
                                     
--device 0,1,2,3                           

--set-work-batch 2                   


### Display log configuration
#--set-short-stats-interval 5         
#--set-long-stats-interval 60         
                                     
--enable-time-print                 



### Expert parameters - handle with care
#--use-alt-mine-thread               
                                     
                 

#--set-sleep-duration 1000           
                             

HELP!!!  W10 pro   100 gb virtual pagefile, intel G4400  8 gb ram

Try changing --platform to 1



but first read the readme (readme_windows.txt)

it tells you about the option:
--list-devices






Thank you for your help, but regrettably establishing 1 in the group did not help. And also checked list devices, it also does not help me according to readme.

Readme file but I read it is not entirely clear, it is also a beta with a thousand problems. The only way I have to work with is a window for Grafica and it gives some amazing results.

It's a pity that some people think that we do not read readme, I do read them and I keep them in mind, and when it still does not work I ask, I do not need anyone extremely clever who thinks I have not read it.

It just does not work as it should, but you can not ask for this great beta. I hope that you learn to be a little more educated and not of assumptions.

Спасибо за вашу помощь, но, к сожалению, создание 1 в группе не помогло. А также проверенные устройства списка, это также не помогает мне в соответствии с readme.

Readme, но я читал, что это не совсем понятно, это также бета-версия с тысячей проблем. Единственный способ, с которым я должен работать, - это окно для Grafica, и это дает некоторые потрясающие результаты.

Жаль, что некоторые люди думают, что мы не читаем readme, я их читаю, и я помню их, и когда это все еще не работает, я спрашиваю: мне не нужен кто-то очень умный, кто думает, что я его не читал.

Это просто не работает, как должно, но вы не можете попросить эту отличную бета-версию. Я надеюсь, что вы научитесь быть немного более образованным, а не предположениями.

14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 09, 2018, 04:15:51 PM
I have a problem with several Nvidia rigs and everything happens the same to me, the error is that it does not keep the connection and it restarts constantly, I have tried in other pools with the wallet and the same, I prefer to use Suprnova if possible.

Anti-virus server disabled and the firewall too. The rigs run perfectly with other programs including the one recommended by Suprnova for MNX

I leave the error and my configuration, in this case it is 4 x 1060 3gb with a celeron and 8 gigas. It is the small test rig



Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 361e

Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 521

Warning: No stable connection for 30 seconds. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server mnx.suprnova.cc:7076
Connected!
Subscribed to stratum server
New target received: 001e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e1e
New job received: 521





setting

### User based configuration
--server mnx.suprnova.cc                       
--port 7076                                         
--user trucobit.rig1                          
--pass patata                                           

               
### Device configuration
--platform 0                         
                                     
--device 0,1,2,3                           

--set-work-batch 2                   


### Display log configuration
#--set-short-stats-interval 5         
#--set-long-stats-interval 60         
                                     
--enable-time-print                 



### Expert parameters - handle with care
#--use-alt-mine-thread               
                                     
                 

#--set-sleep-duration 1000           
                             

HELP!!!  W10 pro   100 gb virtual pagefile, intel G4400  8 gb ram

Try changing --platform to 1



but first read the readme (readme_windows.txt)

it tells you about the option:
--list-devices



15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 09, 2018, 12:15:07 PM
What is normal hashrate, when  mining with 270, 280, 570 cards?

Atm I'm getting:
270:  3-3,5 kSol
280:  5,5-6 kSol
570:  6+ kSol

(v0.22)
W 10

What make are the cards?

lolMiner works best with Nvidia as far as I know.

I have been trying out v0.22 on both Windows 10 and Ubuntu Linux (16.04 and 17.10) and the built in Nvidia Quadro M1200 does about 3.6 kSol/s

Tonight I am expecting a Nvidia GTX 1060 to arrive and I have been told this should work at about 11 kSol/s and a 1070 about 14k Sol/s



16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 08, 2018, 03:21:29 PM
Miner crashed every day 2-3 times.
https://ibb.co/d78utS
https://ibb.co/nxDSDS
When I click on "close program" miner restart and working.
Problem is that I cant always monitoring the rig and restarting it.
Is there solution?

upgrade from Windows to Linux

Is there possibility to enter command that lolminer restart when losing SOL/s, or restarting on every hour?



either:
A. stick with Windows, learn PowerShell (or maybe you can do it as a batch script) and write your own bit of code to do this
https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
or possibly create a Windows Service to do this?  (google it)

B. install a flavour of Linux (I recommend Ubuntu 16.04 LTS for you) and run (the more stable) lolMiner there, which can be easily executed from the commandline to run as a back ground process, or made to be a service that the operating system will restart as necessary
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 08, 2018, 02:23:26 PM
Miner crashed every day 2-3 times.
https://ibb.co/d78utS
https://ibb.co/nxDSDS
When I click on "close program" miner restart and working.
Problem is that I cant always monitoring the rig and restarting it.
Is there solution?

upgrade from Windows to Linux
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 08, 2018, 12:10:56 PM
Hi Mr @Lolliedieb

I have been playing with v0.22 on my Dell gen7-i7 quad-core (7820HQ) laptop with a Nvidia M1200 built in GPU running ubuntu for the most part, and have recently upgraded ubuntu from 16.04 LTS to 17.10 (slight headache getting Xorg to work nicely at the end, but got there)

FYI:
As part of the upgrade process I downloaded from Intel their scripts for compiling the Linux openCL libraries and a new 4.8 kernel as described on this page:
https://software.intel.com/en-us/articles/sdk-for-opencl-gsg
but using the "experimental script" (which allows you to skip the kernel build):
https://software.intel.com/file/593325/download

And once this is done and working I noticed that the Sol/s rate for the Intel CPU was much better than if using the ubuntu supplied pre-compiled openCL libraries (was about 400Sol/s but now averages about 600Sol/s with self compiled Intel script)

The Nvidia M1200 works at about 3600Sol/s using the distro supplied 384.111 driver, which I cannot download the source for and recompile... or can I?
Please let me know if this is possible.


Soon I will be receiving a GTX 1060 to place within a HP Omen Accelerator eGPU unit, which I can connect to my laptop via a Thunderbolt cable, so I will see how this goes and works, hopefully on ubuntu and not Windows 10.

My question to you is:
Would it be possible to release an OSX (intel x86_64) compiled version of lolMiner as I have a late 2011 macbook with the first Thunderbolt port on it, so if the first test with Dell Thunderbolt 3 and ubuntu works, I'd like to try the macbook and Thunderbolt 1.


19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 07, 2018, 03:18:33 PM

@ALL:
Important Announcement (In particular for the early adopters of lolMiner):

I grabbed all the messages of this forum thread / private messages and telegram messages from the first two weeks and finally came up with an excel sheet of names and contributions to the lolMiner success.
As promised: 50% of the first month income will be for you - to get the exact amount we will have to wait till Monday (should rename it to Moneyday ^^), but here are the names of those who are eligible to claim their fraction of the fee:



my name is not on any list but I just wanted to say thanks and keep up the great work! Grin
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: March 02, 2018, 01:24:52 PM
970 mines at 9000 Sol/s. Even 750ti mines at 3900 Sol/s. Very efficient for Maxwell GPUs.
.22 has worked perfectly for me in Windows and Linux.

thanks for that... so my built in Nvidia M1200 supposedly performs at about 3500 Sol/s according to the output from lolminer but the stats shown online at eu.minexpool.nl are a bit wild, with an average of around 4K Sol/s

only 9000 Sol/s for a GTX 970?  I'll see if I can talk the guy down in price from £150 to £100 or less


Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!