Pages:
Author

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

newbie
Activity: 24
Merit: 0
hi, Beam Hash III unsupporte version o drive version amd r9 380 adrenalina 20.10.1 and 20.9.1 same error, any solution?
Same here with R9 380X
It says Lolminer supports R9 380, but I couldn’t do it.
Reporting card or driver not supported.
I tried driver 18.12.1.1, 20.7.1, 20.8.1, 20.10.1 with no success.
Any solution?
member
Activity: 433
Merit: 48
Is it possible to mine ETC and ZIL after the EtcHash fork?

Yes, it should be. Cause ETCHash and Ethash are identical up to epoch 390 and Zil uses epoch 0 - ETC + Zil should be no issue.


I got some doubts Smiley
1 - have the watchdog enable by default to watch if some gpu is dead and restart himself? or we only have the emergency .bat ?
2- can you insert some json config file example? Cool
3- Have lolminer some discord or telegram?
4 - where can we see eth dag countdown time? Smiley

1) Well right now there is only the .bat ... but into this you can insert a line of code to kill the miner and to restart it. But often this does not work, cause a hung up AMD card sadly often requires a rig reboot. So thats why I created the opportunity with this scripts for mining OS to pick up the call to issue a reboot.
2) Yes, ofc
For example:
Code:
{
"DEFAULTS" : {
"DEVICES" : "AUTO",
"APIPORT" : 8080
},

"EXAMPLE_BEAM" :
{
"ALGO" : "BEAM-III",
"POOLS" : [
{"POOL" : "beam.sunpool.top",
"PORT" : "3334",
"USER" : "32f2e8765c2e8f5ea41becc5f397024c94d80cc5fc50ee917af23b260ecb3a5f.testMe",
"PASS" : "x"}
]
},

        "EXAMPLE_GRIN_32" :
{
"ALGO" : "C32",
"POOLS" : [
{"POOL" : "eu.stratum.grin-pool.org",
"PORT" : "3416",
"USER" : "Lolliedieb",
"PASS" : "testRigName"}
]
}
}

This is a file with one default profile (always loaded options) and two coin profiles (that can be selected via --profile). Note that "POOLS" is a vector - so that can have multiple entries for fail-over. Also field "TLS" : 1 can be used in there for activating TLS.

3) I have a telegram channel: https://t.me/lolMiner  Also you can find me e.g. in Red Panda Discord.
4) Good question. Hard to build in the miner, cause the pools do not send the current block height. But the epoch changes every approx 5.5 days



hi, Beam Hash III unsupporte version o drive version amd r9 380 adrenalina 20.10.1 and 20.9.1 same error, any solution?

Oh ... let me check that... and fix for 1.13



Sorry, I was wrong to write about the epoch.
I meant that when the epoch changed to #372 I was already using version 1.12 for a few hours.

Yes, I'm trying these settings too: --keepfree 16 --4g-alloc-size 3992
Currently it seems stable even if the hashrate has dropped by about 2MH  Cry

