Pages:
Author

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

jr. member
Activity: 115
Merit: 4
I think ergo and ravencoin are most profitable for 4g, maybe vertcoin
legendary
Activity: 3738
Merit: 1708
Wondering if anyone here has an R9 290 (Hawaii) 4GB Videocard? Any idea if you can mine ETH with it or any other coin for that matter.

I got a few of these left and wondering whether to Craiglist it or mine something. I remember these pulled like 200 Watts hashing at 27MH/s so even with that huge power consumption right now it would still pull a nice profit. If its possible I can put it in the x16 pcie 3.0 slot and wondering if I can get that 27MH/s speed back.

If not is there anything else out there that this GPU is capable of mining anymore these days? Thanks
member
Activity: 639
Merit: 19

You need to know where the hashrate is dropped. After start and some minutes the hashrate is stable.  If it is a drop normally is a card that go down. Have you seen in which card happens that? That could help to try to find the problem

I use Windows 10 pro. the pool is Binance. The same is true in HUB mining pool. The miner does not collapse, he works with a smaller hashrate. It drops from 250-256 to 237-238. My cards are fashionable and well optimized to develop 32mh/s for one card. I just want if there can be a command to restart the miner if the hashrate decreases. This often happens at 8-9 hours of work of the miner.
do you have good airflow. A gpu will thermal throttle if it gets to hot. Which means lower the core clock to attempt to stay under a certain temp.  That would lower ur hashrate. You could also have ur memory clock to high and ur getting memory errors. You can check this by using hwinfo app.

[/quote]

The room is very well cooled. I just need a command to restart the miner if it reduces the hashrate.
[/quote]
full member
Activity: 234
Merit: 100
By mining to bianance you are flagging to approve eip 1559. Eip 1559 will cause a 30 to 60 percent reduction in mining rewards and therefore your profits.profits starting in july. Please use a pool that opposes eip 1559 and supports miners. stopeip1559.org and #stopeip1559
newbie
Activity: 5
Merit: 0



I use Windows 10 pro. the pool is Binance. The same is true in HUB mining pool. The miner does not collapse, he works with a smaller hashrate. It drops from 250-256 to 237-238. My cards are fashionable and well optimized to develop 32mh/s for one card. I just want if there can be a command to restart the miner if the hashrate decreases. This often happens at 8-9 hours of work of the miner.
[/quote]
do you have good airflow. A gpu will thermal throttle if it gets to hot. Which means lower the core clock to attempt to stay under a certain temp.  That would lower ur hashrate. You could also have ur memory clock to high and ur getting memory errors. You can check this by using hwinfo app.

[/quote]

The room is very well cooled. I just need a command to restart the miner if it reduces the hashrate.
member
Activity: 639
Merit: 19
I use Windows 10.
I found it is difficult to identify which card is too much overclocked.
Log file can't help me...

The 1st card that goes to 0mHs...

Okay!  I would try it.  Thank you!

Normally that goes to 0 is for this reasons:

- Too much undervolt in the Core Voltage
- Too much OC in the Memory
- Riser Problem
- Socket Problem
- PSU Probem
newbie
Activity: 45
Merit: 0
I use Windows 10.
I found it is difficult to identify which card is too much overclocked.
Log file can't help me...

The 1st card that goes to 0mHs...

Okay!  I would try it.  Thank you!
full member
Activity: 215
Merit: 100
Is there anyway to check what value that --zombie-tune on running rig (command line like press "S" for status at TRM)?

In HiveOS: cat /var/log/miner/lolminer/lolminer.log | grep ": --zombie-tune"
Ah, thank you yo.
member
Activity: 639
Merit: 19
I use Windows 10.
I found it is difficult to identify which card is too much overclocked.
Log file can't help me...

The 1st card that goes to 0mHs...
member
Activity: 639
Merit: 19
Is there anyway to check what value that --zombie-tune on running rig (command line like press "S" for status at TRM)?

In HiveOS: cat /var/log/miner/lolminer/lolminer.log | grep ": --zombie-tune"
full member
Activity: 215
Merit: 100
Is there anyway to check what value that --zombie-tune on running rig (command line like press "S" for status at TRM)?
newbie
Activity: 45
Merit: 0
I use Windows 10.
I found it is difficult to identify which card is too much overclocked.
Log file can't help me...
member
Activity: 639
Merit: 19
Hi jgonzi,

   Recently, my mixed 470&570 rig always halts when I am asleep!
But I found nothing abnormal in log file.  How can I know which card is unstable source?
Any method to examine it?

Which OS system do you have?... With Windows 10 I found sometime are updates during night that make the system to reboot. In case is Linux it could be something related to OC or Undervolt...
newbie
Activity: 1
Merit: 0
By analogy with rx 400/500 4GB, will rx 5500 4GB work?
newbie
Activity: 45
Merit: 0
Hi jgonzi,

   Recently, my mixed 470&570 rig always halts when I am asleep!
