Bitcoin Forum
May 18, 2024, 12:05:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 149 »
  Print  
Author Topic: lolMiner 1.64: Fastest Kaspa miner in market  (Read 155247 times)
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 20, 2020, 07:39:50 AM
 #1721

can it control fan either?
i have got problem in separating one card from other.. i want to enter different wallets
--devices 0,1,2,3,4,5,6 --devices 7
it freezes in miner setting up

You can control temp of the gpus, to avoid and extra hot.

--tstop 75 --tstart 55 --tmode edge   -->  will mine until GPU arrive to 75C, then will stop until GPU is 55C to continue mining

--tstop 96 --tstart 72 --tmode memory  -->  will mine until Memory arrive to 96C, then will stop until Memory temp is 72C, but that is only possible for Navi's

If you want to put 2 wallets you should run 2 instances of lolMiner.

stopping mining is different than controlling fan speed .. we are awaiting for fan speed control and clock frequency setter in app....
running two different instance doesn't work well
It is a protection for cards, for example to avoid in case a fan is broken the card gets damaged.
batsonxl
Member
**
Offline Offline

Activity: 1196
Merit: 26


View Profile
December 20, 2020, 09:12:04 AM
 #1722

hello people.
I have small issue. after 2-4hours mining there is no crash nothing miner says press any key to continue and exit. then i press again bat file conitune mining. why miner stops? or is there any way i can restart it automatically? thanks
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
December 20, 2020, 11:24:52 AM
 #1723

Thanks for update! ETA for Windows version? Does you look into video playback freezes?

I hope for the Windows version soon - though does not depend on me, but on the code signing authority. But in case it takes to long I will put an unsigned version online and re-upload with code signature once it is done.
Wrt your other question: yes, the new version can allow either all or one specific card to use only one mining thread, freeing some resources for other tasks. At least on my desktop it did help to be able to browse and play youtube while the first card was mining - then a bit slower, but it was working.
New parameter for it is --singlethread
I tried --singlethread option for RX 580 8Gb card. It decrease speed about 2% (0.6MH/s). But videoplayback on videoplayer using DXVA videooutput didn't became normal. It still like slowmo... Youtube videoplayback is normal. It can freeze only on high resolutions like 1060p.
Telker
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 20, 2020, 12:11:24 PM
 #1724


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 20, 2020, 12:21:14 PM
 #1725


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart
Telker
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 20, 2020, 12:30:28 PM
 #1726


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 20, 2020, 01:07:25 PM
 #1727


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
Change it too:
:loop

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker

goto loop
Ortadan
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 20, 2020, 02:30:46 PM
 #1728

With the new size of dag 383 there is some way to have full hashrate on 4gb cards or to improve my hashrate?

--4g-alloc-size 4080 --keepfree 5             Epoch 382: 385MHS
--4g-alloc-size 4080 --keepfree 5             Epoch 383: 358MHS

All this on a 13 RX570 4GB RIG
batsonxl
Member
**
Offline Offline

Activity: 1196
Merit: 26


View Profile
December 20, 2020, 02:36:53 PM
 #1729


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
Change it too:
:loop

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker

goto loop
thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
December 20, 2020, 03:46:03 PM
 #1730

With the new size of dag 383 there is some way to have full hashrate on 4gb cards or to improve my hashrate?

--4g-alloc-size 4080 --keepfree 5             Epoch 382: 385MHS
--4g-alloc-size 4080 --keepfree 5             Epoch 383: 358MHS

All this on a 13 RX570 4GB RIG

Just want you to know, that --keepfree 5 is not needed any more when 4G alloc size is set  - at least not in Linux, only for Windows it would make a difference (but Eth is pretty dead on Windows already)
The decrease to 93% of original speed is pretty normal here for epoch 383 kicking in, since 382 did fit perfectly to the memory, but 383 does no longer. Thats the fate with Zombie mode, it will decrease on every further epoch - at least on the 4G cards :/



thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.

No, pretty sure this is no driver crash. Rather something in pool communication that went wrong, because it did crash exactly the moment where it did submit a share and was waiting for pool response. I will compare the code to see if there is some bug in (but this should not be changed for 1.17 ... hmm ... anyways, I will double check it)

Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
batsonxl
Member
**
Offline Offline

Activity: 1196
Merit: 26


View Profile
December 20, 2020, 03:53:27 PM
 #1731

