Search content
Sort by

Showing 7 of 7 results by dusan_silni
Post
Topic
Board Mining (Altcoins)
Re: HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 18/02/2021, 03:43:37 UTC
Nope, i will also try your timer. The miner i use and it works perfect is NBminer, but as u said i prefer phoenix, has more hashrate tbh.
Code:
@echo off
:loop
start "YOURBATNAME.bat" "YOURBATNAME.bat"
timeout /t 1200 >null
taskkill /f /im "PhoenixMiner.exe" >null
timeout /t 7 >null
goto loop
Insert your batfile name you use to run phoenixminer, note that you should try t 3600 first (1 hour) than reduce if needed...I had to put 1200 (20mins) bc if I dont there are still gaps in miner activity. Use timer to run miner when you create it. For further notice, if you plan to use your pc without being interrupted every 20mins by cmd window popping up create shortcut of your BAT first, properties/run minimized, then create timer like this:
Code:
@echo off
:loop
start "YOURBATNAME - Shortcut" "YOURBATNAME.bat - Shortcut"
timeout /t 1200 >null
taskkill /f /im "PhoenixMiner.exe" >null
timeout /t 7 >null
goto loop

Hope this helped.
Post
Topic
Board Mining (Altcoins)
Re: HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 17/02/2021, 20:12:11 UTC

I don't mean to degrade this teamredminer but it performs very worse for me compare to other miners, maybe it's because I'm using from nicehash software? I could be wrong but it's pretty bad inside nicehash, hashrate is very very low compared to phoenix miner
[/quote]

Sadly, same for me. Just tried, phoenix gives me best hashrate by far...

Same problem almost a month now my GPU is RX 5500 XT. Had to change miner to fix it. The problem occurs when the developer is trying to take his fee and changing from my pool to ethermine pool then the miner stucks. Also if i set ethermine as my pool - miner is not starting.

Any luck solving? I still cant get any workaround other then setting timer (see posts above).
Post
Topic
Board Mining (Altcoins)
Re: HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 17/02/2021, 17:31:25 UTC


Try Team Red Miner, this miner is one of the best for AMD video cards and it has a version for windows
https://bitcointalk.org/index.php?topic=5059817
This miner has a reduced commission for video cards with a Polaris chip.
What AMD drivers are you using?
What is the size of the virtual memory file? You need to install at least 16 GB.




I'll give TeamRed miner a shot. VM is set to 32GB.

I see you have 2 cards.  I would start up 2 different instances, each mining with 1 card, and see if it still happens.  If one of them hangs, and the other doesn't that doesn't tell us the problem, but at least narrows it down  Grin

Tried that, same thing...its something network related...
Post
Topic
Board Mining (Altcoins)
Re: Rx580 overclocking
by
dusan_silni
on 16/02/2021, 13:19:22 UTC
Looking for accurate overclock settings for RX580 graphic cards  and I believe we still have many users using this cards for crypto mining, please drop and share me your overclock settings

For ETH I use 1130 core, 2040 memory, both using watman (use performance tuning tab under radeon settings) both gpu and mem controler 880mv, and memory timing 1 (samsung memory), for hynix use mt 2, not sure about micron and others. My oc is playing safe 31mhs 62w in miner (probably 110w from the wall), put your fans up to keep it under 70c, preferably 65 - 66, better burn fan than gpu, pair of fans is 10usd

IMO mem OC 2100+ is just degrading mem chips for 2 extra mhs, not worth it. You can put your core to 1200 and mem to even 2200 if you have hynix mem, but its just not worth it, save your gpu long terms.

Oh, and if you use phoenixminer rxboost command will get you around 31mhs with safe settings above. Hope this helped.
Post
Topic
Board Mining (Altcoins)
Re: HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 16/02/2021, 10:33:03 UTC
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

PhoenixMiner.exe -pool ssl://eu1.ethermine.org:4444 -pool2 ssl://us1.ethermine.org:5555 -wal 0x30000000000000000000000000000000.worker1
 
pause

ssl://  You may have forgotten this.
Use my BAT file and everything will work for you.
I already forgot how to configure the Bat file for Windows Smiley

Unfortunately I already tried ssl before, tried your bat as well, no luck. Thanks anyway. I also tried disabling AV and firewall, although I made rules with exceptions for miner, tried connecting to another network, still seems like any of the ethermine ports dont work. Ethermine wont even start making DAG (it says connected with green letters but thats it) no error messages just stays like that, Tested hiveon, nanopool, sparkpool, ezil, it all works just fine (my oc is mild, not pushing gpus hard, mild underclock and undervolt, memory untouched just tighter timings - temps 65c, vents around 50%), tried with cards on stock values too, but even on those pools there is time (every 20mins, sometimes 30-40) there is a line DEVFEE which changes current pool temporarily to ethermine, my guess is that Phoenixminer's devs charge that little bit of fee through ethermine and my miner still just stops ,window is there, doesnt close, it doesnt freeze its responsive, no error message just stays like that, as I wrote on my 1st post I have to use timer set to 20mins to have miner active. rmode command doesnt help either, because its restarts miner when gpu stops responding, and this seems like network issue which is seriously messing with my head for a month, just doesnt make sense. I can still mine, its just every 20mins I lose 30-40 secs when timer resets while gpus "warm up" that I dont have to lose if I solve this...
Post
Topic
Board Mining (Altcoins)
Re: HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 15/02/2021, 21:04:59 UTC
"C:\PhoenixMiner_5.5c_Windows\PhoenixMiner.exe" -pool eu1.ethermine.org:4444 -proto 2 -wal 0xxxxxxxxxxxxxxxxxxxxxxxxxxxxx -worker xxxxxx

Bare naked last try, tried with . between wal and worker, pause at the end (rx boost which I put for my polaris gpus) nothing changes. Proto is excluded usaually, this wal my last try. But it also just stops on other pools when it comes to devfee which changes to ethermine for a few secs, but should get back to the pool I mine on, right? It just hangs there instead.
Post
Topic
Board Mining (Altcoins)
Topic OP
HELP: Phoenix miner hangs on Ethermine pool
by
dusan_silni
on 15/02/2021, 20:43:38 UTC
Hi everyone. I'm new on this forum. I have a problem, every other pool works fine using phoenixminer, except Ethermine (even using other pools every 20mins or so there is a line DEVFEE - suppose phoenix developer fee which autoconnects to ethermine port and should get back to whichever pool I currently mine on, but hangs still) , I had to create timer batch file to pause and run again every 20mins to gen consistant miner activity. Does anyone have an idea how to solve this? I'm using 5.5c latest. Thanks.