But I found nothing abnormal in log file.  How can I know which card is unstable source?
Any method to examine it?
full member
Activity: 234
Merit: 100

[/quote]


I use Windows 10 pro. the pool is Binance. The same is true in HUB mining pool. The miner does not collapse, he works with a smaller hashrate. It drops from 250-256 to 237-238. My cards are fashionable and well optimized to develop 32mh/s for one card. I just want if there can be a command to restart the miner if the hashrate decreases. This often happens at 8-9 hours of work of the miner.
[/quote]
do you have good airflow. A gpu will thermal throttle if it gets to hot. Which means lower the core clock to attempt to stay under a certain temp.  That would lower ur hashrate. You could also have ur memory clock to high and ur getting memory errors. You can check this by using hwinfo app.
member
Activity: 639
Merit: 19
Is there a command for the lol miner to restart if the megahash falls below certain values? Phoenix Miner has it and it is a very convenient feature.

This is for Windows it will restart if goes to 0. You can also play with the watchdog to run the script...in case a error happens.

This script in case hash 0 in Windows:

@echo off

setlocal enableDelayedExpansion
set url=http://127.0.0.1:4444
set file=lolMiner.json
set tmpfile=Perfomance.json

Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################

set "POOL=eth.2miners.com:2020"
set "WALLET=0x155da78b788ab54bea1340c10a5422a8ae88142f.lolMinerWorker"

Rem #################################
Rem ## End of user-editable part ##
Rem #################################

:loop
start lolMiner.exe --algo ETHASH --pool !POOL! --user !WALLET! --apiport 4444

:mining
timeout 120
type NUL > %file%
type NUL > %tmpfile%
echo Proving Stats, press CTRL-C and Y to Quit!
certutil -urlcache -split -f %url% %file%

fc %file% %tmpfile% > nul
if errorlevel 1 (goto online) else (goto crash)

:online
findstr "Performance_Summary" %file% > %tmpfile%

FOR /F "tokens=* delims=" %%x in (%tmpfile%) DO echo %%x

for /f "tokens=* delims= " %%a in (%tmpfile%) do set str=%%a
if "%str%"==""Performance_Summary": 0.00," (goto restart) else (goto mining)

:restart
echo "Killing Process"
taskkill /IM "lolMiner.exe" /F
echo "Restarting lolMiner"
goto loop

:crash
echo "LolMiner Not Running, restarting lolMiner"
goto loop


This script to watchdog emergency.bat

setlocal enableDelayedExpansion

Rem ##################################
Rem ## Emergency script in case the ##
Rem ## miner crashes. User defined ##
Rem ## actions to be inserted here ##
Rem ##################################

taskkill /im "lolMiner.exe" /F

C:\your_lolminer_folder\your_mine_eth_or_etc_or_beam_file.bat
newbie
Activity: 5
Merit: 0
Is it the same time every day this happens?

If it's for my problem, YES, I have a hash rate every night. That's why I'm looking for a way to restart the miner when the hashrate falls. With the phoenix miner I don't have this problem but with lol I have a higher hash rate. 8xRX580 sapphire nitro+ 8GB=250-256mh/s   Is it so difficult to make a command to restart the miner, almost all miners have one.
could you be specific. What os are you on. what happens. the miner keeps going with low hash or it crashes. Take screenshots or photos. There could be many issues cause u problems. Also, are you going of the miner hashrate or the pool?


I use Windows 10 pro. the pool is Binance. The same is true in HUB mining pool. The miner does not collapse, he works with a smaller hashrate. It drops from 250-256 to 237-238. My cards are fashionable and well optimized to develop 32mh/s for one card. I just want if there can be a command to restart the miner if the hashrate decreases. This often happens at 8-9 hours of work of the miner.
full member
Activity: 234
Merit: 100
Is it the same time every day this happens?

If it's for my problem, YES, I have a hash rate every night. That's why I'm looking for a way to restart the miner when the hashrate falls. With the phoenix miner I don't have this problem but with lol I have a higher hash rate. 8xRX580 sapphire nitro+ 8GB=250-256mh/s   Is it so difficult to make a command to restart the miner, almost all miners have one.
could you be specific. What os are you on. what happens. the miner keeps going with low hash or it crashes. Take screenshots or photos. There could be many issues cause u problems. Also, are you going of the miner hashrate or the pool?
newbie
Activity: 5
Merit: 0
Is it the same time every day this happens?

If it's for my problem, YES, I have a hash rate every night. That's why I'm looking for a way to restart the miner when the hashrate falls. With the phoenix miner I don't have this problem but with lol I have a higher hash rate. 8xRX580 sapphire nitro+ 8GB=250-256mh/s   Is it so difficult to make a command to restart the miner, almost all miners have one.
Pages:
Jump to: