Bitcoin Forum
May 24, 2024, 01:47:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 »
241  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: September 03, 2018, 01:46:12 PM
Thanks Lolliedieb, working great as usual. I'm still mining away on HEPTA with my vega/rx570 rig. I have a request, and not sure if it's possible, but I notice that my pool rated efficiency goes down as I start undervolting the cards (I presume from bad blocks I'm sending in?). Is there any way we can get some sort of percentage of valid results from your internal checks for each of the cards that you display sol/s on? Something I could use to tell if I've undervolted too far on one card or if any particular card is returning more bad blocks  than another? Is that even possible?

Just a thought. Otherwise, I'm always happy to see any performance improvement that you could gain from future patches!

Thanks,
Cyg

edit: Also, would there be any benefit to adding a CPU option to the miner? I'm not sure how many sol/s we could expect from it but I feel like I need the cpu on this rig working towards something instead of sitting idle...  Tongue

Theoretically the miner can run on CPU - currently this is disabled (it only sees GPU devices), but for any CPU where there is an OpenCL driver it could run. Maybe I enable this experimentally.
As for the checks: in release version I disable all checks and pray for the algorithm to work correctly, since else CPU load would be very high. There are rare cases where flipping memory bits can invalidate a result or make the miner stuck, but also rare cases in which the miner can produce a faulty share. I will try to reduce this cases in new code.

Thanks Lolliedieb for the great work, I would like to request for BitcoinRm. This new coin is using Equihash 144_5 algo. Looking forward for your good news. Thanks in advance.

Thanks for mentioning it, I will add it in next version.

lolminer results 0.43 with my undervoltaged amd cards ->> BTG

Vega 64 LC (XFX) = 35 sol/s (PWR= -30% / RAM = 1060MHz) (2 pieces = 510W)
RX480 (XFX black)= 18 sol/s (CLK=1160 P-Stage=4) (4 pieces = 490W)
fury (x -> **) = 25 sol/s    (** 2 x pro duo = 4 x fury = 100 sol/s @ 670W >> undervoltage 950 MHz/-25%/1,05V)

not profitable, all together need 1670 Watts (2x Vega 64 LC + 4x RX480 + 2x Radeo Pro Duo =>> 270 sol/s).

For the Vega it would make sense reducing core a bit, but keep memory up. Then undervolt the core, so the card does not throttle clocks due to running into power target. Similar for the RX series. I heard someone to have about 19 sol/s @ 95W on 480 - with some uv that should be possible and would look much better.



By the way current status:
First of the 6 new GPU codes went today from development to testing - but I will not tell you which Grin Well its one of the Nvidia codes. Later today then start of the corresponding AMD codes.
Further this week SafeCash will rebrand to Genesis (GENX) including new personalization string. I plan to update lolMiner at the end of the week with the new strings (and BitcoinRm) plus some bug fixes (this command line stuff with = sign and one sources of 0 sol/s but for 192/7 on AMD).
See you then and keep posting your wishes and suggestions Smiley
242  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: August 31, 2018, 03:32:07 PM
How do I specified advanced pool config details via password field?

....

but then the miner sned the sting as is to the pool :-(

Look to this post of me just above: https://bitcointalk.org/index.php?topic=4724735.msg44961610#msg44961610
There is a way to get around this bug in commandline, that I will fix with next version Smiley


243  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: August 31, 2018, 09:50:32 AM
Actually OptiminerZero is almost same for AMD with RX480 8GB. Just slightly slower. But for 4GB cards, I believe the difference is significant. Smiley

Haha yea your right. Glad that "consistently" does not say anything about the spread ^^ But the new code will come and its looking good we can push the 8G further. Well both cards in fact but also some 3G cards Wink

By the way, except for "please add support for free personalization string" no one yet followed my voting on the 0.5 features. No opinions on that?
244  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: August 31, 2018, 07:48:28 AM
Very Good!!
Can you make HiveOS version ?  Grin

An older version of this miner is included into HiveOS - I think we must talk to the devs there to include the more recent ones to it, too.

I like lolminer for is simplicity setup. Giving more and more new coin choose to use equihash 144.5 or 192.7, how can I manually setup lolminer to run it if the coin is not in miner list?

Currently it is not possible, so best is to tell me about the coin and I will add it in the next version. But I currently consider one profile to allow a freely set personalization string since this was requested multiple times. Only problem I have with this is that in this case I can not do individual coin settings of other parameters. Well, will find a solution.

I have one question about your post below...I dont know where to put this text (DISABLE_MEMCHECK” : 1 or -disable_memcheck=1)
Am using Ethos-linux...I have 1060 3gb and I want to earn heptacoin...can you help or tell me..Thank you so much for everything ! All the best!
Added switch to disable memory check

I do not know much about ethos. How do you start / configure the miner there with general settings? I am sure we can figure out how to do it.

whats wrong?

That is a good question  Huh Can you try to run clinfo.exe (is shipped with the AMD driver) and paste me the output into a private message? The incompatibility message usually comes when some memory check fails. Lets see what clinfo reports, then I can tell you what is wrong. As a first guess: some drivers limit the amount of memory that can be allocated in a single memory buffer. For AMD it often helps to execute
Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
before you try to start the miner. This should allow the miner to use all GPU memory that is there.


Code:
Warning: Malformed parameter: -pass=c=BTC,Rig1
How to cure?

Ouch, you found a bug! The problem is that the "=" sign is wrongly threated in the miner.  I will fix this in next version. As a quick and dirty cure open the "user_config.json" file and add after the "defaults" section the following:
Code:
"ZERGPOOL" : 
{
"COIN" : "AUTO144",
"POOLS" : [
{"POOL" : "equihash144.mine.zergpool.com",
"PORT" : "2146",
"USER" : "<YourBTCWalletAddr>",
"PASS" : "c=BTC,Rig1"}
]
},
and then start the miner with
Code:
./lolMiner -profile=ZERGPOOL          (Linux) or
lolMiner.exe -profile=ZERGPOOL     (Windows)     

That should work.


Is it faster than ewbf across algos?

For most Nvidia GPUs I have to admit that EWBF is currently faster - he just did an amazing job, especially at 144.5. But I am currently working on the next generation of kernel codes and can promisse: I am getting closer .... muuuch closer. Maybe ... lets see  Grin
That said, for AMD GPUs and 144.5 this is currently the only miner and for 96.5 and 192.7 this miner is consistently faster then Optiminer - so probably for AMD users the best avail option.
245  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: August 29, 2018, 08:14:07 PM
hd7870 will work with this miner on some algo?

The Equihash 96/5 (MinexCoin) will work. If you got a 2G GPU and run it headless it may be that with the mem-saving variants 144.5 is also possible, but its a close call.
246  Alternate cryptocurrencies / Mining (Altcoins) / lolMiner 0.43 Universal Equihash Miner, Update: Aug 29th: Added ZERO and SCash on: August 29, 2018, 08:15:46 AM
So, I did some more coding last week and so there is an update: lolMiner 0.43 Cheesy

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

here are the virustotal reports for the two executables:
Linux: https://www.virustotal.com/#/file/dc2efb304b84ab92d1f085ecf61d1e470ce366f3801233072bead2809b0b3c9b
Windows: https://www.virustotal.com/#/file/1325784f9a9ff11bb077cc66937b66c28422d4e71dd46ae959ccad87d7799065

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.  


Detailed Changelog:

Added 192.7 Algorithm with coins Zero (ZER) and SafeCash (SCASH)

lolMiner now supports the Equihash 192.7 algorithm. The two coins supported are Zero (ZER) and SafeCash (SCASH). At the moment the miner requires 3.7 GB GPU memory, so 3G cards are not supported. Nvidia 4G cards can mine with new “DISABLE_MEMCHECK” switch (see below).

There should not be a performance difference between 4G and 8G GPUs!

Expected performance:

AMD:
RX 550 (4 G): 3 sol/s      (to be confirmed)
RX 560 (4 G): 5-6 sol/s
RX 570:   11-12 sol/s
RX 580:   12-13.5 sol/s
Vega 56:   18-20 sol/s

Nvidia:

GTX 1080 (stock FE): 20 sol/s+
GTX 1080ti: 30 sol/s+


Added support for zergpool Equihash 144.5 auto profit switching

You can now connect to equihash144.mine.zergpool.com to use its auto coin switching / auto exchanging capacities. The needed setting is “COIN” : “AUTO144” or -coin=AUTO144


Added switch to disable memory check

Use “DISABLE_MEMCHECK” : 1 or -disable_memcheck=1 to turn of the miners compatility memory checking. This fixes a problem with the Nvidia driver not reporting enough memory for Equihash 144.5 (3G & 4G cards) and 192.7 (4G cards)

Note: Disabling the memory check also implies the miner can no longer check how large the workbatch is allowed to be, so DO NOT USE THIS WITH EQUIHASH 96.5 (MinexCoin) . It will kill your performance.


Fixed support for open source Linux drivers

lolMiner should now be able to start on the open source Linux drivers but the performance is very much untested. Also for 144.5 and 192.7 the memory check may need to be disabled.

Fixed a bug with miner not starting without config file

As said, you now can delete the user_config.json and run completely without it by using the command line only. Note that the config file still has the advantage of storing your settings for multiple coins in one file as well as fail-over pool support. The filename and the used profile of config file can be changed by parameters (see manual).

Fixed a bug with miner not starting (hanging in setup)

It now can take a minute or two for the fail-over routine to kick in, but this should fix the problem.

Shortened the target printing to the first 16 characters

Previously printing 64, making the lines unnecessary long.

Added some colors (very subdued )

Stratum messages of new job, new target and submitted / accepted shares are now print in a green tone and the long statistics in some not too bright cyan. If you see a red message thats a stratum error message or a case where the server responded  {"id": 4, "result": false, "error": null}, which means a share got not accepted.

Know issues:
Sometimes the 144.5 and 192.7 codes run into the 0 sol/s bug even without OC. I hope to get rid of that in the next code iteration.

For some Nvidia GPUs specifying “WORKBATCH” : “HIGH” in config file leads to 0 sol/s from start. From command line it works fine. Investigating why.



Question is now: What am I coding next for 0.5?

Here I would like to have your feedback!

There is one thing I will do any ways: I tried a new code variant with the 192.7 miner that is there applied in the first two rounds of code. It turns out that this works quite well and so I would like to bring this for 96.5, 144.5 and 192.7 for both vendors next. This also will likely reduce the memory consumption of 144.5 to 2.4 G and of 192.7 slightly below 3G, so the 3G cards are back on board for 192.7.

But after that? You may decide!

Here is a list about the potential list of what I could do for 0.5:

- 210.9 (Aion) mining code
- 200.9 (Zcash, …) mining code
- A memory saving 144.5 variant (sub 2G, approx 10 – 15% slower then the large memory one)
- A memory saving 192.7 variant (sub 2G, approx 25 – 30% slower then the large memory one)
- An HTML version of the API (viewing)
- Coupling of multiple miners, so  API of one rig can show stats of whole farm
- Re-Design of stats module & API, e.g. logfile output and so on … need some more ideas here, comments welcome!

Regarding the last point in list: I definitely will never change fan speed or clocks in the miner, because this is responsibility of the driver or external OC tools. But what I could try is temp readings and an emergency switch off at high temps or so … do not know.

As said the main priority lies in the updated mining codes. That will take a while. Therefore I would say everyone commenting here or sending me a message in either telegram or discord is allowed to state two things from the optional list. I will evaluate in two weeks (Sept 12) and then work the list from top to bottom Wink

Have a nice day all Smiley
247  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 28, 2018, 08:14:52 PM
Hi all! Please private message me, how can I set the temperature control at mining?! My card gone up to 98 degree on hot days.. Its killing my card!
Please gelp and PM me! Thx!

As stated above in this thread: you can not through the miner since I won't take the responsability for such a function. If your card gets so hot either part of cooling or fan setting is broken or you run far too much oc. Pls set fans and clocks with driver or afterburner.

A simple API would be nice...since its propietary miner...

Well a simple stat reading API is there. What functionality else would you like to see?
248  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 27, 2018, 08:52:11 PM

I've yet to see a miner that uses OpenCL with NVidia cards. Everyone uses CUDA with them greens. ))
I just wanted to try it out just to find out if it's worth using this miner with 1060s for eqhash144.

Why is it not running on GTX 980 4gb, still?

My miner does, its all OpenCL here ^^
Well your card has 4G, so the driver reports max usable memory in total is 4G, but max that may be in one region is 1G (1/4 th of it) ... but 144.5 needs one region with 1.2G currently.
For the next release I plan to introduce a switch bypassing the check (on own risk) but then your 3G and 4G cards will work Smiley
249  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 27, 2018, 01:37:38 PM
Awesome news!
I hope its gonna be faster than old optiminer

Depends a bit ... it closes the gap between 4G and 8G cards. Atm my code uses 3.6G and does on average 12.7 sol/s on a RX 580 4G (headless) - the 8G model will only be barely faster, maybe 13 sol/s. I think this is not so bad compared to optiminer ^^


For me only equihash96 is working on NVidia cards under Linux.

For equihash144 I get this msg:

lolMiner is configured to mine Bitcoin Gold(BTG), Equihash 144.5
Setup Miner...
Using device with id 0 (GeForce GTX 1060 3GB)
Using device with id 1 (GeForce GTX 1060 3GB)
Using device with id 2 (GeForce GTX 1060 3GB)
Using device with id 3 (GeForce GTX 1060 3GB)
Using device with id 4 (GeForce GTX 1060 3GB)
Using device with id 5 (GeForce GTX 1060 3GB)
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.
Warning: Your device with id 2 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 3 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 4 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 5 is currently not supported by lolMiner or by the specific algorithm you selected.



as far as i know, you cant use 3gb cards on that specific algo on this specific miner Wink  (4gb+)
so its working as intended technically

Well we have to distinguish here between memory available and the memory that the driver allows us to use in a single buffer. For some reason the Nvidia OpenCL driver limits OpenCL that a single memory region may be at most 1/4th of the total memory in size. That said: the 144.5 miner code uses 2.8G, but requires that two buffers of 1.1G are created (and a 3rd with the missing 600 mb) ... so what happens here:
The check for enough total memory passes, but unfortunately the one for maximal single allocation fails.

Interestingly I just found out that CUDA has no such limitation and also sometimes it seems possible to allocate more then "CL_DEVICE_MAX_MEM_ALLOC_SIZE" tells on Nvidia (but not on AMD ... there it is a hard limit, but its often much higher then on Nvidia) ... so maybe I can do an option to ignore memory check on own risk ... hmm
250  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 26, 2018, 02:59:07 PM
your miner won't allow me to edit the config file. I had it running once and now it will not restart. If I DL a new copy it runs fine but it won't allow me to edit the config file. when I try to cut your sample config and try to paste mine in it's place it always pastes in your sample again. any answers?

Wtf... thats strange. The miner never writes ti the file. You unziped and then opend in text edit? When you save tten it should be saved and modified, everything else would surprise me!

how about 192/7 zero support?

Comming within next 4 days Cheesy Code just entered testing Smiley
i wish that minexcoin 96.5 works with  btg hashrates

pls make the 96.5 to work the same as the 144 for rx's


I think you mean scaled by 1000 ^^ RX 580 does 20 to 22 sol/s on 144/5 but 11000 to 12000 on 96/5 ^^
Expected is 96/5 to be approx 400 to 500x faster then 144/5 from theory. That fits pretty well Wink
251  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 22, 2018, 04:28:57 PM
Can you please add an option to support custom personalization strings?

Support for 192,7 (Zero and new SafeCash with different personalization string)
There is a beta miner for NVidia you released some time ago, is it coming to AMD? Wink

Support for pool side coin personalization string switching for Zergpool (Like EWBF miner for NVIDIA)?

Well I will have a look into this zergpool stuff. Will see if I find a specification to their personalization string stratum modification.
And yes, the 192/7 miner I did some time ago will be merged into this product, but with a new mining code that should run on AMDs, based on the current 144/5 code we have here. From the numbers I have the estimate for the 580 I have, running 22 sol/s in 144/5 I would say the 192/7 could run 13.5 on it. So overall range for 580 should be 12 to 14 depending on clocks and concrete card.
No idea yet about what this code does on Nvidia. Will start with an AMD code, because for Nvidia there are good alternatives on market.

Tnx, but dont work...

Damn it, that was my fault ^^
It is not -server=, but -pool=btcz.suprnova.cc
That should work better Wink
252  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 22, 2018, 09:36:45 AM
Thank you Lolliedieb for your efforts! My long dormant 5x580 8gb rig is humming away at ~115 hashes on BTCZ!
 hoo hooo….
Not to be too picky picky here now, but howzabout some colorful stats on the miner? Just sayin' the white font on black gets a little stale after a bit but my daughter insists there is a puce hue to the vertical separators? Could that be true?
 Anyhow, thanks for what you are doing and I am praying an even higher hash rate soon as these ~115 hashes are costing me near 1100 watts at the wall.  

For the latter I pray, too xD
Well as for colorful stats ... maybe I will do so, will see ^^ Would also a html stat page make the job for you? Currently thinking how to extend the API... but first more / new mining codes Wink
But: In my opinion you should check your OC settings. If the 5 cards do 115 they do 23 sol/s each. Thats not bad, but I would rather try to lower oc / try to under-clock or run lower voltages. 1100 W for 5x580 is pretty much. Ok, do not know about your CPU and so on, even if they draw 100 its too much. Many eth mining rigs run at -0.2V under-volt and 1150 / 2150 clocks and less (instead of the usual 1350 stock clocks). It may be that then your rig does rather 100 sol/s then 115, but if then only uses 600 to 650W instead of 1100 its definitely a win in profitability unless you have free electricity.


Hi all. I need help by Simplemining.net, setup for BTCZ mining - AMD cards.
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

This does not seem too bad. Lets assume you have the username "Lolliedieb" on suprnova with a configured worker name "lolRig" and password "x" there, then you have two opportunities to configure in command line. First:
Code:
-coin=BTCZ -server=btcz.suprnova.cc -port=6586 -user=Lolliedieb.lolRig -p x

Second:
Code:
-coin=BTCZ -server=btcz.suprnova.cc -port=6586 -user=Lolliedieb -p x -rigname=lolRig

In case that $RIGNAME is a properly set environment variable "-rigname=$RIGNAME" should work, but did not test this.



i can't add this miner to awesome miner... can u make it up?

Can you specify what your problem is? Maybe we can figure out together how to do it.


can you add the support of the 210_9 Algo?
It would be amazing!! thanks

Currently I give a bit priority to 192/7, but 210/9 will come as well. Promised, but do not know yet when. I know I am somehow much slower then ewbf but I believe he does this full time and he has only half as much code to write, since its only one GPU vendor ^^

And is there a profitability calculator for this algorithm?

Hmm ... currently no really good calculators I guess. At least non featuring all of the coins that work with 144/5. Maybe a point to start is coincalculators.io, which at least features BTG, XSG, BTCZ and ZEL. But there you have to insert your speed and watts manually.


-----------------------------

Some general comments till now:
Currently approx 10k sol/s are produced for 144/5 algorithm for all coins together and I earned so far approx 70$ from this miner (from start, although rate increased 4x since 0.42 is out). As for 96/5 (Minexcoin) approx 30 Msol/s are currently produced with this miner.
253  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 19, 2018, 04:17:59 PM
MINEX , AMD HD79x0 CARDS
a little hashrate addition, about 300-500 sol/sec

and the same problem with WINDOWS 7: lolminer042 shows high hashrates (about 12.5 as GF970 under EWBF) and lower real hashrates (about 6-8) with negative diff time by time
driver update to win7-64bit-radeon-software-adrenalin-edition-18.8.1-aug17 take no effect

Yes, the MinexCoin code has some flaws currently, the NVidia more then the AMD. But new code is in the making for 0.43 Cheesy

I'm using 0.42 version | ubuntu 16.04 | rocm driver
lol I'm getting even higher hash rate on --setsclk 6 and --memclk 6 core/memory states.
Maybe rocm driver causing the problems.
Is there anyone here who managed to set miner properly on vega rig and rocm driver ?

ROCm and the ordinary driver are definitive different - at least when I use the rocm offline compiler I get very different register counts. I will see in instruction sets if I see something suspicious. That said: next week a new testing GPU (RX 580) arrives here, then I will set up a Linux box with multiple drivers (The amdgpu-pro, free clover drivers and the rocm), so I can better compare them and see how different they behave. That said, next side hits same target:

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

Found out today why the free Clover drivers do not work. Will be fixed in 0.43 Smiley

Confusing about 8 vega's rig.
Linux, 0.42, "DEVICES" : [0,1,2,3,4,5,6,7] or "AUTO"
Trying start with all GPU used. Miner will work only 1st 5 GPU(0,1,2,3,4), speed for GPU 5,6,7 = 0 and power consumption about 20-30w(idle).
Does not matter what GPU used, miner works only with 5.
But! If i run 2 miners with 2 configs  "DEVICES" : [0,1,2,3,4] and "DEVICES" : [5,6,7] all devices works fine with full load and good hashing.
For me it not problem run 2 instances, but anyway...
Any ideas?

Hmm - which algorithm causing these problems, 96/5 or 144/5?
One possible reason could be (virtual) memory size in your rig. Both algorithms use a large amount of memory on GPU. That said the AMD Windows driver has the strange habit to use the same amount of RAM as allocated on GPU when creating the memory buffers. So running 8x the 144/5 algorithm requires the sum of your virtual memory + available (free) RAM to be at least 8x3GB = 24 GB. If it is less the miner is not able to allocate memory for all devices. After some start up phase the drivers free the RAM and thus the required amount gets less. Thats why a 2nd instance started a litte later on the remaining devices may work for some Rigs.

Hello! Can we expect more performance in the near future (rx570,144/5,BTCZ)? I guess the + 80% is also true for it. Congratulations to your job!

I have some ideas left what to try. Not such a big jump again, but I would love to see RX 580 doing 22 sol/s now to jump over 25 ... that may be feasible and I will definitely try to make it possible Smiley

254  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 19, 2018, 06:00:51 AM
How can I control the speed of the fans directly in the miner?

Currently you can not and I think that will remain so for a while. Why?
Well because there is no way doing that for AMD and Nvidia for all OS (Win 7, Win 10, Linux) the same way.
So the codibg would bind a lot of capacities at my side (I develop this miner alone alongside my dayjob and family) that I rather spend for creating better minibg code. Furthermore it is a matter of resposability. A corrupt kernel code can make a rig hang and can make it require a reboot, but thats it. A bug in overclocking or fan setting routine can physically harm hardware - that I do not like much. Maybe I will do temp reading in future and provide it over the API but I do not think fan or OC setting will come anyhow soon.

Hi. Can i use only 1 or 2 graphic cards of my rig? No matter what i do lolminer is using all of cards and i want to shut down 1 of them. Can i do it?

You are running with config file? Then you can modify the profile of the coin (or default section) by adding
Code:
"DEVICES" : [0,2] 
For example to run on first and 3rd GPU but skipping the second. Note if you put this to default section it will be overwritten by a devices entry in the individual profile.
For command line use it should be
Code:
-devices=0,1
doing the same thing.

Benchmark shows this on my 56/64 vega rig for 144.5:

...
Average speed (5s): 62.6 sol/s | 56.0 sol/s | 56.6 sol/s | 61.4 sol/s | 60.4 sol/s | 44.0 sol/s Total: 340.9 sol/s
Average speed (5s): 63.2 sol/s | 58.6 sol/s | 58.6 sol/s | 59.8 sol/s | 59.6 sol/s | 43.2 sol/s Total: 342.9 sol/s
---------------------------------------------
Average speed (60s): 61.8 sol/s | 57.2 sol/s | 56.7 sol/s | 61.5 sol/s | 56.9 sol/s | 46.4 sol/s Total: 340.7 sol/s

I also get invalid share and some warnings/errors:


Hmm something is wrong here. The speed you see is much higher then I would expect for this cards - I rather would think about 30 to 35 to be realistic.  No real idea why at the moment but I think something in tge filtering is broken. The miner after last round checks the solutions and filters out incomplere ones. Seems that does not work here and more solutions pass the check then it should. No idea why, but this is not good.

The warning message you got is no problem. This has something to do with a bit fancy pointer magic in GPU code ^^ But I wonder: this messages should not be displayed - you are certainly running 0.42? I think thats an older version.

seems it doesn't work for vegas on linux

Doesn't work at yours? What driver you use for the vegas, the ROCm or the amdgpu-pro?
I have no vega myself, so can not trst directly but with some detail info I think we can debug it Smiley

Quote from: CygnusMinor link=topic=4724735.msg44315356#msg44315356
That's a pretty amazingly dramatic performance improvement.

I think there os a bug - your 30 to 33 sols / s is more realistic and in region so I am shure the solutions are all valid. I think in his case something is broken, but will have to see what exactly.
Hope in future versions to put some sol/s on top of cause. New code is already work in progress Smiley
255  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 18, 2018, 08:14:01 AM
One with 4GB Elpida memory with best timings available in this forum & speed set to max. 1999 MHz, GPU at 1250 MHz.
The other with 8GB Hynix also with best timings at 2050 MHz & GPU at 1250 too.
Both cards give me the same speed, about 14.5 with 0.41 & 20 with 0.42 (average, not peek).
Blockchain drivers & Windows Server 2008 R2

Ah ok, what I see is my card runs with stock clocks, so 1366 MHZ - that could explain at least a few %. But likely your setup is more energy efficient Wink
Lets see if we can still find a few % for you by writing better code Cheesy
256  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 17, 2018, 04:46:58 PM
Tell me if i'm wrong but at this speed it is still not profitable, am i right ?

Depends... when 580 can do 22 and 1060 does 26 - they are not too far appart ... same as with 33 (vega 56) vs 1070 speed.

Atn mining is not that profitable it used to be half a year ago with prizes up, but at new versions sol/s it should be profitable - of cause depends on coin and energy price.


Do you have api support and zergpool stratum?

The miner has a simple api. Zergpool stratum? Whats different there?

Lolliedieb good job!
Is it still possible to increase hashrate?

Of cause its almost always possible, but the jump will not be so big again. Maybe 2 to 3 sol/s on top for 144/5? Ok, maybe more but as with every trick the dev has to find it first Wink


For me with my 2 RX 580 change is:
14.5 each to 20 sol/s (+38%)

Go this way, when it reaches 100 sol/s per card it will be profitable  Grin

Thats odd - before yours was much faster, now slower.  Hmm ... most changes targeted the memory controller, maybe different vendor of mem chips?
My testing gpu is a saphire pulse 4g at stock clocks, what is yours?
257  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 17, 2018, 11:22:05 AM
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 ^^
258  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 17, 2018, 10:15:26 AM
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
259  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 17, 2018, 09:22:26 AM
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
260  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.42, Update: Aug 17th: Better AMD performance for Equi 144/5 on: August 17, 2018, 07:47:36 AM
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. 
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!