Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
relax69
on 26/05/2022, 04:21:39 UTC
One of my rigs stopped and now won't restart. It's giving the  “not recognized as an internal or external command". I've spent over an hour doing all the usual things but it still won't work.
Does my .bat file look ok to you please? i can't see anything wrong with it. It has the full path in there

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
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
C:\Users\miner3\Downloads\PhoenixMiner_6.2c_Windows\PhoenixMiner_6.2c_Windows -pool eth-eu2.nanopool.org:9999 -wal **************/rig4 -pass x
pause


This part locks wrong to me: -wal **************/rig4

See the bat file example in the miner's directory here:

Code:
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://eu1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal 0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001
pause