Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: hut7 on March 26, 2020, 05:13:55 PM



Title: Phoenix Miner 4.9c Windows Configuration and Start Up
Post by: hut7 on March 26, 2020, 05:13:55 PM
I have configured the my pool , wallet # ,and rig name in the Phoenix Miner configuration file .The log correctly displays my information , however, when I run the start up of the program it still displays the default configuration information under my user name. What could I do to get this to work correctly?


Title: Re: Phoenix Miner 4.9c Windows Configuration and Start Up
Post by: waywoos on March 27, 2020, 02:01:37 PM
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://us1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal 0xPUTYOURWALLETADDRESSHERE.rig

pause


Title: Re: Phoenix Miner 4.9c Windows Configuration and Start Up
Post by: waywoos on March 27, 2020, 02:12:28 PM
you can add a second different pool. as you see i have 2 the same.
ethermine is good and has not went down in a long time. i suggest you do however.
that is ur choice.
paste that in a notepad and call it whatever you want.  rename it and add .bat to the end of it.
put it in the phoenix miner folder and it will then start for you

i see this is ur first post so i figured id give you a quick way and from their you can experiment and learn different commands and such.
try adding a second back up pool would be great for you to learn.