With the new size of dag 383 there is some way to have full hashrate on 4gb cards or to improve my hashrate?

--4g-alloc-size 4080 --keepfree 5             Epoch 382: 385MHS
--4g-alloc-size 4080 --keepfree 5             Epoch 383: 358MHS

All this on a 13 RX570 4GB RIG

Just want you to know, that --keepfree 5 is not needed any more when 4G alloc size is set  - at least not in Linux, only for Windows it would make a difference (but Eth is pretty dead on Windows already)
The decrease to 93% of original speed is pretty normal here for epoch 383 kicking in, since 382 did fit perfectly to the memory, but 383 does no longer. Thats the fate with Zombie mode, it will decrease on every further epoch - at least on the 4G cards :/



thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.

No, pretty sure this is no driver crash. Rather something in pool communication that went wrong, because it did crash exactly the moment where it did submit a share and was waiting for pool response. I will compare the code to see if there is some bug in (but this should not be changed for 1.17 ... hmm ... anyways, I will double check it)
Lolliedieb thanks for looking. on post  #1742 shared screenshot this exactly same error i get too. i have to restart miner then again stops.
miner29
Full Member
***
Offline Offline

Activity: 1264
Merit: 138


View Profile
December 20, 2020, 05:22:01 PM
 #1732

With the new size of dag 383 there is some way to have full hashrate on 4gb cards or to improve my hashrate?

--4g-alloc-size 4080 --keepfree 5             Epoch 382: 385MHS
--4g-alloc-size 4080 --keepfree 5             Epoch 383: 358MHS

All this on a 13 RX570 4GB RIG

Just want you to know, that --keepfree 5 is not needed any more when 4G alloc size is set  - at least not in Linux, only for Windows it would make a difference (but Eth is pretty dead on Windows already)
The decrease to 93% of original speed is pretty normal here for epoch 383 kicking in, since 382 did fit perfectly to the memory, but 383 does no longer. Thats the fate with Zombie mode, it will decrease on every further epoch - at least on the 4G cards :/



thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.

No, pretty sure this is no driver crash. Rather something in pool communication that went wrong, because it did crash exactly the moment where it did submit a share and was waiting for pool response. I will compare the code to see if there is some bug in (but this should not be changed for 1.17 ... hmm ... anyways, I will double check it)
Lolliedieb thanks for looking. on post  #1742 shared screenshot this exactly same error i get too. i have to restart miner then again stops.

Try lowering the 4080 to 4072 or lower
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 20, 2020, 06:53:22 PM
 #1733

With the new size of dag 383 there is some way to have full hashrate on 4gb cards or to improve my hashrate?

--4g-alloc-size 4080 --keepfree 5             Epoch 382: 385MHS
--4g-alloc-size 4080 --keepfree 5             Epoch 383: 358MHS

All this on a 13 RX570 4GB RIG

Just want you to know, that --keepfree 5 is not needed any more when 4G alloc size is set  - at least not in Linux, only for Windows it would make a difference (but Eth is pretty dead on Windows already)
The decrease to 93% of original speed is pretty normal here for epoch 383 kicking in, since 382 did fit perfectly to the memory, but 383 does no longer. Thats the fate with Zombie mode, it will decrease on every further epoch - at least on the 4G cards :/



thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.

No, pretty sure this is no driver crash. Rather something in pool communication that went wrong, because it did crash exactly the moment where it did submit a share and was waiting for pool response. I will compare the code to see if there is some bug in (but this should not be changed for 1.17 ... hmm ... anyways, I will double check it)
Lolliedieb thanks for looking. on post  #1742 shared screenshot this exactly same error i get too. i have to restart miner then again stops.

Try lowering the 4080 to 4072 or lower


Completely agree... with @miner29
The developer said... 1 by 1 until it works... the highest value the most Mhs. Also it helps  if you have as primary a GPU intel or a 8Gb, to let more space in the 4Gb cards
Cryptomining2003
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
December 20, 2020, 08:48:31 PM
 #1734

the whole operating system freezed....so no log Sad

normally when a card freezes hiveos shows which card and reboots automatically...but not when all is stuck. how can the miner freeze the whole system?

you can try to enter in console, be sure you have log-on activaded if not write "log-on" and reboot. If another time happens... you will have a log in /var/log/miners/lolminer/... it will be really easy to see where it could be the problem.


