GMinerRelease icon indicating copy to clipboard operation
GMinerRelease copied to clipboard

2.93/2.94 run as administrator

Open sh0ra1t opened this issue 3 years ago • 1 comments

The full path is needed in order to run as administrator.

Edit the bat files and instead of "miner.exe" put the full pwd.

Example for eth: C:\Users\joaoc\Desktop\Miners\gminer_2.93_windows64\miner.exe --algo ethash --server stratum+tcp://<> --user <>.3080ti pause

sh0ra1t avatar May 13 '22 11:05 sh0ra1t

you do not need the full path if you add the below command as first line of the .bat file: pushd %~dp0

edisonchan avatar May 15 '22 03:05 edisonchan