Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Apostlekin$$$ on March 02, 2021, 12:32:39 PM



Title: Share me your phoenixminer config
Post by: Apostlekin$$$ on March 02, 2021, 12:32:39 PM
Can someone share me their phoenixminer config for ethereum mining? No matter how much I tried I always get error failed when launch the miner, probably the way I config the miner? Thanks


Title: Re: Share me your phoenixminer config
Post by: mado18 on March 02, 2021, 12:59:36 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



Title: Re: Share me your phoenixminer config
Post by: zorachus99 on March 02, 2021, 01:13:44 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



Interesting config.  What card are you mining with? 


Title: Re: Share me your phoenixminer config
Post by: mado18 on March 02, 2021, 01:38:44 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



Interesting config.  What card are you mining with?  

I have a couple of 3060ti's and 3070's and they are doing 61 ~ 63 mh with 120 ~ 132w


Title: Re: Share me your phoenixminer config
Post by: tg88 on March 02, 2021, 02:46:32 PM
Can someone share me their phoenixminer config for ethereum mining? No matter how much I tried I always get error failed when launch the miner, probably the way I config the miner? Thanks

Share your command line, this way it will be possible to analyze where the problem is ... Start with a simple command line and then improve it.

What is the error displayed on the miner? list your rig specifications.


Title: Re: Share me your phoenixminer config
Post by: Ceyflix-Rez on March 02, 2021, 03:42:34 PM
It's better to share your command line or take a screenshot of the error you getting and share it here or use mado18 config first and drop a feedback, I had same issue because I always use Nicehash only but got it after few trials


Title: Re: Share me your phoenixminer config
Post by: rambetiko on March 02, 2021, 07:22:13 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



can you share for pny and palit 3090 gpu settings?


Title: Re: Share me your phoenixminer config
Post by: mado18 on March 02, 2021, 09:06:25 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



can you share for pny and palit 3090 gpu settings?

sorry, I don't have a 3090 gpu, but it should be similar, just adjust the parameters.


Title: Re: Share me your phoenixminer config
Post by: Sledge0001 on March 02, 2021, 10:42:00 PM
@setlocal enableextensions
@cd /d "%~dp0"
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 eth-eu.sparkpool.com:3333 -pool2 eth-eu.sparkpool.com:13333 -wal WalletId.WorkerName/emailAddress -retrydelay 1  -tt 60 -tstop 70 -tstart 65 -fanmin 30 -Rmode 1  -minRigSpeed 40   -powlim 1:-45,2:-50,3:-50,4:-50,5:-50,6:-45 -mclock 1:+1400,2:+1380,3:+1380,4:+1350,5:+1400,6:+1300 -mcdag 1 -nvidia

The first part is to enable it to run as admin. The parameters powlim, mclock and mcdag helps you not to need afterburner, the other are general parameters, you can find them in phonenix documentation.

Hope it helps.



can you share for pny and palit 3090 gpu settings?


I run 4 x PNY 3090's but use Afterburner for the OC...

REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool ssl://us2.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -prate 0.10 -gpus 1,2,3,4, -nvNew 1 -astats 1 -wdtimeout 150 -rmode 2 -log 0 -nvidia -lidag 2 -minRigSpeed 440 -cdm 0 -fret 3 -wal sanitized.Rig001 -proto 3 
pause




Title: Re: Share me your phoenixminer config
Post by: rambetiko on March 04, 2021, 07:50:06 PM

can you share for pny and palit 3090 gpu settings?


I run 4 x PNY 3090's but use Afterburner for the OC...

REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool ssl://us2.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -prate 0.10 -gpus 1,2,3,4, -nvNew 1 -astats 1 -wdtimeout 150 -rmode 2 -log 0 -nvidia -lidag 2 -minRigSpeed 440 -cdm 0 -fret 3 -wal sanitized.Rig001 -proto 3 
pause

thank you
what is your OC settings, hashrate and vram temp? i wanted best settings.


Title: Re: Share me your phoenixminer config
Post by: Sledge0001 on March 05, 2021, 11:20:27 AM

can you share for pny and palit 3090 gpu settings?


I run 4 x PNY 3090's but use Afterburner for the OC...

REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool ssl://us2.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -prate 0.10 -gpus 1,2,3,4, -nvNew 1 -astats 1 -wdtimeout 150 -rmode 2 -log 0 -nvidia -lidag 2 -minRigSpeed 440 -cdm 0 -fret 3 -wal sanitized.Rig001 -proto 3 
pause

thank you
what is your OC settings, hashrate and vram temp? i wanted best settings.


Depending on GPU I am seeing between 308 - 324W of power being used.
Vram is +1000 to +1020 that's getting me 120MH/s when using Phoenix and Ethermine.org

Vram Temps are being kept in check with supplemental box fans blowing down on the cards from above plus the open air rack fans from behind.