Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Lolliedieb on July 03, 2018, 01:38:55 PM



Title: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 01:38:55 PM

lolMiner-144.5 public preview

-- Announcement Thread --


Hi folks,
this is the announcement thread for lolMiner-144.5 v0.38 public preview.

So what is this miner good for: at the moment it mines Equihash 144.5 (BTG, BTCZ, LitecoinZ, Safecoin, Snowgem) OpenCL based, so for Nvidia and AMD.

Why it is a preview? Well the miner is kind of a successor to my Minexcoin (MNX) miner you can find here (https://bitcointalk.org/index.php?topic=2933939.0). The final version is supposed to be wider configureable as it is now, bring an API and add the Minexcoin miner (and others) as well.

If you do not want to read much more long descriptions, here are the download links:
[Lin 64]  Klick me (0.38 Preview for Linux)  (https://www.dropbox.com/s/hpvtrwpt89bgw6e/lolMiner-144_v038_Lin64.tar.gz?dl=1)
[Win 64]   Klick me (0.38 Preview for Windows)  (https://www.dropbox.com/s/j94xuholx9wk1z1/lolMiner-144_v038_Win64.zip?dl=1)

-----
Edit: For those with problems, here additional / extra compiled kernels:

Vega (gfx901):  https://drive.google.com/open?id=1nYLvfEZYQvhgCE-PHe_pZtnW34WHU6Zy (https://drive.google.com/open?id=1nYLvfEZYQvhgCE-PHe_pZtnW34WHU6Zy)
RX 550 (gfx 804):   https://drive.google.com/open?id=1N1sBrA26Cq7zHUhbuRDpzidSOkoigyn1 (https://drive.google.com/open?id=1N1sBrA26Cq7zHUhbuRDpzidSOkoigyn1)
Tahiti (for completeness): https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV (https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV)

The two kernels gfx901 and gfx804 were compiled on Windows with Blockchain drivers 17.40. Unfortunately the driver did not allow to build a kernel for gfx900, but in theory the one for gfx901 could work. Can one of the 900 users try to load the 901 and rename it?

-----

Compatibility:

Nvidia:

For Nvidia the miner runs on any Maxwell and newer generation GPU with at least 3G of RAM and CUDA 8 or newer installed. That said there is a restriction: due to some driver specific hard codings it does not work in Windows with 3/4G Nvidia cards while on Linux that is no problem when the cards are in compute mode. I will work on resolving the Windows issue soon.

AMD:

For AMD we require any 4G / 8G GCN2 and newer GPU, so Hawaii (R9 290 / 390), Tonga (R9 285 / 380), Fiji (R9 Fury series), Baffin (RX 460 / 560), Ellesmere (470, 480, 570 and 580) and Vega series GPU. Most kernels (exceptions below) are build with the 17.40 blockchain driver.

For Vega: The Windows kernel for Vega is build with a very new AMD driver version (Adrenalin version 18.5.1). It is unknown if older drivers then this are supported. For Linux the AMD Vega kernel is only available for the AMD ROCM-CL driver! I have to admit that we did not test Vega GPUs yet, so crossing fingers it will work. Else I will try get it working asap.

Setup:

There is a quickstart guide shipped with the miner. Read that carefully and it should work. Else feel free to ask here ;)

Estimated speed:
The miner just got finished, so we have no broad basis yet.
But approximately:

GTX 1080:   ~36 sol/s
RX 560:   ~7 sol/s   
RX 580:  ~13 sol/s
R9 290:  ~12 sol/s

All depend on OC settings of cause :)

F.A.Q. and known Issues:

The AMD miner is slow…
Well, I know that. I was struggling get this working, so tuning is now next, see schedule below.

Miner hangs on 0 sol/s (AMD)…
When the GPU does not complete its work and hangs a GPU the miner will try to close itself as soon as possible for restart. On Nvidia this works very well, but on AMD the driver timeout is 1 hour, so this takes a pretty long time. Lowering OC settings usually makes this evens much more rare.

The Windows miner crashes…
… from time to time. This is because the Windows version is a cross build with pretty old runtimes. This will be resolved soon (hopefully). In the meantime head out for a Windows watchdog I will provide next days that mitigates the problem.

My coin with Equihash 144.5 is missing...
Oh, sry, maybe I just was not aware of this. Drop me a note here with the required details and I will add is very quickly. This is a rather quick action :)

How much is the fee?
I used to start with an 2% fee like for my MNX miner. That said I lower the fee once payed of my expenses and time to develop stuff. For example for Minexcoin I lowered the fee to 1.5% after a month and next release will be even lowered to 1%. Expect similar here.

Does the miner disconnect for fee?
No, I has two connections open all of the time and does every x iterations one iteration for me. That way the mining income remains smooth. Also the displayed sol/s are net with fee already calculated out, so what you see is what you get.

What comes next?
I will try to build a bit more efficient AMD kernels within the next week. Then from the things recently learned I will do a mayor code change for AMD to improve performance further. Furthermore I think in about 2 weeks I will add Zero (Equihash 192.7) to the miner.
Finally in about a month there should be 0.4 with the promised MNX integration and a simple API *crossing fingers*.

Why JSON for configuration? Why? Whyyyyy?
Huuusshhh. Just be careful with setting ',' and all will be good. When used to it, it is a very need way to configure the miner, you will see.

That version number is strange...
Well the next release version for my MinexCoin miner is supposed to be 0.4 and the development versions go along with internal feature level... so this is mainly for myself to keep track ;)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: malandante on July 03, 2018, 01:55:25 PM
Good job there! it works on my fiji cards. But you say only 4GB cards, so AMD 3GB cards are out of the game? I thought 144,5 had been carefully chosen precisely to raise the memory usage significantly but still allow 3GB cards to mine.

edit: rephrase


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: malandante on July 03, 2018, 02:00:08 PM
Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
AUTO
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (AMD Radeon R9 200 Series
 )
Using device with id 1 (AMD Radeon R9 200 Series
 )
Using device with id 2 (AMD Radeon R9 200 / HD 7900 Series)
Using device with id 3 (AMD Radeon R9 200 Series
 )
Using device with id 4 (AMD Radeon R9 200 / HD 7900 Series)
Setup Miner...
Warning: Your device with id 0 is currently not supported by lolMiner-144.
Warning: Your device with id 1 is currently not supported by lolMiner-144.
Warning: Your device with id 2 is currently not supported by lolMiner-144.
Warning: Your device with id 3 is currently not supported by lolMiner-144.
Warning: Your device with id 4 is currently not supported by lolMiner-144.
Error: lolMiner does not support any of the detected / selected devices al
orithms on the selected algorithm.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: PCMining on July 03, 2018, 02:21:01 PM
Wow, Lets try first in my pool :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: senzujedi on July 03, 2018, 02:26:35 PM
Unfortunately doesn't work with Vega:

-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine BitcoinZ(BTCZ), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (Radeon RX Vega)
Setup Miner...
ERROR: Kernel kernels/144_5/gfx900.bin can not be build for your device 0(gfx900)
-11
Build Status: -2
Build Options:
Build Log: Error: AMD HSA Code Object loading failed.

Warning: Your device with id 0 is currently not supported by lolMiner-144.5
Error: lolMiner does not support any of the detected / selected devices algorithms on the selected algorithm.

I tried with the 18.6.1 Beta driver.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 02:29:06 PM
Good job there! it works on my fiji cards. But you say only 4GB cards, so AMD 3GB cards are out of the game? I thought 144,5 had been carefully chosen precisely to raise the memory usage significantly but still allow 3GB cards to mine.

edit: rephrase

I was not aware of AMD 3G GPUs ... well ... they could work, just not tested it ^^
I just got news that AMD GCN 1 Tahiti cards generally work, just put this file https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV into same directory as the other ones :)

Build Log: Error: AMD HSA Code Object loading failed.

I tried with the 18.6.1 Beta driver.

That bug is stange ... but had that error message before with other Windows build kernels as well ... hmm ... you can try using the Vega kernel included in the Linux package (it is different) ... if that is still not working I will try to call back my testers so I can compile a vega kernel on one of their systems.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: senzujedi on July 03, 2018, 02:35:37 PM
Good job there! it works on my fiji cards. But you say only 4GB cards, so AMD 3GB cards are out of the game? I thought 144,5 had been carefully chosen precisely to raise the memory usage significantly but still allow 3GB cards to mine.

edit: rephrase

I was not aware of AMD 3G GPUs ... well ... they could work, just not tested it ^^
I just got news that AMD GCN 1 Tahiti cards generally work, just put this file https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV into same directory as the other ones :)

Build Log: Error: AMD HSA Code Object loading failed.

I tried with the 18.6.1 Beta driver.

That bug is stange ... but had that error message before with other Windows build kernels as well ... hmm ... you can try using the Vega kernel included in the Linux package (it is different) ... if that is still not working I will try to call back my testers so I can compile a vega kernel on one of their systems.

With the linux kernel I got the following message:

-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine BitcoinZ(BTCZ), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (Radeon RX Vega)
Setup Miner...
ERROR: Kernel kernels/144_5/gfx900.bin can not be build for your device 0(gfx900)
-11
Build Status: -2
Build Options:
Build Log: Error: The binary is incorrect or incomplete. Finalization to ISA couldn't be performed.

Warning: Your device with id 0 is currently not supported by lolMiner-144.5
Error: lolMiner does not support any of the detected / selected devices algorithms on the selected algorithm.

I'm at work, I logged in my computer through TeamViewer, could that be an issue? Nice work btw, a lot of people will praise your name :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Iamtutut on July 03, 2018, 02:51:41 PM
Is there any profit calculator for the new algo ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 03, 2018, 02:57:48 PM
I have 6GB Tahiti XFX 280x, but they are not recognized. The miner keeps restarting with an error. (I put tahiti.bin in the folder "kernels").


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Ballysto on July 03, 2018, 02:58:03 PM
I'm having the same issue with my Vega 56 on the 18.5.1 driver.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: tale01 on July 03, 2018, 02:59:43 PM
Fiji speed avg. 14 S/s too slow.  :P
use little power, I think it user more power, speed is up.
For NVIDIA algo 144,5 use more power is the same 200,9

wait tuning for AMD....GO GO GO  ;)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: malandante on July 03, 2018, 03:02:10 PM
Good job there! it works on my fiji cards. But you say only 4GB cards, so AMD 3GB cards are out of the game? I thought 144,5 had been carefully chosen precisely to raise the memory usage significantly but still allow 3GB cards to mine.

edit: rephrase

I was not aware of AMD 3G GPUs ... well ... they could work, just not tested it ^^
I just got news that AMD GCN 1 Tahiti cards generally work, just put this file https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV into same directory as the other ones :)

It works with this kernel on 7970 and 280x. Good job again!


Edit: quoting


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: jonjonjon on July 03, 2018, 03:26:28 PM
./run_miner.sh
-------------------------------------------------
          Welcome to lolMiner-144.5 0.38        
                 Public preview                  

   This software is only meant for pool mining  
       with the Equihash 144.5 algorithm        

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018          
-------------------------------------------------
lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (AMD Radeon (TM) RX 470 Graphics)
Setup Miner...
./run_miner.sh: line 21:  3289 Segmentation fault      (core dumped) ./lolMiner-144 -profile=$PROFILE $@




Linux 4.13.0-32-generic #35~16.04.1-Ubuntu SMP x86_64

AMDGPU-Pro Driver 17.40

AMD rx470 8GB

clinfo and strace here : https://pastebin.com/ayC2MNvv


UPDATE:
Some magic happen, and it works now. But yes, first time on this machine was something like Crimson drivers, not a mining drivers, then I update drivers to "AMDGPU-Pro 17.40 Driver for Linux". Right ufter update and reboot it wasn't work, but after few more reboots it start working.

https://i.imgur.com/VFMatuA.png


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 03, 2018, 04:18:18 PM
Good job there! it works on my fiji cards. But you say only 4GB cards, so AMD 3GB cards are out of the game? I thought 144,5 had been carefully chosen precisely to raise the memory usage significantly but still allow 3GB cards to mine.

edit: rephrase

I was not aware of AMD 3G GPUs ... well ... they could work, just not tested it ^^
I just got news that AMD GCN 1 Tahiti cards generally work, just put this file https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV into same directory as the other ones :)

It works with this kernel on 7970 and 280x. Good job again!


Edit: quoting

Mine are not working on Windows.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: gsanjin on July 03, 2018, 04:31:25 PM
Windows 7 x64, AMD R9 280x 3Gb cards, i downloaded additional tahiti kernel, getting:

Quote
-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine SnowGem(XSG), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (AMD Radeon R9 200 Series)
Using device with id 1 (AMD Radeon R9 200 Series)
Setup Miner...
Warning: Your device with id 0 is currently not supported by lolMiner-144.5
Warning: Your device with id 1 is currently not supported by lolMiner-144.5
Error: lolMiner does not support any of the detected / selected devices algorithms on the selected algorithm.

Ok, got it working but just after I renamed tahiti_144.bin into tahiti.bin.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 04:49:01 PM
Windows 7 x64, AMD R9 280x 3Gb cards, i downloaded additional tahiti kernel, getting:
...

Ok, got it working but just after I renamed tahiti_144.bin into tahiti.bin.

Damn you are right ^^ Well you see some stuff written / released here with a hot needle. Well ... thats why its a preview ^^


Mine are not working on Windows.

Can you be a bit more specific? What I could need get things better: GPU and driver version and - if you see some - the error message the miner prints out to command line :)


I'm having the same issue with my Vega 56 on the 18.5.1 driver.

Vega currently seems broken, working on a solution.

Fiji speed avg. 14 S/s too slow.  :P
use little power, I think it user more power, speed is up.
For NVIDIA algo 144,5 use more power is the same 200,9

wait tuning for AMD....GO GO GO  ;)

I will start tuning for AMD asap - right now lets sort out the AMD driver troubles :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: gsanjin on July 03, 2018, 05:00:13 PM
Windows 7 x64, AMD R9 280x 3Gb cards, i downloaded additional tahiti kernel, getting:
...

Ok, got it working but just after I renamed tahiti_144.bin into tahiti.bin.

Damn you are right ^^ Well you see some stuff written / released here with a hot needle. Well ... thats why its a preview ^^

Fiji speed avg. 14 S/s too slow.  :P
use little power, I think it user more power, speed is up.
For NVIDIA algo 144,5 use more power is the same 200,9

wait tuning for AMD....GO GO GO  ;)

I will start tuning for AMD asap - right now lets sort out the AMD driver troubles :)

Glad to help in squeezing of bugs :)
A little more info - R9 280x 3GB not overclocked (1000/1500MHz) with Crimson 15.12 drivers, Windows 2008 R2 x64 (or Win 7 x64 SP1 codebase, don't ask me why I run server version :) ), getting between 6-8 sol/s per card.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 03, 2018, 05:26:58 PM
OK, I renamed the tahiti.bin and it started mining after some errors. I restarted the miner 3 times and it works now. The stats are a bit odd 71/6/13/14 total 104 sols. I got 4 XFX 6GB 280x. They are a special edition and rarely found. My system is windows 10 with adrenaline 17.12.1. I will test with standard 3GB Tahiti, but I don't know the option for chosing which card to mine (like -di in claymore).

Edit: I found the option DEVICES. Again the miner gave 0 sols and restarted automatically endlessly, until I closed it, opened it again and began mining with 18-20 sols per card. This is for the rigs with regular 3GB Tahiti 280x ;D


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 05:31:45 PM
Glad to help in squeezing of bugs :)
A little more info - R9 280x 3GB not overclocked (1000/1500MHz) with Crimson 15.12 drivers, Windows 2008 R2 x64 (or Win 7 x64 SP1 codebase, don't ask me why I run server version :) ), getting between 6-8 sol/s per card.

Hmm it could be the driver version. I did compile the binary kernels with pretty young drivers and AMD does not guaranty for compatibility between versions - so it just could be that the 15.12 are too old for the 17.40 compiles binaries.

OK, I renamed the tahiti.bin and it started mining after some errors. I restarted the miner 3 times and it works now. The stats are a bit odd 71/6/13/14 total 104 sols. I got 4 XFX 6GB 280x. They are a special edition and rarely found. My system is windows 10 with adrenaline 17.12.1. I will test with standard 3GB Tahiti, but I don't know the option for chosing which card to mine (like -di in claymore).

The option is there ... in the config file you can replace "DEVICE" : "AUTO" by "DEVICE" : [1,2,3] to only run on your 2nd, 3rd and 4th card. The first one of yours seems to have an issue. 71 sol/s would be nice, but its definitely too much to be a correct result.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Patrick Durbin on July 03, 2018, 06:43:20 PM
I have

id 0 rx 580 4gig
id 1 rx 580 8 gig
id 2 hd7950 3gig
id 3 hd7950 3gig
id 4 hd7950 3gig
id 5 rx550 4gig
id 6 r9 280x 3gig

In the old equihash i could get 1800 solutions/s

I know its gonna change drasticly and thats fine. However!

my rx550 4gig will not use the curren gfx804.bin it says -11 error etc also it says amd hsa somethin or another i cnat remember.

can you make a new bin for me? not all rx550 are 2 gigs. ;)


{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICE" : [0,1,2,3,4,6]
   },

   "EXAMPLE1" :
   {
      "COIN" : "SAFE",
      "POOLS" : [
         {"POOL" : "safecoin.catspool.org",
          "PORT" : "3436",
          "USER" : "RcfQvQnemQ4jQdcsauVDexYe1JA6WEgDir",
          "PASS" : "x"}
      ]
   }

}

all that happens is ithe miner cylecs over and over and over as if the config is messed up.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: toptek12 on July 03, 2018, 07:11:21 PM
Cool I"ll be using it and I like how you adjust the fee no greed like the others so i will have no problem using it or complaint about the fee ever.
 
everyone should get something for there work just don't be greedily ....


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 07:17:25 PM
can you make a new bin for me? not all rx550 are 2 gigs. Wink


Ok, here a new set of kernels:

Vega (gfx901):  https://drive.google.com/open?id=1nYLvfEZYQvhgCE-PHe_pZtnW34WHU6Zy (https://drive.google.com/open?id=1nYLvfEZYQvhgCE-PHe_pZtnW34WHU6Zy)
RX 550 (gfx 804):   https://drive.google.com/open?id=1N1sBrA26Cq7zHUhbuRDpzidSOkoigyn1 (https://drive.google.com/open?id=1N1sBrA26Cq7zHUhbuRDpzidSOkoigyn1)
Tahiti (for completeness): https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV (https://drive.google.com/open?id=1pN-zUv3pvJvrsETFbQ-8j_3gxercIObV)


----

The two kernels gfx901 and gfx804 were compiled on Windows with Blockchain drivers 17.40. Unfortunately the driver did not allow to build a kernel for gfx900, but in theory the one for gfx901 could work. Can one of the 900 users try to load the 901 and rename it?

On the friends vega 56 rig with the posted binary we got:
Code:
Average speed (60s): 24.7996 sol/s | 25.5162 sol/s | 25.1662 sol/s | 22.4163 sol/s | 25.6829 sol/s Total: 123.581 sol/s
with about 900W power draw (whole rig at the wall)


Cool I"ll be using it and I like how you adjust the fee no greed like the others so i will have no problem using it or complaint about the fee ever.
 
everyone should get something for there work just don't be greedily ....

Well I do not do this as hobby - I have registered that as business and pay my taxes - but these coins at are quite small and there are very good cuda miners, so what I get from this is rather small at the moment (although my miner is not (much) slower for Nvidia then competitors ^^). So for the start I need the 2%, but I will lower it. Promised and till now I always remembered my promises here :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 03, 2018, 08:09:36 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 03, 2018, 08:13:22 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...

Well the thing is that AMD's intermediate language is hard to generate at the moment, so these kernels are pure binary kernels produced with certain drivers. Usually the kernels also work with other driver versions for that they were build for, but that can not be guarantied. 17.40 blockchain driver is mentioned pretty often here because that was the one I build and tested the kernel files with :) Other drivers may also work, but as said without any warranty.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 03, 2018, 08:34:05 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...

Well the thing is that AMD's intermediate language is hard to generate at the moment, so these kernels are pure binary kernels produced with certain drivers. Usually the kernels also work with other driver versions for that they were build for, but that can not be guarantied. 17.40 blockchain driver is mentioned pretty often here because that was the one I build and tested the kernel files with :) Other drivers may also work, but as said without any warranty.
Quote
but as said without any warranty.
lol  ;D

I gotcha, I may go ahead and try the 17.40 just for shits and giggles and see if that does make a difference. I know its very early in development yet.

Best luck i have had is with 3 x 290x, only it will connect to pool then receive work and then it sits and the CPU spikes up to 100% and within a minute or so the miner restarts itself and repeats.

Ok, thank you for at least getting the ball rolling for us AMD equi miners  :) Im sure as the days go by it will improve. I'm yet to test on RX 480's


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 03, 2018, 08:57:13 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...

Well the thing is that AMD's intermediate language is hard to generate at the moment, so these kernels are pure binary kernels produced with certain drivers. Usually the kernels also work with other driver versions for that they were build for, but that can not be guarantied. 17.40 blockchain driver is mentioned pretty often here because that was the one I build and tested the kernel files with :) Other drivers may also work, but as said without any warranty.
Quote
but as said without any warranty.
lol  ;D

I gotcha, I may go ahead and try the 17.40 just for shits and giggles and see if that does make a difference. I know its very early in development yet.

Best luck i have had is with 3 x 290x, only it will connect to pool then receive work and then it sits and the CPU spikes up to 100% and within a minute or so the miner restarts itself and repeats.

Ok, thank you for at least getting the ball rolling for us AMD equi miners  :) Im sure as the days go by it will improve. I'm yet to test on RX 480's

Heyo :D

I tested it on the newest AMD driver version, works the same as on the blockchain drivers here (for the fun i tested it with an 290x for ya).


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 03, 2018, 09:02:10 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...

Well the thing is that AMD's intermediate language is hard to generate at the moment, so these kernels are pure binary kernels produced with certain drivers. Usually the kernels also work with other driver versions for that they were build for, but that can not be guarantied. 17.40 blockchain driver is mentioned pretty often here because that was the one I build and tested the kernel files with :) Other drivers may also work, but as said without any warranty.
Quote
but as said without any warranty.
lol  ;D

I gotcha, I may go ahead and try the 17.40 just for shits and giggles and see if that does make a difference. I know its very early in development yet.

Best luck i have had is with 3 x 290x, only it will connect to pool then receive work and then it sits and the CPU spikes up to 100% and within a minute or so the miner restarts itself and repeats.

Ok, thank you for at least getting the ball rolling for us AMD equi miners  :) Im sure as the days go by it will improve. I'm yet to test on RX 480's

Heyo :D

I tested it on the newest AMD driver version, works the same as on the blockchain drivers here (for the fun i tested it with an 290x for ya).
Hey cool, thanks for that update... save me the headache of reinstalling drivers  :D

Have you successfully tested on any other GPUS, and you are saying it worked for you on the 290x?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: malandante on July 03, 2018, 09:05:50 PM
The tahiti.bin kernel works well and stable after a few hours on my 7970 and 280x gpus, on ubuntu 14.04 with 2:15.201.2-0ubuntu0.14.04.1 fglrx version.

Edit: 10-12 sol/s with these cards


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 03, 2018, 09:08:47 PM
How significant is it to use the 17.40 block chain drivers, or does that only pertain to a certain core or Windows OS? like 10 or W7 the same results...

Well the thing is that AMD's intermediate language is hard to generate at the moment, so these kernels are pure binary kernels produced with certain drivers. Usually the kernels also work with other driver versions for that they were build for, but that can not be guarantied. 17.40 blockchain driver is mentioned pretty often here because that was the one I build and tested the kernel files with :) Other drivers may also work, but as said without any warranty.
Quote
but as said without any warranty.
lol  ;D

I gotcha, I may go ahead and try the 17.40 just for shits and giggles and see if that does make a difference. I know its very early in development yet.

Best luck i have had is with 3 x 290x, only it will connect to pool then receive work and then it sits and the CPU spikes up to 100% and within a minute or so the miner restarts itself and repeats.

Ok, thank you for at least getting the ball rolling for us AMD equi miners  :) Im sure as the days go by it will improve. I'm yet to test on RX 480's

Heyo :D

I tested it on the newest AMD driver version, works the same as on the blockchain drivers here (for the fun i tested it with an 290x for ya).
Hey cool, thanks for that update... save me the headache of reinstalling drivers  :D

Have you successfully tested on any other GPUS, and you are saying it worked for you on the 290x?

Sure NP,

No i just used an test system what have an 290x, rest is on ETN.
290x is here working on win10 pro, 0% cpu load with the newest AMD drivers. So no for this card you dont need to downgrade your drivers.

480's i dont have so i can not test and for the 580 i see an updated file.

Just make sure the config json file is good with the correct information and check if the .bat file is pointing to EXAMPLE1;
Like this for BTCZ (BitcoinZ) on suprnova.cc ;
Code:
{
"DEFAULTS" : {
"PLATFORM"      : "AUTO",
"DEVICES"      : "AUTO"
},

"EXAMPLE1" :
{
"COIN" : "BTCZ",
"POOLS" : [
{"POOL" : "btcz.suprnova.cc",
"PORT" : "6586",
"USER" : "userworkername.password",
"PASS" : "x"}
]
}

}


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: sad85man on July 03, 2018, 09:10:51 PM
Thanks for the AMD miner


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 03, 2018, 09:12:29 PM
Ok, I see JoenNL,

I have not tested on W10 only on W7.

Maybe have better results on 10  ;)

THX bro!!


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 03, 2018, 09:14:59 PM
Ok, I see JoenNL,

I have not tested on W10 only on W7.

Maybe have better results on 10  ;)

THX bro!!

Since the first build from Windows 10 i get higher speed on Windows 10. So yeah my advise is also to use win10 :)

And ofc, no problemo, this is where the forum is for.

See ya


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 03, 2018, 09:19:06 PM
For my 280x's it works on adrenaline 18.x.x (windows 7), 17.12 (windows 10) and older crimson 15.12 (windows 8.1). Only for some reason (RAM issue, may be?) I have to restart the miner manually 2-3 times to begin mining. Speed is around 20 sols.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: R00d on July 03, 2018, 09:31:14 PM
miner does not recognise rx 480 at all. ellesmere kernel is working as i have seen a user post miner working for rx 470.

can you also please list, in text, everything in -h command. I have added this command line, bat, config. does not list anything.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 03, 2018, 09:38:52 PM
Ok, I see JoenNL,

I have not tested on W10 only on W7.

Maybe have better results on 10  ;)

THX bro!!

Since the first build from Windows 10 i get higher speed on Windows 10. So yeah my advise is also to use win10 :)

And ofc, no problemo, this is where the forum is for.

See ya
Hey thanks for posting your config.json, thats exactly how i have mine set, even on suprnova lol

Like i mentioned its connecting and receiving work but thats as far as i got on W7, 10 next  :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: hellsring on July 03, 2018, 10:04:17 PM
Am receiving shares from pool and submitting but on pool end 0 hash rate + 0 submits. Currently trying to mine to your default btcz equipool address under "HD7950" worker. States a negative difficulty, share rejects I assume.

mining with 3xHD7950 1x270 stock clocks
Win 10 64
tried on 17.30.1029 blockchain driver and now updated to 18.6.1, both producing the same negative difficulty.

ie.
Connecting to pool...
Connected to mine-btcz-euro.equipool.1ds.us:50061
Subscribed to stratum server
New target received: 0064000000000000000000000000000000000000000000000000000000000000
New job received: d148
Authorized worker: t1dbQvbohSUAGE6dZpUYru7e18SCNVipVXY.HD7950
Start Mining...
Submitting share
Share accepted
Average speed (5s): 12.1951 sol/s | 13.7945 sol/s | 11.7953 sol/s | 6.39744 sol/s Total: 44.1823 sol/s

Thanks for the AMD miner :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: gsanjin on July 03, 2018, 10:14:59 PM
Unfortunatelly no changes even with different drivers. Reported hash speeds are erratic, miner freezes on first two restarts (with a lot of disk swapping), and third time it starts to hash but shares are rejected (BTCZ, XSG). Waiting for more stable release(s) and kernels.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Iamtutut on July 03, 2018, 10:29:34 PM
Edit: I found the option DEVICES. Again the miner gave 0 sols and restarted automatically endlessly, until I closed it, opened it again and began mining with 18-20 sols per card. This is for the rigs with regular 3GB Tahiti 280x ;D

That would be half of a GTX 1080 hashrate (according to what I read above) which is quite amazing for such old cards.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: gsanjin on July 03, 2018, 10:33:30 PM
Edit: I found the option DEVICES. Again the miner gave 0 sols and restarted automatically endlessly, until I closed it, opened it again and began mining with 18-20 sols per card. This is for the rigs with regular 3GB Tahiti 280x ;D

That would be half of a GTX 1080 hashrate (according to what I read above) which is quite amazing for such old cards.

Expected to be honest, as even on "old" equihash 200,9 they were giving 285-320 sols per card ... but using => 200W of power :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: KillerLot on July 03, 2018, 10:47:02 PM
On my RX580 8GB Nitro+ 1500/2000, AMD Blockchain drivers, Win10 x64
11 to 17 sol. Most near 15.
Equipool shows near 7000 BTCZ/Month.
GPU-Z shows 126 Watt Avg power consumption.
Power limit 0.
Temp 59-60
Fan 39%
GPU Load 100%
Mem Controller Load ONLY 30%
Memory Used 4038 MB


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Ballysto on July 03, 2018, 11:14:55 PM
I can also confirm now that my Vega 56 works on Windows 10 using the newly posted kernel renamed as gfx900.bin.  I also had to downgrade to the 17.12.2 drivers, I tried the 18.5.1 and 18.6.1 with no success using either kernel.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 04, 2018, 03:17:07 AM
Edit: I found the option DEVICES. Again the miner gave 0 sols and restarted automatically endlessly, until I closed it, opened it again and began mining with 18-20 sols per card. This is for the rigs with regular 3GB Tahiti 280x ;D

That would be half of a GTX 1080 hashrate (according to what I read above) which is quite amazing for such old cards.

Expected to be honest, as even on "old" equihash 200,9 they were giving 285-320 sols per card ... but using => 200W of power :)
By default 220-230W, but with a bios undervolt they consume 180W (incl. risers) according to the watmeter. Still too much, of course, compared to the 570 and 580 esp.with bios mods.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 04, 2018, 06:16:25 AM
For my 280x's it works on adrenaline 18.x.x (windows 7), 17.12 (windows 10) and older crimson 15.12 (windows 8.1). Only for some reason (RAM issue, may be?) I have to restart the miner manually 2-3 times to begin mining. Speed is around 20 sols.
This morning I tested again. My RX 580 is working at 12 sols with accepted shares (adrenaline 18.x.x (windows 7)). All my 280x  give invalid solutions (17.12 (windows 10) and older crimson 15.12 (windows 8.1)). Those with 6GB even work at 70-ish sols which can't be true. 3GB work at 15-20 but never have accepted shares.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: muchoman on July 04, 2018, 06:27:45 AM
For my 280x's it works on adrenaline 18.x.x (windows 7), 17.12 (windows 10) and older crimson 15.12 (windows 8.1). Only for some reason (RAM issue, may be?) I have to restart the miner manually 2-3 times to begin mining. Speed is around 20 sols.
This morning I tested again. My RX 580 is working at 12 sols with accepted shares (adrenaline 18.x.x (windows 7)). All my 280x  give invalid solutions (17.12 (windows 10) and older crimson 15.12 (windows 8.1)). Those with 6GB even work at 70-ish sols which can't be true. 3GB work at 15-20 but never have accepted shares.

I get invalid solutions also on 280x and pool shows miner offline.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: tomahutbui on July 04, 2018, 08:15:45 AM
For my 280x's it works on adrenaline 18.x.x (windows 7), 17.12 (windows 10) and older crimson 15.12 (windows 8.1). Only for some reason (RAM issue, may be?) I have to restart the miner manually 2-3 times to begin mining. Speed is around 20 sols.
This morning I tested again. My RX 580 is working at 12 sols with accepted shares (adrenaline 18.x.x (windows 7)). All my 280x  give invalid solutions (17.12 (windows 10) and older crimson 15.12 (windows 8.1)). Those with 6GB even work at 70-ish sols which can't be true. 3GB work at 15-20 but never have accepted shares.

I get invalid solutions also on 280x and pool shows miner offline.

Yup, me too, i get invalid share from 280x and 7950


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 04, 2018, 12:28:49 PM
The miner for me on my two 7970s ghz edition Just flat out crashes my whole pc after a couple minutes.
Also does not show in any mining pool any activity ? Any tips or ideas


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: singlass on July 04, 2018, 12:47:33 PM
The miner for me on my two 7970s ghz edition Just flat out crashes my whole pc after a couple minutes.
Also does not show in any mining pool any activity ? Any tips or ideas

mining just fine with my 7950's i had to remove all the kernels in the 144_5 folder and left only the Tahiti.bin,does it crash with other miners ? it sounds a lot like a hardware issue,the card overheating,or the PSU not able to supply the requested wattage


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 04, 2018, 01:29:33 PM
The miner for me on my two 7970s ghz edition Just flat out crashes my whole pc after a couple minutes.
Also does not show in any mining pool any activity ? Any tips or ideas

mining just fine with my 7950's i had to remove all the kernels in the 144_5 folder and left only the Tahiti.bin,does it crash with other miners ? it sounds a lot like a hardware issue,the card overheating,or the PSU not able to supply the requested wattage

Hi no all other miners are fine even the old equpiool client ran perfect. Cards DNT get hot at all.  Psu is a gold rated Corsair 850w.ill see what happens when I remove all the other kernals..


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 04, 2018, 01:34:49 PM
The miner for me on my two 7970s ghz edition Just flat out crashes my whole pc after a couple minutes.
Also does not show in any mining pool any activity ? Any tips or ideas

mining just fine with my 7950's i had to remove all the kernels in the 144_5 folder and left only the Tahiti.bin,does it crash with other miners ? it sounds a lot like a hardware issue,the card overheating,or the PSU not able to supply the requested wattage

Hi no all other miners are fine even the old equpiool client ran perfect. Cards DNT get hot at all.  Psu is a gold rated Corsair 850w.ill see what happens when I remove all the other kernals..
My miner doesnt work also, on some pools says invalid solution and no share is accepted, on some it shows share accepted but it doesnt show anything on the pools miner stats, i think its problem in the miner, if anyone finds solution how to mine BTG on new algo post it here, thank


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: minerbaba on July 04, 2018, 01:36:12 PM
Code:
Start Mining...
Average speed (5s): 9.19632 sol/s
Average speed (5s): 11.5977 sol/s
Average speed (5s): 7.9968 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 9.998 sol/s
Average speed (5s): 8.9982 sol/s
Average speed (5s): 11.3977 sol/s
Average speed (5s): 10.5958 sol/s
Average speed (5s): 9.59808 sol/s
Average speed (5s): 16.1968 sol/s
Average speed (5s): 8.19836 sol/s
how to fix low difficulty share?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 04, 2018, 01:43:03 PM
Code:
Start Mining...
Average speed (5s): 9.19632 sol/s
Average speed (5s): 11.5977 sol/s
Average speed (5s): 7.9968 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 9.998 sol/s
Average speed (5s): 8.9982 sol/s
Average speed (5s): 11.3977 sol/s
Average speed (5s): 10.5958 sol/s
Average speed (5s): 9.59808 sol/s
Average speed (5s): 16.1968 sol/s
Average speed (5s): 8.19836 sol/s
how to fix low difficulty share?
Also have that problem on 2miners.com pool, we need new miner, or fix for all 3GB cards


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: willycut on July 04, 2018, 02:31:59 PM
There is a problem with failover pools, after 5 attempt it goes to second pool correctly but miner restart saying Device 0 is stuck, so the loop continues and never mine, if i delete the failover it works, so my thoughts are while trying to connect to failed pools devices are not hashing so miner after some time think device is stuck and restart...


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: kyputejib on July 04, 2018, 02:41:34 PM
tahiti (280x&7970) works perfectly with 10-12sol per card.
390 require a lot of virtual memory - 38Gb on 6 card.
why there is no overclocking effect?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 04, 2018, 02:54:55 PM
Code:
Start Mining...
Average speed (5s): 9.19632 sol/s
Average speed (5s): 11.5977 sol/s
Average speed (5s): 7.9968 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 9.998 sol/s
Average speed (5s): 8.9982 sol/s
Average speed (5s): 11.3977 sol/s
Average speed (5s): 10.5958 sol/s
Average speed (5s): 9.59808 sol/s
Average speed (5s): 16.1968 sol/s
Average speed (5s): 8.19836 sol/s
how to fix low difficulty share?
Also have that problem on 2miners.com pool, we need new miner, or fix for all 3GB cards

i think u guys are using the wrong COIN in your config json..
If u go mine BTCZ u must also enter BTCZ in that config..


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: matbz on July 04, 2018, 03:01:56 PM
Works well in one windows pc.
In other windows pc with 3 GPU the miner stop and close with a OpenCL.dll error.

Can you put a intensity option? The GPU is al 100% and can work with pc while mininig...


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 04, 2018, 03:22:56 PM
tahiti (280x&7970) works perfectly with 10-12sol per card.
390 require a lot of virtual memory - 38Gb on 6 card.
why there is no overclocking effect?
Don't you have invalid solutions? Does the pool stats correspond to your hashrate? And last, why only 10 sols? My tahiti is at least 18 sols, but with invalid solutions. Not a single accepted share. My cards are not overclocked, but undervolted with bios mod. It seems that most of the people have the same isuue.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: kyputejib on July 04, 2018, 03:41:05 PM
tahiti (280x&7970) works perfectly with 10-12sol per card.
390 require a lot of virtual memory - 38Gb on 6 card.
why there is no overclocking effect?
Don't you have invalid solutions? Does the pool stats correspond to your hashrate? And last, why only 10 sols? My tahiti is at least 18 sols, but with invalid solutions. Not a single accepted share. My cards are not overclocked, but undervolted with bios mod. It seems that most of the people have the same isuue.
all shares accepted, hashrate on pool is correct + - , (1100/1500 on 1050mV all with StilitBios win8.1&win10 15.12drivers).
I do not understand how tahiti can give such a hash. My 290/390 give 14-17sol/s on this miner.
390 too all shares accept hashrate 14-17, but what with overclock(1150/1400) what without (1050/1600) hashrate does not change.
p.s. if you see message opencl memory errors and reboot miner - increase the amount of virtual memory.
p.p.s. if you see stop your device (-4) run the second copy of miner in another window, but only for the card with which the first miner refuses to work. For example "DEVICES" : [1]


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 04, 2018, 04:38:22 PM
Code:
-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (AMD Radeon R9 200 Series)
Using device with id 1 (AMD Radeon R9 200 Series)
Using device with id 2 (AMD Radeon R9 200 Series)
Setup Miner...
Connecting to pool...
Connected to btg-eu.coinblockers.com:5555
Subscribed to stratum server
New target received: 0020000000000000000000000000000000000000000000000000000000000000
New job received: 68e
Authorized worker: GSYYfCLrMs5W1aUpKJxveKXT1YVhh8qK4A.lolMiner
Start Mining...
New job received: 68f
Submitting share
invalid solution
Warning: Share not accepted
Average speed (5s): 15.9521 sol/s | 14.9551 sol/s | 16.9492 sol/s Total: 47.8564 sol/s
Average speed (5s): 17.1486 sol/s | 15.1545 sol/s | 15.5533 sol/s Total: 47.8564 sol/s
Submitting share
invalid solution
Warning: Share not accepted
Submitting share
invalid solution
Warning: Share not accepted
Average speed (5s): 14.7557 sol/s | 18.7438 sol/s | 17.1486 sol/s Total: 50.6481 sol/s
I'm getting this and my json file is like this. running 3x R9 280x 3GB. anyone has a solution?
Code:
{
"DEFAULTS" : {
"PLATFORM"      : "AUTO",
"DEVICES"      : "AUTO"
},

"EXAMPLE2" :
{
"COIN" : "BTCZ",
"POOLS" : [
{"POOL" : "mine-btcz-euro.equipool.1ds.us",
"PORT" : "50061",
"USER" : "t1dbQvbohSUAGE6dZpUYru7e18SCNVipVXY.lolMiner",
"PASS" : "x"}
]
},

"EXAMPLE1" :
{
"COIN" : "BTG",
"POOLS" : [
{"POOL" : "btg-eu.coinblockers.com",
"PORT" : "5555",
"USER" : "GSYYfCLrMs5W1aUpKJxveKXT1YVhh8qK4A.lolMiner",
"PASS" : "x"},
{"POOL" : "btg.suprnova.cc",
"PORT" : "8866",
"USER" : "Lolliedieb.BitcoinGold",
"PASS" : "x"}
]
}
}


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 04, 2018, 05:02:48 PM

I get invalid solutions also on 280x and pool shows miner offline.

Hi there, may you share what driver you use? I will try to check why that one produces fault shares with the kernel :)

how to fix low difficulty share?

Single low diff shares can occur , but should be minority. If all are low diff shares some part of the miner does not work properly with your driver.


At all who have trouble with invalid shares:
Please share OS & Driver version. It seems my binary Kernels cause Problems on other then the blockchain drivers (whete they were compiled)



By the way: did anyone test with Nvidia how close to ewbf we are?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 04, 2018, 05:09:04 PM

I get invalid solutions also on 280x and pool shows miner offline.

Hi there, may you share what driver you use? I will try to check why that one produces fault shares with the kernel :)

how to fix low difficulty share?

Single low diff shares can occur , but should be minority. If all are low diff shares some part of the miner does not work properly with your driver.


At all who have trouble with invalid shares:
Please share OS & Driver version. It seems my binary Kernels cause Problems on other then the blockchain drivers (whete they were compiled)



By the way: did anyone test with Nvidia how close to ewbf we are?
Using windows 10 with 22.19.659.0 driver version. any suggestion which drivers i should use?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 04, 2018, 05:14:12 PM
tahiti (280x&7970) works perfectly with 10-12sol per card.
390 require a lot of virtual memory - 38Gb on 6 card.
why there is no overclocking effect?
Don't you have invalid solutions? Does the pool stats correspond to your hashrate? And last, why only 10 sols? My tahiti is at least 18 sols, but with invalid solutions. Not a single accepted share. My cards are not overclocked, but undervolted with bios mod. It seems that most of the people have the same isuue.
all shares accepted, hashrate on pool is correct + - , (1100/1500 on 1050mV all with StilitBios win8.1&win10 15.12drivers).
I do not understand how tahiti can give such a hash. My 290/390 give 14-17sol/s on this miner.
390 too all shares accept hashrate 14-17, but what with overclock(1150/1400) what without (1050/1600) hashrate does not change.
p.s. if you see message opencl memory errors and reboot miner - increase the amount of virtual memory.
p.p.s. if you see stop your device (-4) run the second copy of miner in another window, but only for the card with which the first miner refuses to work. For example "DEVICES" : [1]

im getting between 32-39 sols on my two 7970s

New job received: fdd7
Average speed (5s): 15.5502 sol/s | 18.5407 sol/s Total: 34.0909 sol/s
---------------------------------------------
Average speed (60s): 15.1808 sol/s | 16.5806 sol/s Total: 31.7614 sol/s
---------------------------------------------
Average speed (5s): 15.7811 sol/s | 17.3791 sol/s Total: 33.1602 sol/s
Average speed (5s): 13.7972 sol/s | 15.7968 sol/s Total: 29.5941 sol/s
Average speed (5s): 17.3896 sol/s | 15.3908 sol/s Total: 32.7803 sol/s
Average speed (5s): 16.3803 sol/s | 20.7751 sol/s Total: 37.1554 sol/s
Submitting share
Share accepted
Average speed (5s): 17.1486 sol/s | 16.9492 sol/s Total: 34.0977 sol/s
Average speed (5s): 15.5751 sol/s | 15.9744 sol/s Total: 31.5495 sol/s
Average speed (5s): 17.5544 sol/s | 18.7512 sol/s Total: 36.3056 sol/s
Average speed (5s): 13.5756 sol/s | 18.1673 sol/s Total: 31.7429 sol/s
Average speed (5s): 17.9677 sol/s | 14.5738 sol/s Total: 32.5414 sol/s
Average speed (5s): 18.3596 sol/s | 15.5658 sol/s Total: 33.9254 sol/s
New job received: fdd8
Average speed (5s): 16.5867 sol/s | 15.5875 sol/s Total: 32.1743 sol/s

but main problem is its not registering on any pools what so ever tried a lot know
seems to be running stable after deleting all the other kernals but still no pool progress

The Big question is where are all my accepted shares going as they are clearly not making it to the pool. is the dev fee set up correct or are all our shares going to the dev lol

Connecting to pool...
Connected to mine-btcz-euro.equipool.1ds.us:50061
Subscribed to stratum server
New target received: 0064000000000000000000000000000000000000000000000000000000000000
New job received: d735
Authorized worker: t1enCvVEbgszYs97KUKGZ3yGuzriRxJUhMG
Start Mining...
Average speed (5s): 16.5603 sol/s | 14.9641 sol/s Total: 31.5243 sol/s
Average speed (5s): 16.5669 sol/s | 15.5689 sol/s Total: 32.1357 sol/s
Average speed (5s): 17.1931 sol/s | 13.5946 sol/s Total: 30.7877 sol/s
Average speed (5s): 18.345 sol/s | 18.7438 sol/s Total: 37.0887 sol/s
Average speed (5s): 15.7496 sol/s | 17.7432 sol/s Total: 33.4928 sol/s
New job received: d736
Average speed (5s): 14.5854 sol/s | 12.3876 sol/s Total: 26.973 sol/s
Average speed (5s): 15.7937 sol/s | 19.992 sol/s Total: 35.7857 sol/s
Average speed (5s): 18.7812 sol/s | 16.983 sol/s Total: 35.7642 sol/s
Average speed (5s): 17.5789 sol/s | 17.5789 sol/s Total: 35.1578 sol/s
Average speed (5s): 19.369 sol/s | 13.5783 sol/s Total: 32.9473 sol/s

Feel free to check my equipool stats as you can see i am connected shares submitting and accepted just no pool progress what so ever


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 04, 2018, 05:40:47 PM
tahiti (280x&7970) works perfectly with 10-12sol per card.
390 require a lot of virtual memory - 38Gb on 6 card.
why there is no overclocking effect?
Don't you have invalid solutions? Does the pool stats correspond to your hashrate? And last, why only 10 sols? My tahiti is at least 18 sols, but with invalid solutions. Not a single accepted share. My cards are not overclocked, but undervolted with bios mod. It seems that most of the people have the same isuue.
all shares accepted, hashrate on pool is correct + - , (1100/1500 on 1050mV all with StilitBios win8.1&win10 15.12drivers).
I do not understand how tahiti can give such a hash. My 290/390 give 14-17sol/s on this miner.
390 too all shares accept hashrate 14-17, but what with overclock(1150/1400) what without (1050/1600) hashrate does not change.
p.s. if you see message opencl memory errors and reboot miner - increase the amount of virtual memory.
p.p.s. if you see stop your device (-4) run the second copy of miner in another window, but only for the card with which the first miner refuses to work. For example "DEVICES" : [1]

im getting between 32-39 sols on my two 7970s

New job received: fdd7
Average speed (5s): 15.5502 sol/s | 18.5407 sol/s Total: 34.0909 sol/s
---------------------------------------------
Average speed (60s): 15.1808 sol/s | 16.5806 sol/s Total: 31.7614 sol/s
---------------------------------------------
Average speed (5s): 15.7811 sol/s | 17.3791 sol/s Total: 33.1602 sol/s
Average speed (5s): 13.7972 sol/s | 15.7968 sol/s Total: 29.5941 sol/s
Average speed (5s): 17.3896 sol/s | 15.3908 sol/s Total: 32.7803 sol/s
Average speed (5s): 16.3803 sol/s | 20.7751 sol/s Total: 37.1554 sol/s
Submitting share
Share accepted
Average speed (5s): 17.1486 sol/s | 16.9492 sol/s Total: 34.0977 sol/s
Average speed (5s): 15.5751 sol/s | 15.9744 sol/s Total: 31.5495 sol/s
Average speed (5s): 17.5544 sol/s | 18.7512 sol/s Total: 36.3056 sol/s
Average speed (5s): 13.5756 sol/s | 18.1673 sol/s Total: 31.7429 sol/s
Average speed (5s): 17.9677 sol/s | 14.5738 sol/s Total: 32.5414 sol/s
Average speed (5s): 18.3596 sol/s | 15.5658 sol/s Total: 33.9254 sol/s
New job received: fdd8
Average speed (5s): 16.5867 sol/s | 15.5875 sol/s Total: 32.1743 sol/s

but main problem is its not registering on any pools what so ever tried a lot know
seems to be running stable after deleting all the other kernals but still no pool progress

The Big question is where are all my accepted shares going as they are clearly not making it to the pool. is the dev fee set up correct or are all our shares going to the dev lol

Connecting to pool...
Connected to mine-btcz-euro.equipool.1ds.us:50061
Subscribed to stratum server
New target received: 0064000000000000000000000000000000000000000000000000000000000000
New job received: d735
Authorized worker: t1enCvVEbgszYs97KUKGZ3yGuzriRxJUhMG
Start Mining...
Average speed (5s): 16.5603 sol/s | 14.9641 sol/s Total: 31.5243 sol/s
Average speed (5s): 16.5669 sol/s | 15.5689 sol/s Total: 32.1357 sol/s
Average speed (5s): 17.1931 sol/s | 13.5946 sol/s Total: 30.7877 sol/s
Average speed (5s): 18.345 sol/s | 18.7438 sol/s Total: 37.0887 sol/s
Average speed (5s): 15.7496 sol/s | 17.7432 sol/s Total: 33.4928 sol/s
New job received: d736
Average speed (5s): 14.5854 sol/s | 12.3876 sol/s Total: 26.973 sol/s
Average speed (5s): 15.7937 sol/s | 19.992 sol/s Total: 35.7857 sol/s
Average speed (5s): 18.7812 sol/s | 16.983 sol/s Total: 35.7642 sol/s
Average speed (5s): 17.5789 sol/s | 17.5789 sol/s Total: 35.1578 sol/s
Average speed (5s): 19.369 sol/s | 13.5783 sol/s Total: 32.9473 sol/s

Feel free to check my equipool stats as you can see i am connected shares submitting and accepted just no pool progress what so ever

Same as me on Zhash.pro It says share accepted but on site it says 0 sols


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 04, 2018, 05:59:27 PM
Hmm, the whole day my 580 had accepted shares and stats on the pool MPH were correct. For the last hours (4-5) however, the pool shows 0 sols and the miner is turned off in the workers page. Really strange, since I see only accepted shares.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 04, 2018, 06:10:22 PM
One thing i notice is the auto diff on poolside is always in the minus right now thats my difficulty Diff: -340 on ragnorpool im just going through all of them to see if any change but all are having the same result


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 04, 2018, 06:24:36 PM
miner restarted went to  Diff: -5734 poolside lol


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: rgzrgz on July 04, 2018, 06:36:14 PM
the program stops. Windows 10 LTSB, Blockchain Crimson driver. 6 AMD asus 570/580 and 4 AMD Powercolor 570.

All gpu crashes!


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: a.denis1 on July 04, 2018, 09:03:55 PM
I have
amd 7970
amd fury x
amd vega rx 64

If I run the miner without devices configuration is tell me the device 2 is not supported ( I suppose the 7970 )  .
If I set "DEVICES":[0,1]  it run on the 7970 and on the vega ! with about 100 sol !
If I set "DEVICES":[1,2] the miner tell me device 2 is not supported .

It seem there is a different device numbering  in the cfg and in the running process.

How can I solve the problem?



Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 04, 2018, 09:16:27 PM
Some pools unfortunately send an accepted : true message although they rejected a share.
What you can try is suprnova pool - as far as I know that one is accurate in its response message.

Still it seems that R280 and HD7000 cards produse invalid shares. Thats not good and I do not know yet why, investigating it currently.
What confuses me is that the kernels were all build from same source and same driver but some do valid and some invalid result what is confusing as the code os very deterministic. (At least long as you set the "COIN" : "XYZ" section right the code should work... hmm)

I will try to find a better way to give kernels to you...

I have
amd 7970
amd fury x
amd vega rx 64

If I run the miner without devices configuration is tell me the device 2 is not supported ( I suppose the 7970 )  .
If I set "DEVICES":[0,1]  it run on the 7970 and on the vega ! with about 100 sol !
If I set "DEVICES":[1,2] the miner tell me device 2 is not supported .

It seem there is a different device numbering  in the cfg and in the running process.

How can I solve the problem?


Hu... the order changes? Thats odd. Will look into this. 100 is a bit too high - I assume some binary kernel problem again.
Its a pitty that there is no good IL for AMD kernels... hnmm


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: senzujedi on July 04, 2018, 09:32:40 PM
Unfortunately Vega 56 still does not work for me with the new kernel using the 18.6.1 driver under Windows 10, even if I renamed gfx901.bin to gfx900.bin

-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine BitcoinZ(BTCZ), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (Radeon RX Vega)
Setup Miner...
ERROR: Kernel kernels/144_5/gfx900.bin can not be build for your device 0(gfx900)
-11
Build Status: -2
Build Options:
Build Log: Error: AMD HSA Code Object loading failed.

Warning: Your device with id 0 is currently not supported by lolMiner-144.5
Error: lolMiner does not support any of the detected / selected devices algorithms on the selected algorithm.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: a.denis1 on July 04, 2018, 10:20:53 PM

I have
amd 7970
amd fury x
amd vega rx 64

If I run the miner without devices configuration is tell me the device 2 is not supported ( I suppose the 7970 )  .
If I set "DEVICES":[0,1]  it run on the 7970 and on the vega ! with about 100 sol !
If I set "DEVICES":[1,2] the miner tell me device 2 is not supported .

It seem there is a different device numbering  in the cfg and in the running process.

How can I solve the problem?


Hu... the order changes? Thats odd. Will look into this. 100 is a bit too high - I assume some binary kernel problem again.
Its a pitty that there is no good IL for AMD kernels... hnmm

There was others miners that gave me the same problem ...
It can be a good solution if it is possible force to run on devices 1,2 so it will run on fury and vega .
Can you let to force the execution on devices?
Thank you very much


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Dr_Thrax on July 04, 2018, 11:12:45 PM
I have the following situations with my 2 rigs:

Rig 1: 2 R9 390, 1 R9 Fury, 2 GTX 1070, 1 GTX 1060, only recognize AMD platform, and mine good. Windows 10 Pro 1709 Blockchain Driver AMD, and Geforce 391.35 nvidia GPUs.

Rig 2: 3 RX 580, 1 RX 480, 1 RX 570, 1 R9 290, miner closes and restarts in a infinite bucle, sometimes the rig crashes. Windows 10 Pro 1709 Blockchain Driver. GPUs are NOT modded.

Any help thanks. I will update Geforce Drivers for Rig 1, it is so old, and try again.



Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MWallet_team on July 05, 2018, 12:26:51 AM
Good job. I'm waited amd miner 144_5 for last weeks.
So i tested it on my rig with 5x RX580(4gb) (win10) and blockchain driver
When it starts i see temperature of all gpus growing, then it shows that 2 first gpus found sol's and others are 0. miner wathchdog(?) printed something like - gpu 2 hangs miner restarts. This moment temperature of all gpus going down. Maybe there are any command to disable watchdog?
Then i tested it on my 11 gpu (same RX580 4gb) win10 , but other driver and i see the same problem. after first gpu found solution others still shows 0 sols and miner restarts...
[upd]
Tested different instances of miner first with config - "DEVICES"         : [0,3,4]  other [1,2]  ,but it didn't help. Anyway i can't mine with nore than 3 gpu's..


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 05, 2018, 04:54:38 AM
I have the following situations with my 2 rigs:

Rig 1: 2 R9 390, 1 R9 Fury, 2 GTX 1070, 1 GTX 1060, only recognize AMD platform, and mine good. Windows 10 Pro 1709 Blockchain Driver AMD, and Geforce 391.35 nvidia GPUs.

Rig 2: 3 RX 580, 1 RX 480, 1 RX 570, 1 R9 290, miner closes and restarts in a infinite bucle, sometimes the rig crashes. Windows 10 Pro 1709 Blockchain Driver. GPUs are NOT modded.

Any help thanks. I will update Geforce Drivers for Rig 1, it is so old, and try again.

As for rig1:

To run it on Nvidia test out the "PLATFORM" parameter in the config file. Allowed entries are: "PLATFORM":"AUTO" and "PLATFORM":<anyNumber>.
In the 2nd case see that there are no parentesis. Wjen it is "AUTO" the miner will select the driver with the most GPUs in your system. When its a number N it will run on the Nth found OpenCL driver in your system, so you can use that to switch between AMD and Nvidia (note: there can be also Intel drivers out there, so can be that you have to test numbers 0 to 2.)

As for rig 2: can you open command line, go to lolMiner directiory and run lolMiner-144.exe -benchmark=BTG? Then it will try to do a BTG test run on your system. If it failes you can then see the error message without the script restarting the miner infinitely often.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 05, 2018, 05:02:39 AM
Good job. I'm waited amd miner 144_5 for last weeks.
So i tested it on my rig with 5x RX580(4gb) (win10) and blockchain driver
When it starts i see temperature of all gpus growing, then it shows that 2 first gpus found sol's and others are 0. miner wathchdog(?) printed something like - gpu 2 hangs miner restarts. This moment temperature of all gpus going down. Maybe there are any command to disable watchdog?
Then i tested it on my 11 gpu (same RX580 4gb) win10 , but other driver and i see the same problem. after first gpu found solution others still shows 0 sols and miner restarts...
[upd]
Tested different instances of miner first with config - "DEVICES"         : [0,3,4]  other [1,2]  ,but it didn't help. Anyway i can't mine with nore than 3 gpu's..

The miner needs a lot of (virtual) memory on startup for AMD, what is a driver issue. More Precisely the AMD graphic driver in Windows starts to allocate the same memory in system Ram as needed by the GPU in the beginning, which is 2.9G at the moment. So if your rig has 8G of Ram you can max start AMD 3 GPUs.

That said what could work for you:
A) Start the miner on first 3 GPUs and wait / monitor in task browser until the mem consumption went down (which it slowly does over time)
B) Set your Windows swap (page ) file to a large fixed size, i.e. 36G, so the system thinks it has enough virtual memory. Some ethereum miners had that problem, too, so there are some good instructions around how to do that.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: tomahutbui on July 05, 2018, 06:28:40 AM
gpu: 7950 (7900 series)
window 10 1709
amd driver blockchain 18.5.1

INVALID SOLUTION

and R7 370 not support


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: seventux on July 05, 2018, 09:41:49 AM
Hello, can you put it in mega or any sharing platform? Google drive doesn't work for me. It says contain virus and can't download it.

Thank you


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 05, 2018, 11:51:18 AM
This is what i get on supernova

low difficulty share of 0.062499046325683594
New job received: 37ac
Average speed (5s): 16.1515 sol/s | 16.9492 sol/s Total: 33.1007 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 17.5474 sol/s | 18.5444 sol/s Total: 36.0917 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 15.3539 sol/s | 16.9492 sol/s Total: 32.3031 sol/s
Average speed (5s): 15.5533 sol/s | 19.5414 sol/s Total: 35.0947 sol/s


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: deepward on July 05, 2018, 12:26:52 PM
win7 7950 950/1500
have tried on blockchain 17.30 and on adrenalin 18.10.16

submitting share
invalid solution



average speed ~ 10 sols although not sharing properly

edit:
changed pool, to suprnova
 still getting low difficulty share of 0.062499046325683594



tried on different rig on win10 with a variety of 7950, r9 280x on blockchain  17.40

device 0 stucked
shutting down miner

tried with DEVICES skipping the "0"
won't even start

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "1,2,3"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "solo-eu.btgpool.pro",
          "PORT" : "3859",
          "USER" : "GbWB8KWxyzcy3fnqdDKptevq8qQ62yBDCN.rig1",
          "PASS" : "x"}


 ??? ??? ??? ???


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: shumway on July 05, 2018, 02:06:22 PM
will not let me download from google drive says virus how ca n i download this


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: deepward on July 05, 2018, 02:22:20 PM
here's the dload link

https://mega.nz/#!swJjCIBR






!PNV42VKqZWoizZzR8XVzHDiKbjyLsWg4ZW3RjWkA7j0


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 05, 2018, 02:50:33 PM
win7 7950 950/1500
have tried on blockchain 17.30 and on adrenalin 18.10.16

submitting share
invalid solution



average speed ~ 10 sols although not sharing properly

edit:
changed pool, to suprnova
 still getting low difficulty share of 0.062499046325683594



tried on different rig on win10 with a variety of 7950, r9 280x on blockchain  17.40

device 0 stucked
shutting down miner

tried with DEVICES skipping the "0"
won't even start

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "1,2,3"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "solo-eu.btgpool.pro",
          "PORT" : "3859",
          "USER" : "GbWB8KWxyzcy3fnqdDKptevq8qQ62yBDCN.rig1",
          "PASS" : "x"}


 ??? ??? ??? ???

First;
ur config is not complete, or u didnt copy it all or it is just wrong.

Did u already tried btg.suprnova.cc ?

That 7950 isnt that an Tahiti device? so did u also download the kernel from the first page for Tahiti cards?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: deepward on July 05, 2018, 02:58:47 PM
win7 7950 950/1500
have tried on blockchain 17.30 and on adrenalin 18.10.16

submitting share
invalid solution



average speed ~ 10 sols although not sharing properly

edit:
changed pool, to suprnova
 still getting low difficulty share of 0.062499046325683594



tried on different rig on win10 with a variety of 7950, r9 280x on blockchain  17.40

device 0 stucked
shutting down miner

tried with DEVICES skipping the "0"
won't even start

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "1,2,3"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "solo-eu.btgpool.pro",
          "PORT" : "3859",
          "USER" : "GbWB8KWxyzcy3fnqdDKptevq8qQ62yBDCN.rig1",
          "PASS" : "x"}


 ??? ??? ??? ???

First;
ur config is not complete, or u didnt copy it all or it is just wrong.

Did u already tried btg.suprnova.cc ?

That 7950 isnt that an Tahiti device? so did u also download the kernel from the first page for Tahiti cards?





I just copied the first part of config, tried suprnova (I've edited my post as stated above), getting low difficulty share of 0.062499046325683594 , don't see any shares on pools dashboard
that indeed is a tahiti, I've placed kernel on the right spot.
Miner as miner by itself works although I'm not gettin any shares, that seems to be the problem for a bunch of people. cheers


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 05, 2018, 03:51:25 PM
The problem is also in my 3x r9 280x i returned to nicehash until they make another miner or fix this one


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on July 05, 2018, 06:00:16 PM
win7 7950 950/1500
have tried on blockchain 17.30 and on adrenalin 18.10.16

submitting share
invalid solution



average speed ~ 10 sols although not sharing properly

edit:
changed pool, to suprnova
 still getting low difficulty share of 0.062499046325683594



tried on different rig on win10 with a variety of 7950, r9 280x on blockchain  17.40

device 0 stucked
shutting down miner

tried with DEVICES skipping the "0"
won't even start

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "1,2,3"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "solo-eu.btgpool.pro",
          "PORT" : "3859",
          "USER" : "GbWB8KWxyzcy3fnqdDKptevq8qQ62yBDCN.rig1",
          "PASS" : "x"}


 ??? ??? ??? ???

First;
ur config is not complete, or u didnt copy it all or it is just wrong.

Did u already tried btg.suprnova.cc ?

That 7950 isnt that an Tahiti device? so did u also download the kernel from the first page for Tahiti cards?





I just copied the first part of config, tried suprnova (I've edited my post as stated above), getting low difficulty share of 0.062499046325683594 , don't see any shares on pools dashboard
that indeed is a tahiti, I've placed kernel on the right spot.
Miner as miner by itself works although I'm not gettin any shares, that seems to be the problem for a bunch of people. cheers

And what if u put devices on AUTO ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: deepward on July 05, 2018, 08:00:15 PM
win7 7950 950/1500
have tried on blockchain 17.30 and on adrenalin 18.10.16

submitting share
invalid solution



average speed ~ 10 sols although not sharing properly

edit:
changed pool, to suprnova
 still getting low difficulty share of 0.062499046325683594



tried on different rig on win10 with a variety of 7950, r9 280x on blockchain  17.40

device 0 stucked
shutting down miner

tried with DEVICES skipping the "0"
won't even start

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "1,2,3"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "solo-eu.btgpool.pro",
          "PORT" : "3859",
          "USER" : "GbWB8KWxyzcy3fnqdDKptevq8qQ62yBDCN.rig1",
          "PASS" : "x"}


 ??? ??? ??? ???

First;
ur config is not complete, or u didnt copy it all or it is just wrong.

Did u already tried btg.suprnova.cc ?

That 7950 isnt that an Tahiti device? so did u also download the kernel from the first page for Tahiti cards?





I just copied the first part of config, tried suprnova (I've edited my post as stated above), getting low difficulty share of 0.062499046325683594 , don't see any shares on pools dashboard
that indeed is a tahiti, I've placed kernel on the right spot.
Miner as miner by itself works although I'm not gettin any shares, that seems to be the problem for a bunch of people. cheers

And what if u put devices on AUTO ?


This is the config I'm using on win7 7950 on Driver Packaging Version
17.30.1029-170808a2-317305E-CrimsonReLive

{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "AUTO"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "btg.suprnova.cc",
          "PORT" : "8866",
          "USER" : "x.x",
          "PASS" : "x"}
      ]
   }
}

Only thing im gettin is https://i.imgur.com/g88NOp3.jpg

I've tried on different rigs on win10 with 17.40, with variety of 7950 and r9 280x, with all kind of drivers, either shows up with device 0 stucked
shutting down miner or invalid solution.
Are there maybe some kind of custom 17.40 blockchain drivers for win7? 





Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Mozartus on July 05, 2018, 08:09:04 PM
This is what i get on supernova

low difficulty share of 0.062499046325683594
New job received: 37ac
Average speed (5s): 16.1515 sol/s | 16.9492 sol/s Total: 33.1007 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 17.5474 sol/s | 18.5444 sol/s Total: 36.0917 sol/s
Submitting share
low difficulty share of 0.062499046325683594
Submitting share
low difficulty share of 0.062499046325683594
Average speed (5s): 15.3539 sol/s | 16.9492 sol/s Total: 32.3031 sol/s
Average speed (5s): 15.5533 sol/s | 19.5414 sol/s Total: 35.0947 sol/s


I have the same Problem. Did anybody know how to fix it?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 05, 2018, 08:12:07 PM
has to be problem with miner and difficulty settings as other pools i was on i always had minus difficulty


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: adaseb on July 05, 2018, 08:14:48 PM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 05, 2018, 09:45:24 PM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.

its not that crazy thing is its not about the instant profit witch if i did mine xmr it would take me a year to get one lol.

its about the stacking and holding and right now btcz is the best for this using my cards on old algo i was getting close to 1000 a day on my two 7970s and 4930k that would just be doing nothing otherwise.

dnt care about imediate profit thats what my asics are for.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: shumway on July 06, 2018, 12:12:13 AM
zelcash support coming?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Dr_Thrax on July 06, 2018, 01:12:46 AM
I have the following situations with my 2 rigs:

Rig 1: 2 R9 390, 1 R9 Fury, 2 GTX 1070, 1 GTX 1060, only recognize AMD platform, and mine good. Windows 10 Pro 1709 Blockchain Driver AMD, and Geforce 391.35 nvidia GPUs.

Rig 2: 3 RX 580, 1 RX 480, 1 RX 570, 1 R9 290, miner closes and restarts in a infinite bucle, sometimes the rig crashes. Windows 10 Pro 1709 Blockchain Driver. GPUs are NOT modded.

Any help thanks. I will update Geforce Drivers for Rig 1, it is so old, and try again.

As for rig1:

To run it on Nvidia test out the "PLATFORM" parameter in the config file. Allowed entries are: "PLATFORM":"AUTO" and "PLATFORM":<anyNumber>.
In the 2nd case see that there are no parentesis. Wjen it is "AUTO" the miner will select the driver with the most GPUs in your system. When its a number N it will run on the Nth found OpenCL driver in your system, so you can use that to switch between AMD and Nvidia (note: there can be also Intel drivers out there, so can be that you have to test numbers 0 to 2.)

As for rig 2: can you open command line, go to lolMiner directiory and run lolMiner-144.exe -benchmark=BTG? Then it will try to do a BTG test run on your system. If it failes you can then see the error message without the script restarting the miner infinitely often.

For Rig 1: I try 0 1 2, and always mine AMD only, AMD GPU (390) it is connected to a HDMI dummy. I think that the miner does not detect nvidia GPUs. I update drivers to the last ones and no change.

For Rig 2:

PS C:\Users\*****\Desktop\lolMiner-144_v038_Win64> ./lolMiner-144.exe -benchmark=BTG
-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
Auto selecting platform with id 1: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (Radeon RX 580 Series)
Using device with id 1 (Radeon (TM) RX 480 Graphics)
Using device with id 2 (Radeon RX 570 Series)
Using device with id 3 (Radeon RX 580 Series)
Using device with id 4 (AMD Radeon R9 200 Series)
Using device with id 5 (Radeon RX 580 Series)
Setup Miner...
Start Benchmark...
Average speed (5s): 12.1976 sol/s | 11.5977 sol/s | 0 sol/s | 0 sol/s | 0 sol/s | 0 sol/s Total: 23.7952 sol/s
Error: lolMiner-zero detected that device 2 is stucked
Shutting down lolMiner-zero
PS C:\Users\*****\Desktop\lolMiner-144_v038_Win64>

I try a couple of times more, and the same problem (device 2 is stucked).

I case of this rig the R9 290 is connected to a monitor with HDMI.

More info about rigs: Rig1 Asrock H81 Pro BTC R2.0, Celeron G1840, 4GB RAM, 128GB SSD. Rig2 Gigabyte H110-D3A (Updated BIOS), Celeron G3900, 4GB RAM, 128GB SSD.

Thanks for assistance.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 06, 2018, 03:40:35 AM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.
You are absolutely right! CryptonightV7 is way better for 280x's now and it allows better undervolting than with the other coins. There are 2 things however.
First, cards that can run on 1000 core with 0.950mv are of excellent ASIC quality and very rare - may be 1% of all. For example, my XFX's can't be even recognized by the OS  if I undervolt below 1144 mv with 1000 core (well they do, but with several restarts and auto switch to 850 core). My Sapphire's are better, but still require 1050 mv to run with 1000 core. In both cases I got 170-180W from the wall. With 1000 core I get 460 h/s and with 1100 - 540 h/s. So the current profit of all coins now for me is 0. I also mine and stack the coins for future sale.
Second, Monero has 2,2 billion market cap and hardly will make 10 or 20 billion in forseeable future. Of course, who knows, if Bitcoin goes back to 20K this can happen someday. But the new coins have potential of making 10-100 and even 1000 times increase (fresh example zclassic, which made 1000 times in several months). So it is good to have more options. I try to mine as much coins as possible.

EDIT: Surprise, surprise. I just tested with the wattmeter. The XFX cards with 1144 mv are mining XMR with 140W, not 180W as I was expecting provided that 950mv mined with 130W. Equihash is around 200W.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 06, 2018, 07:31:38 AM
same here, r9 280x tahiti got "invalid share" , "share not accepted" , and no share at low diff at suprnova..


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: bitnetter on July 06, 2018, 09:39:00 AM
It's containing virus, I can't download it from gdrive


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: R00d on July 06, 2018, 10:48:00 AM
has anyone got this to work with rx 480 8g sapphire reference card?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Crazy2all on July 06, 2018, 11:45:12 AM
Hello!

OS - Win 10 x64
Cards - 1*280x (3gb)+ 2*1050Ti
Drivers version AMD - Adrenalin 18.6.1
Thaiti.bin downloaded

When you start the miner, only Nvidia cards are detected.

The address of the wallet and the name of the worker have been changed in the file user_config.json.

I tried to run a miner without Nvidia cards, AMD card was not defined.

What are your recommendations for further action?




Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: FFI2013 on July 06, 2018, 12:02:28 PM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.
You are absolutely right! CryptonightV7 is way better for 280x's now and it allows better undervolting than with the other coins. There are 2 things however.
First, cards that can run on 1000 core with 0.950mv are of excellent ASIC quality and very rare - may be 1% of all. For example, my XFX's can't be even recognized by the OS  if I undervolt below 1144 mv with 1000 core (well they do, but with several restarts and auto switch to 850 core). My Sapphire's are better, but still require 1050 mv to run with 1000 core. In both cases I got 170-180W from the wall. With 1000 core I get 460 h/s and with 1100 - 540 h/s. So the current profit of all coins now for me is 0. I also mine and stack the coins for future sale.
Second, Monero has 2,2 billion market cap and hardly will make 10 or 20 billion in forseeable future. Of course, who knows, if Bitcoin goes back to 20K this can happen someday. But the new coins have potential of making 10-100 and even 1000 times increase (fresh example zclassic, which made 1000 times in several months). So it is good to have more options. I try to mine as much coins as possible.

EDIT: Surprise, surprise. I just tested with the wattmeter. The XFX cards with 1144 mv are mining XMR with 140W, not 180W as I was expecting provided that 950mv mined with 130W. Equihash is around 200W.
I have a rig with mixed older r9 270/280 cards whats the best way to under volt these


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 06, 2018, 03:33:54 PM
 :) accepted share but 0s/s on pool  ???


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Suhofrukt on July 06, 2018, 04:09:30 PM

I can not download the link "Win 64", swears at the virus. Is there another link?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 06, 2018, 04:16:03 PM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.
You are absolutely right! CryptonightV7 is way better for 280x's now and it allows better undervolting than with the other coins. There are 2 things however.
First, cards that can run on 1000 core with 0.950mv are of excellent ASIC quality and very rare - may be 1% of all. For example, my XFX's can't be even recognized by the OS  if I undervolt below 1144 mv with 1000 core (well they do, but with several restarts and auto switch to 850 core). My Sapphire's are better, but still require 1050 mv to run with 1000 core. In both cases I got 170-180W from the wall. With 1000 core I get 460 h/s and with 1100 - 540 h/s. So the current profit of all coins now for me is 0. I also mine and stack the coins for future sale.
Second, Monero has 2,2 billion market cap and hardly will make 10 or 20 billion in forseeable future. Of course, who knows, if Bitcoin goes back to 20K this can happen someday. But the new coins have potential of making 10-100 and even 1000 times increase (fresh example zclassic, which made 1000 times in several months). So it is good to have more options. I try to mine as much coins as possible.

EDIT: Surprise, surprise. I just tested with the wattmeter. The XFX cards with 1144 mv are mining XMR with 140W, not 180W as I was expecting provided that 950mv mined with 130W. Equihash is around 200W.
I have a rig with mixed older r9 270/280 cards whats the best way to under volt these
It depends on the coin. Those that are GPU core intensive like the equihash coins will work with less undervolting like 1100 or even 1144 mv (down from 1200-ish by default). Clearly Cryptonight is less GPU intensive, so you may go down to 950mv if the card is with good ASIC quality. I follow this guide:
http://www.overclockers.com/forums/showthread.php/742409-Easy-undervolting-guide-for-79xx-and-R9-280X-cards
Just a warning: When flashing connect only one card to the 16x slot and plug the monitor to the mainboard. If all cards are connected there may be a mistmach in the order of Aitflash and what you see in gpu-z. A friend of mine damaged permanently his cards because of this.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on July 07, 2018, 03:05:44 AM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.
That's a great summary for 7950's

Actually I still run 6 x 7950's and one 7970  ;D Doing well on an ethhash clone with them, but they always hold their weight even with the coins you mentioned. Some better some worse  ;)

Bet ya the Tahiti cores have stood the test of time. It was that nice (384-Bit memory) that gave these bad boys the edge lol


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 07, 2018, 10:19:44 AM
we got minus difficulty on the pool on tahiti card and high abnormal hashrate, like 90s/s per card
this miner ok for other amd card? or just not ok for tahiti ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Paulc2011 on July 07, 2018, 08:06:04 PM
Any updates at all ? Miners not working very well any tweaks comming ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: egyptianbman on July 08, 2018, 06:11:01 AM
All the links give an error about potential virus. Is there somewhere else we can download this miner?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: ivomm on July 08, 2018, 07:22:13 AM
All the links give an error about potential virus. Is there somewhere else we can download this miner?
Some browsers like chrome detect the mining software and block the download. Others like IE usually don't. Try different browsers and if they all block, perhaps there is an option to check the links for viruses which can be turned off temporarily.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Racko on July 08, 2018, 03:31:52 PM
Any updateds on this miner or another miner? NVIDIA already had 3-4 miner updates


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 09, 2018, 08:46:59 AM
I just updated the download links, because some were not able to load the miner.

Working heavily on new code, but I am only one person with dayjob and family beside, so it takes some time - but new (faster) code will come :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 09, 2018, 09:55:20 AM
I just updated the download links, because some were not able to load the miner.

Working heavily on new code, but I am only one person with dayjob and family beside, so it takes some time - but new (faster) code will come :)

only this miner support amd card..
amd user will wait , dont forget about tahiti , thank u  ;D


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: restless on July 09, 2018, 10:13:50 AM
Win7 + drivers 15.12 (!!!)
3*7950
average speed ~30 sol/s (10 per card @ stock clocks, mem striped)

On 2 other systems which are almost identical it doesn't work
One is with same 15.12, the other with blockchain drivers from 27.07.2017, both Win7 with 4 * 7950s

Is adding parameters to control intensity/memory usage possible? Or more detailed debug info.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 09, 2018, 12:57:56 PM
Win7 + drivers 15.12 (!!!)
3*7950
average speed ~30 sol/s (10 per card @ stock clocks, mem striped)

On 2 other systems which are almost identical it doesn't work
One is with same 15.12, the other with blockchain drivers from 27.07.2017, both Win7 with 4 * 7950s

Is adding parameters to control intensity/memory usage possible? Or more detailed debug info.

work on drivers 15.12?
adrenalin driver n blockchain driver not working so far, thanks mate, ill try it
what coin are u mine?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: kyputejib on July 09, 2018, 01:04:37 PM
Win7 + drivers 15.12 (!!!)
3*7950
average speed ~30 sol/s (10 per card @ stock clocks, mem striped)

On 2 other systems which are almost identical it doesn't work
One is with same 15.12, the other with blockchain drivers from 27.07.2017, both Win7 with 4 * 7950s

Is adding parameters to control intensity/memory usage possible? Or more detailed debug info.

work on drivers 15.12?
work


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nansafap on July 09, 2018, 04:19:50 PM
Win7 + drivers 15.12 (!!!)
3*7950
average speed ~30 sol/s (10 per card @ stock clocks, mem striped)

On 2 other systems which are almost identical it doesn't work
One is with same 15.12, the other with blockchain drivers from 27.07.2017, both Win7 with 4 * 7950s

Is adding parameters to control intensity/memory usage possible? Or more detailed debug info.


not working

http://prntscr.com/k4dohl (http://prntscr.com/k4dohl)

hashing but still negative difficulty


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: cryptomaxsun on July 09, 2018, 05:10:10 PM
http://i105.fastpic.ru/big/2018/0709/40/5ee257dfab0314a7d3373ecf3828fe40.jpg

RX480 4 Gb, Windows 7 x64, pool zhash.pro.

Miner takes the job, hashing, but there are no shares accepted, there is no display on the pool.
What is the problem?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: swisstrader on July 09, 2018, 08:28:16 PM
I have Win7 64bit and AMD Radeon RX Vega 64, driver v18.6.1,
but the miner doesn't start.

I see N number of shell windows running after starting the miner.

Have overwritten the kernel gfx901.bin ...

What I need to do?

Thank you.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: swisstrader on July 10, 2018, 02:23:41 PM
I have Win7 64bit and AMD Radeon RX Vega 64, driver v18.6.1,
but the miner doesn't start.

I see N number of shell windows running after starting the miner.

Have overwritten the kernel gfx901.bin ...

What I need to do?

Thank you.

Here is the solution for AMD RX Vega 64 8GB cards:

1. Download the extra compiled Vega64 file named gfx901.bin.

2. Delete in subfolder lolMiner_v0.38\kernels\144_5 the files gfx900.bin and gfx901.bin .

3. Then copy the extra file gfx901.bin into the same folder and rename the file to gfx900.bin,
    now will run the miner perfectly with your AMD RX Vega 64 8GB.

Enjoy!

Thanks to the developer Lolliedieb, got the solution by starting cmd line lolMiner-144.exe -h
 :)



Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: SuppaHash on July 10, 2018, 05:29:47 PM
Cool! Waiting for amd polaris optimization!


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: boo50 on July 11, 2018, 04:01:41 AM
http://i105.fastpic.ru/big/2018/0709/40/5ee257dfab0314a7d3373ecf3828fe40.jpg

RX480 4 Gb, Windows 7 x64, pool zhash.pro.

Miner takes the job, hashing, but there are no shares accepted, there is no display on the pool.
What is the problem?

are you mining Snowgem ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: matbz on July 11, 2018, 03:02:21 PM
Any updates in windows dependences?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 11, 2018, 06:46:15 PM
what am i doing wrong here? i have account on suprnova



{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "AUTO"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "btg.suprnova.cc:8866",
          "PORT" : "8866",
          "USER" : "GUu6zU3rfL38VQ7Qqsy5XtGkQGq4Pi3hEn",
          "PASS" : "x"}
      ]
   },

   "EXAMPLE2" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "btg.suprnova.cc:8866",
          "PORT" : "8866",
          "USER" : "GUu6zU3rfL38VQ7Qqsy5XtGkQGq4Pi3hEn",
          "PASS" : "x"},
         {"POOL" : "btg.suprnova.cc",
          "PORT" : "8866",
          "USER" : "joeykolb.joe",
          "PASS" : "x"}
      ]
   }   [img]


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 11, 2018, 06:56:58 PM
says:  Lost connection to stratum server : or server not reachable. with this conf.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: xuanmichael on July 11, 2018, 06:58:34 PM
what am i doing wrong here? i have account on suprnova

you change User of Example 1 with "username of suprnova" . Because Example 1 is the default  


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 11, 2018, 07:08:14 PM
still not working . im gonna try it tomorrow again. thanks again



{
   "DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "AUTO"    
   },

   "EXAMPLE1" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "btg.suprnova.cc:8866",
          "PORT" : "8866",
          "USER" : "joeykolb.",
          "PASS" : "x"}
      ]
   },

   "EXAMPLE2" :
   {
      "COIN" : "BTG",
      "POOLS" : [
         {"POOL" : "btg.suprnova.cc:8866",
          "PORT" : "8866",
          "USER" : "GUu6zU3rfL38VQ7Qqsy5XtGkQGq4Pi3hEn",
          "PASS" : "x"},
         {"POOL" : "btg.suprnova.cc",
          "PORT" : "8866",
          "USER" : "joeykolb",
          "PASS" : "x"}
      ]
   }   
}


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: cracker666 on July 11, 2018, 07:51:37 PM
remove :8866 from the pool address line might help


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 12, 2018, 05:51:09 AM
hy.i did that .now says :worker not authorized


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: fluxy12 on July 12, 2018, 06:01:33 AM
Have you created the worker on suprnova ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 12, 2018, 06:10:05 AM
yes i have account. a time ago mined btg on suprnova.but with the claymore miner 12.6 .i think the problem is at suprnova


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: shadow1608 on July 12, 2018, 08:36:04 AM
Thank you for your work!

And how about Curacao (r9 270) support? It doesn't working now :( :( :(


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: GbiTfire on July 12, 2018, 11:24:35 AM
installed and configured win10 64 in pool eu.btgpool.pro:3857 with vega 56 does not work. moved gfx900 and gfx901 and copied 901 renamed, it does not work, can you help me.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: loddy on July 12, 2018, 01:04:41 PM
4 vegas in unbuntu 16.04, rocm 18, only  2 of them work.
vega 0 freezes linux and vega 3 stuck  ???

Start Mining...
Average speed (5s): 21.1958 sol/s | 23.3953 sol/s | 0 sol/s Total: 44.5911 sol/s
Average speed (5s): 23.7952 sol/s | 21.1958 sol/s | 0 sol/s Total: 44.991 sol/s
Error: lolMiner-zero detected that device 3 is stucked
Shutting down lolMiner-zero


Edit -- I see it is a RAM size issue, 4gb.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: mu_enrico on July 12, 2018, 03:17:07 PM
It doesn't work for RX550 and RX560 with 18.5.1 Driver.
Kernel error..

Should I use the same driver as kernel's build?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: VirosaGITS on July 12, 2018, 04:29:52 PM
Is there a undocumented way to point the binary to a different config file than the hardcoded one?

The only thing worse than JSON config for scripting is hardcoded JSON config path.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 14, 2018, 08:10:35 AM
its good 27 sols/s ? for two rx cards? how much can this make


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 14, 2018, 08:22:05 AM
when gonna be out an update for better hashrate. anyone


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Frangomel on July 14, 2018, 11:18:53 AM
Do someone has .bin /kernel for 470 4GB this one is not working at all.

@Lollidieb this is half done job...waiting for working update.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: xuanmichael on July 14, 2018, 11:40:53 AM
4 vegas in unbuntu 16.04, rocm 18, only  2 of them work.
vega 0 freezes linux and vega 3 stuck  ???

Start Mining...
Average speed (5s): 21.1958 sol/s | 23.3953 sol/s | 0 sol/s Total: 44.5911 sol/s
Average speed (5s): 23.7952 sol/s | 21.1958 sol/s | 0 sol/s Total: 44.991 sol/s
Error: lolMiner-zero detected that device 3 is stucked
Shutting down lolMiner-zero


Edit -- I see it is a RAM size issue, 4gb.

error of lolMiner, you try to run a few times, that will probably be. Otherwise wait until the new version supports better


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Alex-007 on July 14, 2018, 04:35:50 PM

1. Download the extra compiled Vega64 file named gfx901.bin.

download
Change, but dont start


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: keefer223 on July 14, 2018, 06:43:43 PM
There seems to be some major issues with the program.
1. the program will only run 5 RX-580 cards; anything more than 5 an the program will error out. and before the reply's go over the top I tried swapping all the cards around and even went so far to try various combinations of cards both physically and through the config file. the 6th card always errors out and the program resets, which brings up an improvement to the program.
2. when the program errors out or resets the error information should be directed to a log file in order to determine the issue. Right now the error flashes to the screen then the program resets.

current system:
Win 10
B250 motherboard
1600 watt psu
16g memory
250g ssd

(6) rx-580 gpu's
drivers 18.5.1


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: miningspeed on July 15, 2018, 07:31:52 AM
no Personalisation string configurable?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 15, 2018, 10:59:34 AM
thanks to this .we can nine with amd what more u want


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: BIGREALMADGOD on July 15, 2018, 01:50:49 PM
Hi, someone can show an example bat file ?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: joeykolb on July 15, 2018, 03:05:07 PM
u dont modify the bat file.only the json


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MarkLenner on July 17, 2018, 12:26:28 AM
How to mine Heptacoin with lolminer? They use Equihash 144_5 with HeptaPoW as personalization


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: HeptacoinDEV on July 17, 2018, 01:49:59 AM
Hello, we are a new equihash 144,5 could you please include heptacoin on your amd miner ?

heptacoin.org


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: matbz on July 17, 2018, 02:17:10 PM
I really need a fix for new amd drivers and dependences in windows. Miner dont work.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: cryptomaxsun on July 17, 2018, 03:57:18 PM
Hello, we are a new equihash 144,5 could you please incl7d heptacoin on your amd miner ?

heptacoin.org

I support!
When will you add support for this coin for the amd cards?

And why is your miner incompatible with most pools?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Mrsmoker on July 18, 2018, 06:19:23 AM
Hello, we are a new equihash 144,5 could you please incl7d heptacoin on your amd miner ?

heptacoin.org

i have try it to mine hepta. its not supported yet


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: HeptacoinDEV on July 19, 2018, 03:27:49 PM
Hello, we are a new equihash 144,5 could you please incl7d heptacoin on your amd miner ?

heptacoin.org

i have try it to mine hepta. its not supported yet

We are trying to talk with then to include Heptacoin on the miner.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Jaws1932 on July 19, 2018, 07:58:25 PM
Has anyone been successful getting RX550s to work with this miner?  I have several 550 rigs I'd like to move over to equihash.  I tried the gfx804 kernel in both windows and Linux with no success.  If you've gotten it to work on 550s,please post your OS and driver version. Also what kind of hash rates are you getting? My 470 rig gets about 12 sols per card. 


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: adaseb on July 19, 2018, 08:03:42 PM
Its crazy to believe that so many people are still using the Tahiti's according to this thread.

Basically if you got a Tahiti you are better off mining XMR at the moment.

Reason why is because those you can reduce the voltage to the min value of 0.950V and if you got a decent ASIC quality you can run them at 1000/1500 core and you will get like 600H/s and it will only use like 130 Watts of power.