Here´s the end of the log file after around 2 hours of mining. logging stopped hard as the operation system freezed. can you read anything out of it? I really would like to use lolminer as it saves lots of energy....

https://imgur.com/a/AyP2qRN
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 20, 2020, 08:54:43 PM
 #1735

the whole operating system freezed....so no log Sad

normally when a card freezes hiveos shows which card and reboots automatically...but not when all is stuck. how can the miner freeze the whole system?

you can try to enter in console, be sure you have log-on activaded if not write "log-on" and reboot. If another time happens... you will have a log in /var/log/miners/lolminer/... it will be really easy to see where it could be the problem.


Here´s the end of the log file after around 2 hours of mining. logging stopped hard as the operation system freezed. can you read anything out of it? I really would like to use lolminer as it saves lots of energy....



In the photo I see a go down Mhs in Gpu0 and Gpu 2 before the crash...
Which is your OC? To see if I can help on it... to discard problems.

It will be useful memory and OC. I think the 4 cards are 5700
Telker
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 20, 2020, 09:40:02 PM
 #1736


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
Change it too:
:loop

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker

goto loop
thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.


https://ibb.co/TL46zny


with this command line the program closed on its own after 3 hours
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 21, 2020, 08:09:49 AM
 #1737


my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
Change it too:
:loop

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker

goto loop
thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.


https://ibb.co/TL46zny


with this command line the program closed on its own after 3 hours

Your fault is that you put :loop after the lolminer command, and you don't have put the "goto loop" you should put it like this:

:loop
lolminer ....... (all the actual arguments you have now)
goto loop
Cryptomining2003
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
December 21, 2020, 09:05:05 AM
 #1738

the whole operating system freezed....so no log Sad

normally when a card freezes hiveos shows which card and reboots automatically...but not when all is stuck. how can the miner freeze the whole system?

you can try to enter in console, be sure you have log-on activaded if not write "log-on" and reboot. If another time happens... you will have a log in /var/log/miners/lolminer/... it will be really easy to see where it could be the problem.


Here´s the end of the log file after around 2 hours of mining. logging stopped hard as the operation system freezed. can you read anything out of it? I really would like to use lolminer as it saves lots of energy....

https://imgur.com/a/AyP2qRN

In the photo I see a go down Mhs in Gpu0 and Gpu 2 before the crash...
Which is your OC? To see if I can help on it... to discard problems.

It will be useful memory and OC. I think the 4 cards are 5700

There´s 3 cards which drop mhash....after 2 hours of stable mining simultanously 3 cards crash due to overclocking within 10 seconds? cant believe that it´s my overclocking settings.
jgonzi
Member
**
Offline Offline

Activity: 639
Merit: 19


View Profile
December 21, 2020, 05:32:15 PM
 #1739

the whole operating system freezed....so no log Sad

normally when a card freezes hiveos shows which card and reboots automatically...but not when all is stuck. how can the miner freeze the whole system?

you can try to enter in console, be sure you have log-on activaded if not write "log-on" and reboot. If another time happens... you will have a log in /var/log/miners/lolminer/... it will be really easy to see where it could be the problem.


Here´s the end of the log file after around 2 hours of mining. logging stopped hard as the operation system freezed. can you read anything out of it? I really would like to use lolminer as it saves lots of energy....



In the photo I see a go down Mhs in Gpu0 and Gpu 2 before the crash...
Which is your OC? To see if I can help on it... to discard problems.

It will be useful memory and OC. I think the 4 cards are 5700

There´s 3 cards which drop mhash....after 2 hours of stable mining simultanously 3 cards crash due to overclocking within 10 seconds? cant believe that it´s my overclocking settings.

It can happen when 1 card crash block by the read of temperatures... so the important is to see which makes the crash before. Which drivers are you using?.  That will also help developer...
Snowykingdom
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 22, 2020, 12:13:23 AM
 #1740

Hi All,

Been using Lolminer for beam mining on rx570 4gb, but it keeps closing after some times.
Already try it on default speed or custom but still the same.

my bat:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

setlocal enableDelayedExpansion

lolMiner --coin BEAM --tls 1 --pool us-solo-beam.2miners.com --port 5454 --user wallet.RIG --pass x --timeprint on --keepfree 5

Is there anything to be add/ tweak? Please advice.

Thanks.
Pages: « 1 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 [87] 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 ... 149 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!