Your problem is that 3992 MByte is the size for epoch 371 (1024 + epoch*Cool, so with 3992 your miner will already be in Zombie mode and thus mine slower.  Can you test if you can put the --4g-alloc-size higher? (maybe with higher --keepfree)?
Let me try to explain the issue: Windows memory allocation is a pretty mess. Although the card reports x MBytes are free one does not have an always working strategy to get this free memory. In Linux I just need to create two buffer, with the first one in size of cl_device_max_mem_alloc_size (a value the driver reports) and the 2nd buffer taking the rest. Done and works.

On Windows I need to create 4 (!!) buffers to allocate a lot of memory at all. Here then the first one needs to be cl_device_max_mem_alloc_size minus some MBytes (this is controlled via --keepfree) ... using it all does not work different to Linux Sad
The other three buffers need to be around ~64 MByte, where the last one often already has to be 32-48 MByte max. What happens if I take more? Well then the Windows drivers do put them in system memory instead of on the card and the mining drops to 1 mh/s or so ...

So: --keepfree is capping the first buffer, --4g-alloc-size sets the amount of memory for all 4 together. Sadly even 3 identical cards in one rig might act differently in what they accept. Also in one driver (2020.09) my 4G allows a --4g-alloc-size up to 4026 (slightly more then epoch 375) while on an other its only 4008. Also moving same card to a friends rig there then the max is 4016. So well ... it is a mess and I tried to give the two parameters to config it somehow and rewrote the kernel so either configuration does no longer give invalids. But it is hard to predict what this drivers do and if you want to mine ETH really long I would suggest installing a Linux on an USB drive - that is far more reliable.
newbie
Activity: 296
Merit: 0
@Lolliedieb
Hi, after about 12 hours of using version 1.12 I have 0 hw errors, so I can confirm that in my case this issue is solved. Thank you very much.

Today after a while that the epoch has changed, hashrate has dropped to 1.2Mh. Manually restarting the miner without 4GB related parameters, the hashrate returned to normal, but after a while it dropped again. I will try to play with 4GB params hoping to solve.

Same problem here, but the epoch is the same as yesterday Smiley

We should try add :  --keepfree 16 --4g-alloc-size 3992

Let´s test it some hours Smiley

Sorry, I was wrong to write about the epoch.
I meant that when the epoch changed to #372 I was already using version 1.12 for a few hours.

Yes, I'm trying these settings too: --keepfree 16 --4g-alloc-size 3992
Currently it seems stable even if the hashrate has dropped by about 2MH  Cry


Same here 2mh/S exactly less Smiley
With this settings until epoch we can mine? Any form to predict that?
With luck we can mine untill ETH classic fork Smiley
jr. member
Activity: 70
Merit: 3
@Lolliedieb
Hi, after about 12 hours of using version 1.12 I have 0 hw errors, so I can confirm that in my case this issue is solved. Thank you very much.

Today after a while that the epoch has changed, hashrate has dropped to 1.2Mh. Manually restarting the miner without 4GB related parameters, the hashrate returned to normal, but after a while it dropped again. I will try to play with 4GB params hoping to solve.

Same problem here, but the epoch is the same as yesterday Smiley

We should try add :  --keepfree 16 --4g-alloc-size 3992

Let´s test it some hours Smiley

Sorry, I was wrong to write about the epoch.
I meant that when the epoch changed to #372 I was already using version 1.12 for a few hours.

Yes, I'm trying these settings too: --keepfree 16 --4g-alloc-size 3992
Currently it seems stable even if the hashrate has dropped by about 2MH  Cry
newbie
Activity: 296
Merit: 0
@Lolliedieb
Hi, after about 12 hours of using version 1.12 I have 0 hw errors, so I can confirm that in my case this issue is solved. Thank you very much.

Today after a while that the epoch has changed, hashrate has dropped to 1.2Mh. Manually restarting the miner without 4GB related parameters, the hashrate returned to normal, but after a while it dropped again. I will try to play with 4GB params hoping to solve.

Same problem here, but the epoch is the same as yesterday Smiley

We should try add :  --keepfree 16 --4g-alloc-size 3992

Let´s test it some hours Smiley
jr. member
Activity: 70
Merit: 3
@Lolliedieb
Hi, after about 12 hours of using version 1.12 I have 0 hw errors, so I can confirm that in my case this issue is solved. Thank you very much.

Today after a while that the epoch has changed, hashrate has dropped to 1.2Mh. Manually restarting the miner without 4GB related parameters, the hashrate returned to normal, but after a while it dropped again. I will try to play with 4GB params hoping to solve.
newbie
Activity: 26
Merit: 0
hi, Beam Hash III unsupporte version o drive version amd r9 380 adrenalina 20.10.1 and 20.9.1 same error, any solution?
newbie
Activity: 296
Merit: 0

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

I switched this card (580 4GB) from PM to LolM, hashrate is fine but I have a lot of hw errors. It didn't happen before.
I'm trying to lower the clocks but it looks the same.
Win 10 - driver 18.3.4


This should be fixed with newest release Smiley
See lolMiner 1.12 that saw light of day today Smiley

Thanks for the new version,

I got some doubts Smiley
1 - have the watchdog enable by default to watch if some gpu is dead and restart himself? or we only have the emergency .bat ?
2- can you insert some json config file example? Cool
3- Have lolminer some discord or telegram?
4 - where can we see eth dag countdown time? Smiley

Smiley
member
Activity: 1558
Merit: 69
Is it possible to mine ETC and ZIL after the EtcHash fork?
member
Activity: 433
Merit: 48



I switched this card (580 4GB) from PM to LolM, hashrate is fine but I have a lot of hw errors. It didn't happen before.
I'm trying to lower the clocks but it looks the same.
Win 10 - driver 18.3.4


This should be fixed with newest release Smiley
See lolMiner 1.12 that saw light of day today Smiley
jr. member
Activity: 70
Merit: 3
Same problem here almost 10% Hw error shares,
Probably is an internal algo problem miner related...

Ok, thx ... waiting the fix.  Wink
newbie
Activity: 296
Merit: 0

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

I switched this card (580 4GB) from PM to LolM, hashrate is fine but I have a lot of hw errors. It didn't happen before.
I'm trying to lower the clocks but it looks the same.
Win 10 - driver 18.3.4



Same problem here almost 10% Hw error shares,
Probably is an internal algo problem miner related...
jr. member
Activity: 70
Merit: 3



I switched this card (580 4GB) from PM to LolM, hashrate is fine but I have a lot of hw errors. It didn't happen before.
I'm trying to lower the clocks but it looks the same.
Win 10 - driver 18.3.4

newbie
Activity: 9
Merit: 0
The cards are RX 580 4GB on Windows 10 using lolMiner 1.11
newbie
Activity: 296
Merit: 0
Hi,
I have an issue where only one card is mining at full speed an all the other cards are mining at 1 mh/s. How can I fix this?
https://prnt.sc/v8rtnl
Thanks


What are your cards?
newbie
Activity: 9
Merit: 0
Hi,
I have an issue where only one card is mining at full speed an all the other cards are mining at 1 mh/s. How can I fix this?
https://prnt.sc/v8rtnl
Thanks
newbie
Activity: 42
Merit: 0
hi why with rx 460 4gb hashrate on ETH just 11mh later with phonix was 14mh but with 570 working well
member
Activity: 639
Merit: 19
I have been using this miner for 2 years now, in principle, at first this miner started with variations of the algorithm equihash.
Recently I decided to start mining safecoin on the algorithm  equihash 192,7.
but the miner wrote that he does not support mining this coin.
Although Zero mining on the same algorithm is supported and mines normally.
Why is that?

You can mine Safe without any problem just leave it in auto and mine...
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
I have been using this miner for 2 years now, in principle, at first this miner started with variations of the algorithm equihash.
Recently I decided to start mining safecoin on the algorithm  equihash 192,7.
but the miner wrote that he does not support mining this coin.
Although Zero mining on the same algorithm is supported and mines normally.
Why is that?
newbie
Activity: 12
Merit: 0
Does lolMiner supports sparkpool and hiveon pool?
Pages:
Jump to: