Author

Topic: lolMiner 1.64: Fastest Kaspa miner in market - page 143. (Read 155175 times)

newbie
Activity: 40
Merit: 0
Any chance for adding support for Equihash 192/7 (Zero coin) in next versions?
newbie
Activity: 18
Merit: 0
Quote
Welcome back Lolliedieb, hope your vacation was both fun and restful.

Your version 0.41 has been running on my Ubuntu 18 rig (HEPTA) without fail for days, now. Undervolted two Vega 56's (to 90w) and two RX 570's (to 80w)

---------------------------------------------
Average speed (60s): 17.5 sol/s | 18.5 sol/s | 10.0 sol/s | 10.7 sol/s Total: 56.8 sol/s
---------------------------------------------

I'm looking forward to any performance improvements you can make, though. Good luck!

Wow, nice improvement in speed! Now running:

---------------------------------------------
Average speed (60s): 29.4 sol/s | 31.0 sol/s | 17.5 sol/s | 19.0 sol/s Total: 97.0 sol/s
---------------------------------------------

Excellent work, Lolliedieb!
newbie
Activity: 10
Merit: 0
Working with my RX560 4GB 16CU and R9 290 4gb

R9 290 undervolted and underclocked @ 21.5 Sol / 115W
RX 560 undervolted and underclocked @ 8-11 Sol / 45W
 
Cool

Wow, this makes me want to see if I can go pick up some cheap 290/390s Cheesy


Does anyone know if you can just replace the lolminer in Hive with this newest version and it will work?
Thanks!
member
Activity: 433
Merit: 48
I am not installed AMDGPU PRO drivers.  I have Radeon RX 560 4Gb.


Unfortunately I have no opportunity right now to test on the free drivers. Usually from the used code it should work on them but I do not know the memory allocation rules on this drivers. Clinfo should never the less work with the free AMD drivers as well, so if you could run it and send me the output in a private message that may help me a lot fixing this Smiley

Working with my RX560 4GB 16CU and R9 290 4gb

R9 290 undervolted and underclocked @ 21.5 Sol / 115W
RX 560 undervolted and underclocked @ 8-11 Sol / 45W
 
Cool

Thx for reporting Cheesy
I am still amazed how well the R9 290 does - I mean ... this autumn its 5 years since release and still they are close to 580 series. Who bought such a card back then did get a lot of value for bugs ^^
newbie
Activity: 21
Merit: 0
Working with my RX560 4GB 16CU and R9 290 4gb

R9 290 undervolted and underclocked @ 21.5 Sol / 115W
RX 560 undervolted and underclocked @ 8-11 Sol / 45W
 
Cool
newbie
Activity: 59
Merit: 0
Radeon RX 560 does not supported? Or problem in my linux drivers?

We had tests running on a RX 560X, so I assume the 560 should also work. How much memory you got in the GPU? We need at least 3G, better 4G for this Algo, when it is a 2G it will not work.
If it has 4G, try running "clinfo" and head out for "Max memory allocation" - the number will tell you how much of the GPU memory can be allocated for a single memory object. The least size we need here is 1140887552 bytes, equivalent to 1089 MB. It could be that your card driver restricts to 1024 MB. If this is the case on AMD GPUs you can try to export two environment variables:

Code:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

This will allow the driver to use larger memory buffers - maybe I should include that into the run_miner.sh scripts ^^

Hope this helps you Smiley

I am not installed AMDGPU PRO drivers.  I have Radeon RX 560 4Gb.
Code:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
Did not help.
sr. member
Activity: 580
Merit: 253
Atheios.org
So, after "some" tuning its there: lolMiner 0.42 Cheesy

The change log over 0.41:
- Improved speed on AMD GPUs:
Equihash 144/5: 
RX  580: 12.5 sol/s (0.41) → 22.5 sol/s (0.42)   (+80%)
Vega 56:  26.5 sol/s (0.41) → 33.5 sol/s (0.42)   (+26.5%)

Equihash 96/5:
RX 580: 11400 sol/s (0.41) → 12200 sol/s (0.42)   (+ 7%)