With ZEC it always used almost 200 Watts or so. With ETH it used even more electricity. The worst was Scrypt which was like 350 Watts per GPU from the wall.
You are absolutely right! CryptonightV7 is way better for 280x's now and it allows better undervolting than with the other coins. There are 2 things however.
First, cards that can run on 1000 core with 0.950mv are of excellent ASIC quality and very rare - may be 1% of all. For example, my XFX's can't be even recognized by the OS  if I undervolt below 1144 mv with 1000 core (well they do, but with several restarts and auto switch to 850 core). My Sapphire's are better, but still require 1050 mv to run with 1000 core. In both cases I got 170-180W from the wall. With 1000 core I get 460 h/s and with 1100 - 540 h/s. So the current profit of all coins now for me is 0. I also mine and stack the coins for future sale.
Second, Monero has 2,2 billion market cap and hardly will make 10 or 20 billion in forseeable future. Of course, who knows, if Bitcoin goes back to 20K this can happen someday. But the new coins have potential of making 10-100 and even 1000 times increase (fresh example zclassic, which made 1000 times in several months). So it is good to have more options. I try to mine as much coins as possible.

EDIT: Surprise, surprise. I just tested with the wattmeter. The XFX cards with 1144 mv are mining XMR with 140W, not 180W as I was expecting provided that 950mv mined with 130W. Equihash is around 200W.

Its weird because I got some Asus R9 280X with various ASIC quality levels and all of them run at 0.950V @ 1000 Mhz core. They hash at like 590 H/S.

I think the power for each card is like 120-130 Watts or so.

I had issues with some Radeon 7950 GPUs with the Elpida memory, those had stability issues at 0.950V and the memory was crap and it ran at like 500 H/s max, which is what my R7 370 can do pretty much.

Might as well run these GPUs into the ground.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: miqaayil on July 21, 2018, 02:31:44 PM
Greetings

after Tahiti update kernal , there are few accepted share but majority invalid.

1 x 7970, 2x 7950, 1x290x

win10, blockchain driver


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Lolliedieb on July 22, 2018, 09:34:58 PM
Finally the new miner version is there, currently only for Linux, but I will build the Windows version asap :)

https://bitcointalk.org/index.php?topic=4724735.0


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: miqaayil on July 23, 2018, 03:12:07 PM
Does this solve the invalid shares issue for tahiti and hawaii


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: asmasm on July 23, 2018, 03:35:38 PM
i want try ir and say thanks


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: gulyas on July 25, 2018, 02:40:07 AM
Code:
-------------------------------------------------
          Welcome to lolMiner-144.5 0.38
                 Public preview

   This software is only meant for pool mining
       with the Equihash 144.5 algorithm

For usage instructions add -h to the commandline.
          Made by Lolliedieb, June 2018
-------------------------------------------------
lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
Auto selecting platform with id 0: AMD Accelerated Parallel Processing
Auto selecting all GPU in platform.
Using device with id 0 (AMD Radeon R9 200 Series)
Using device with id 1 (AMD Radeon R9 200 Series)
Using device with id 2 (AMD Radeon R9 200 Series)
Using device with id 3 (AMD Radeon R9 200 / HD 7900 Series)
Setup Miner...
Connecting to pool...
Connected to us-east.equihash-hub.miningpoolhub.com:20595
Subscribed to stratum server
New target received: 000da740da740da7800000000000000000000000000000000000000000000000
New job received: 861a
Authorized worker: xxx.yyy
Start Mining...
New target received: 0013813813813814000000000000000000000000000000000000000000000000
Average speed (5s): 15.5502 sol/s | 14.1547 sol/s | 14.3541 sol/s | 16.1483 sol/s Total: 60.2073 sol/s
Average speed (5s): 11.9617 sol/s | 13.3573 sol/s | 13.3573 sol/s | 18.5407 sol/s Total: 57.2169 sol/s
Average speed (5s): 16.7464 sol/s | 16.3477 sol/s | 16.7464 sol/s | 16.1483 sol/s Total: 65.9888 sol/s
Average speed (5s): 19.3381 sol/s | 17.5439 sol/s | 14.5534 sol/s | 13.1579 sol/s Total: 64.5933 sol/s
Average speed (5s): 16.1483 sol/s | 14.9522 sol/s | 14.9522 sol/s | 17.7432 sol/s Total: 63.7959 sol/s
Submitting share
invalid solution
Submitting share
invalid solution
Average speed (5s): 17.3445 sol/s | 11.9617 sol/s | 16.3477 sol/s | 16.3477 sol/s Total: 62.0016 sol/s
New job received: 861b
Average speed (5s): 15.1515 sol/s | 18.74 sol/s | 17.3445 sol/s | 16.1483 sol/s Total: 67.3844 sol/s
Average speed (5s): 18.3413 sol/s | 17.7432 sol/s | 16.547 sol/s | 15.3509 sol/s Total: 67.9825 sol/s
Every share is invalid... speed is ok but there's not one good share.

Mixed 7970/280x rig... Win10 blockchain driver: 22.19.659.0

Tahiti kernel downloaded above.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: nerdwarez on July 25, 2018, 03:21:24 PM
I made patch for this miner that allows to mine Hepta.  Simply put in folder with miner (linux and windows patch included) and run, then run miner with BTG as coin and hepta pool.  Works until he add hepta in new version.  I have no connection to Lolliedieb, just want to mine hepta with his miner.

https://www.megaupload.us/65h/heptapatch.zip (https://www.megaupload.us/65h/heptapatch.zip)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: HeptacoinDEV on July 25, 2018, 03:49:27 PM
I made patch for this miner that allows to mine Hepta.  Simply put in folder with miner (linux and windows patch included) and run, then run miner with BTG as coin and hepta pool.  Works until he add hepta in new version.  I have no connection to Lolliedieb, just want to mine hepta with his miner.

https://www.megaupload.us/65h/heptapatch.zip (https://www.megaupload.us/65h/heptapatch.zip)

Thanks dude, Lets share the great news :)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Rakly3 on August 11, 2018, 10:37:11 AM
HALP! I'm in a
Windows cannot find lolminer loop :D

https://i.imgur.com/0pUYcyT.png


Some one thought it was funny to put this in the bat file :p
:MINE
Start /wait /high lolMiner-144.exe !PARAMS!
goto :MINE


It's easy mistake to hit Open instead of Edit.
(I know how to get out of it, no worries)


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: MinermanNC on August 18, 2018, 07:50:14 PM
I'm actually mining some BTCZ again WOOT!

Using lolminer v041

Its actually doing a good job. Very stable.

Mining on a wide range of AMD cards. So far so good on: 7950, 7970, 280x, 290x, 380x, 390x and RX 480's (wont run on HD 7870 nor R9 270x)  :D

Now we just need that price back up to 65-150 like the good ole days

THX dev for the miner! keep improving it!


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: Jury2311 on August 22, 2018, 03:32:34 PM
I'm actually mining some BTCZ again WOOT!

Using lolminer v041

Its actually doing a good job. Very stable.

Mining on a wide range of AMD cards. So far so good on: 7950, 7970, 280x, 290x, 380x, 390x and RX 480's (wont run on HD 7870 nor R9 270x)  :D

Now we just need that price back up to 65-150 like the good ole days

THX dev for the miner! keep improving it!

Hi.

I mine BTCZ with GTX1060, for a last 7-8 Monhts.

Can u pls help me, how to configure lol miner to mine with AMD?
I use simplemining.net.

I put this setup for mining BTCZ with lolminer 0.42, but dosnt work:

-coin=BTCZ -server=btcz.suprnova.cc -port=6586 -user=Jurexxxx -p x -$rigName

Tnx.

Jure


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: FollowWings on August 28, 2018, 01:29:20 PM
Hey all!
Please Private Message me, how can I set the temperature control at mining? My cards gone up to 98 degree on hot days... Its killing my card..
Help me guys! PM me please!


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: finrich on September 18, 2018, 09:40:04 PM
I'm trying to get my R7 370 miner going. I keep getting "device not supported" error.

I downloaded the tahiti kernel and put it in the lolminer kernel folder, but the error continues.

Any ideas?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: bivaetjetakoe on September 18, 2018, 09:54:09 PM
Are you satisfied with your product?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: finrich on September 18, 2018, 10:28:10 PM
I'm trying to get my R7 370 miner going. I keep getting "device not supported" error.

I downloaded the tahiti kernel and put it in the lolminer kernel folder, but the error continues.

Any ideas?

Turns out R7 370 is Hawaii kernel.
Lolliedieb, if you're out there... Any chance hawaii kernel will get added to LolMiner?


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: alizali on September 21, 2018, 01:49:49 PM
how can i run it on HIVEOS


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: alizali on September 21, 2018, 04:21:27 PM
i want try mining BZE
but in config file i set BZE the miner says no profile


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: JoenNL on September 22, 2018, 06:44:17 AM
i want try mining BZE
but in config file i set BZE the miner says no profile

   "EXAMPLE_BZE" :
   {
      "COIN" : "BTCZ",
      "POOLS" : [
         {"POOL" : "mine-bze.minerul.me",
          "PORT" : "3036",
          "USER" : "WALLET",
          "PASS" : "x"}
      ]


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: kissmarx on October 01, 2018, 09:24:14 AM
Hello. I have a question. Is this version able to mine Genesis (GENX)? The algorithm is Equihash 192.7.

If not, may I know if where can I find the lolMiner for Equihash 192.7 miner? Many thanks guys.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: shrewdacumen on October 04, 2018, 09:08:51 AM
I installed this with joy today since it's been long waited solution for AMD cards.
I have both cards Nvidia, AMD installed on my rig.

It worked well with some limitation, compared with the performance on nVidia cards 'Ewbf-Zhash' gives.
When I set Platform = "Auto", only my 2 nVidia cards (GTX 1080) worked, not another 4 cards which are AMD cards. RX580.

Thus I had to switch from:
"DEFAULTS" : {
      "PLATFORM"         : "AUTO",
      "DEVICES"         : "AUTO"    
   },

to

"DEFAULTS" : {
      "PLATFORM"         : "1",
      "DEVICES"         : "AUTO"    
   },

and then I could manage to mine on 4 AMD cards, RX 580.

This looks a kind of bug.

And comparing the performance 'Ewbf-Zhash' gives,
It is way too far from being good.
1060 gives 29 sol/s for BTCZ.
1080 53 Sol/s as the followings:

11:45:46 -----------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |    119W     |  0.24 Sol/W  |
|  1  |    186W     |  0.27 Sol/W  |
+-----+-------------+--------------+
11:46:16 Temp: GPU0: 75C GPU1: 73C
11:46:16 GPU0: 29 Sol/s GPU1: 53 Sol/s
11:46:16 Total speed: 82 Sol/s
11:46:16 -----------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |    117W     |  0.25 Sol/W  |
|  1  |    185W     |  0.29 Sol/W  |
+-----+-------------+--------------+
11:46:46 Temp: GPU0: 75C GPU1: 73C
11:46:46 GPU0: 30 Sol/s GPU1: 53 Sol/s
11:46:46 Total speed: 83 Sol/s
11:46:46 -----------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |    103W     |  0.29 Sol/W  |
|  1  |    184W     |  0.29 Sol/W  |
+-----+-------------+--------------+


however, each 4 RX580 registers
only 7 - 10 sol/s as the followings:

Average speed (5s): 8.79824 sol/s | 7.9984 sol/s | 9.79804 sol/s | 8.79824 sol/s Total: 35.3929 sol/s
Average speed (5s): 8.39832 sol/s | 8.9982 sol/s | 5.9988 sol/s | 11.5977 sol/s Total: 34.993 sol/s
Average speed (5s): 7.39852 sol/s | 11.1978 sol/s | 9.39812 sol/s | 8.79824 sol/s Total: 36.7926 sol/s
Average speed (5s): 7.19856 sol/s | 9.59808 sol/s | 9.19816 sol/s | 10.3979 sol/s Total: 36.3927 sol/s
Average speed (5s): 8.39832 sol/s | 8.9982 sol/s | 9.19816 sol/s | 8.9982 sol/s Total: 35.5929 sol/s
Average speed (5s): 9.79804 sol/s | 9.59808 sol/s | 10.9978 sol/s | 7.79844 sol/s Total: 38.1924 sol/s
Average speed (5s): 10.5979 sol/s | 8.79824 sol/s | 9.19816 sol/s | 10.9978 sol/s Total: 39.5921 sol/s
Average speed (5s): 8.59828 sol/s | 7.19856 sol/s | 8.19836 sol/s | 9.19816 sol/s Total: 33.1934 sol/s

total hash rate of 4 x RX580 cards which lolMiner registers amounts to less than that of GTX 1080 which Ewbf-Zhash does.

However, in future it will, I think, improve greatly.


Title: Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
Post by: 4ward on October 04, 2018, 09:41:26 AM
this thread is irrelevant now.


refer to newer release of lolMiner, including a windows version:


Finally the new miner version is there, currently only for Linux, but I will build the Windows version asap :)

https://bitcointalk.org/index.php?topic=4724735.0