- Fixed a bug with SafeCoin (SAFE)
- Fixed a bug with the RIGNAME feature (it was not possible in 0.41 to make a user name without any worker name, that is fixed now)
- Added Asofe (ASF) compability (Equihash 144/5)

Download Links:
[Lin 64]: Click me (0.42 for Linux)
[Win 64]: Click me (0.42 for Windows)

And here are the virustotal reports for the two executables:
Linux: https://www.virustotal.com/file/209b18d40332ead62c5614d0edeb71451fbac2e6e92d47cb2e60448bbf4478b4/analysis/1534490309
Windows: https://www.virustotal.com/de/file/ba8ea8360dd0f0041fcde198299edf03b536b169cd5bdb4c89b079034c0852b0/analysis/1534490141

Hint: As you can see the Microsoft Windows defender detects the mining software as "PUA:Win32/CoinMiner " (Surprise ... its mining coins  Wink ). So if you have trouble with it better replace the defender by any other anti virus (e.g. I use Avira AntiVir, which is also free) and you are fine. 
Works perfect and a massive speed improvement thank you Smiley
member
Activity: 433
Merit: 48
Radeon RX 560 does not supported? Or problem in my linux drivers?

We had tests running on a RX 560X, so I assume the 560 should also work. How much memory you got in the GPU? We need at least 3G, better 4G for this Algo, when it is a 2G it will not work.
If it has 4G, try running "clinfo" and head out for "Max memory allocation" - the number will tell you how much of the GPU memory can be allocated for a single memory object. The least size we need here is 1140887552 bytes, equivalent to 1089 MB. It could be that your card driver restricts to 1024 MB. If this is the case on AMD GPUs you can try to export two environment variables:

Code:
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

This will allow the driver to use larger memory buffers - maybe I should include that into the run_miner.sh scripts ^^

Hope this helps you Smiley
newbie
Activity: 121
Merit: 0
Thank, more speed up Smiley

That reminds me that I forgot to mention what will come next xD
Well in fact I am not yet certain. It will either be Minexcoin code for NVidia or 192/7 code for AMD. Any ways I will focus right now on improving the mining code rather then new features, since the rest of the miner - well I would not claim that there is no headroom for improvement, but I think it is good enough for the moment. Focus should be fast(er) mining Wink

fight on  Grin

144/5 more speed up , I see GPU use more power consumption but not max (it mean stock power limit).
I think if it use max power consumption on stock power limit, speed is up.

Thanks
newbie
Activity: 59
Merit: 0
Hi what about this error:
Using device with id 0 (Radeon RX 560 Series)
Using device with id 1 (Radeon RX 560 Series (POLARIS11, DRM 3.25.0, 4.17.13-arch1-1-ARCH, LLVM 6.0.1))
ERROR: Kernel kernels/144_5/Baffin.bin can not be build for your device 0(Baffin)
26
Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.

Radeon RX 560 does not supported? Or problem in my linux drivers?
member
Activity: 433
Merit: 48
Thank, more speed up Smiley

That reminds me that I forgot to mention what will come next xD
Well in fact I am not yet certain. It will either be Minexcoin code for NVidia or 192/7 code for AMD. Any ways I will focus right now on improving the mining code rather then new features, since the rest of the miner - well I would not claim that there is no headroom for improvement, but I think it is good enough for the moment. Focus should be fast(er) mining Wink
newbie
Activity: 121
Merit: 0
So, after "some" tuning its there: lolMiner 0.42 Cheesy

The change log over 0.41:
- Improved speed on AMD GPUs:
Equihash 144/5: 
RX  580: 12.5 sol/s (0.41) → 22.5 sol/s (0.42)   (+80%)
Vega 56:  26.5 sol/s (0.41) → 33.5 sol/s (0.42)   (+26.5%)

Equihash 96/5:
RX 580: 11400 sol/s (0.41) → 12200 sol/s (0.42)   (+ 7%)

- Fixed a bug with SafeCoin (SAFE)
- Fixed a bug with the RIGNAME feature (it was not possible in 0.41 to make a user name without any worker name, that is fixed now)
- Added Asofe (ASF) compability (Equihash 144/5)

Download Links:
[Lin 64]: Click me (0.42 for Linux)
[Win 64]: Click me (0.42 for Windows)

And here are the virustotal reports for the two executables:
Linux: https://www.virustotal.com/file/209b18d40332ead62c5614d0edeb71451fbac2e6e92d47cb2e60448bbf4478b4/analysis/1534490309
Windows: https://www.virustotal.com/de/file/ba8ea8360dd0f0041fcde198299edf03b536b169cd5bdb4c89b079034c0852b0/analysis/1534490141

Hint: As you can see the Microsoft Windows defender detects the mining software as "PUA:Win32/CoinMiner " (Surprise ... its mining coins  Wink ). So if you have trouble with it better replace the defender by any other anti virus (e.g. I use Avira AntiVir, which is also free) and you are fine. 

Thank, more speed up Smiley
newbie
Activity: 59
Merit: 0
Excellent. Good luck in work!
member
Activity: 433
Merit: 48
So, after "some" tuning its there: lolMiner 0.42 Cheesy

The change log over 0.41:
- Improved speed on AMD GPUs:
Equihash 144/5: 
RX  580: 12.5 sol/s (0.41) → 22.5 sol/s (0.42)   (+80%)
Vega 56:  26.5 sol/s (0.41) → 33.5 sol/s (0.42)   (+26.5%)

Equihash 96/5:
RX 580: 11400 sol/s (0.41) → 12200 sol/s (0.42)   (+ 7%)

- Fixed a bug with SafeCoin (SAFE)
- Fixed a bug with the RIGNAME feature (it was not possible in 0.41 to make a user name without any worker name, that is fixed now)
- Added Asofe (ASF) compability (Equihash 144/5)

Download Links:
[Lin 64]: Click me (0.42 for Linux)
[Win 64]: Click me (0.42 for Windows)

And here are the virustotal reports for the two executables:
Linux: https://www.virustotal.com/file/209b18d40332ead62c5614d0edeb71451fbac2e6e92d47cb2e60448bbf4478b4/analysis/1534490309
Windows: https://www.virustotal.com/de/file/ba8ea8360dd0f0041fcde198299edf03b536b169cd5bdb4c89b079034c0852b0/analysis/1534490141

Hint: As you can see the Microsoft Windows defender detects the mining software as "PUA:Win32/CoinMiner " (Surprise ... its mining coins  Wink ). So if you have trouble with it better replace the defender by any other anti virus (e.g. I use Avira AntiVir, which is also free) and you are fine. 
newbie
Activity: 23
Merit: 0
Any luck or update on  Equihash 192.7? Safecash is launching at 8:00 AM CST tomorrow and I'd like to jump in with my AMD rig. Thanks!
member
Activity: 433
Merit: 48
at least I wasn't going mad hehe, great I'll await the latest release Smiley

Will come Wink
Sry for the small delay, but I had made some nice progress with the 144.5 mining code for AMD - hope I can present it soon, will have a nice speedup Smiley
sr. member
Activity: 580
Merit: 253
Atheios.org
Perfect, thank you Smiley

Can confirm I made a mistake when building 0.41 removing the SAFE by accident.
Will repair this with 0.42, hopefully later today or tomorrow.
at least I wasn't going mad hehe, great I'll await the latest release Smiley
member
Activity: 433
Merit: 48
Perfect, thank you Smiley

Can confirm I made a mistake when building 0.41 removing the SAFE by accident.
Will repair this with 0.42, hopefully later today or tomorrow.
sr. member
Activity: 580
Merit: 253
Atheios.org
it would seem "SAFE" coin is not supported with this newer version??

I will check back ASAP.


Perfect, thank you Smiley
member
Activity: 433
Merit: 48
it would seem "SAFE" coin is not supported with this newer version??

I will check back ASAP.

AMD really need to be improve it's just useless right now, i have no doubt the dev is working hard to do it.

Yes I do - its not so easy though.

Currently working on two things: AMD performance on 144.5 and Nvidia false shares / 0.34 often faster then 0.4x on Nvidia for Minexcoin.

Hope to find answer to both within next 10 to 14 days.
Jump to: