Executed .bat File Different than Actual .bat File

In my claymore start.bat file, I have the following (slash is put in before us1 because I can only put 2 links in):
setx GPU_FORCE_64BIT-PIR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool /us1-zcash.flypool.org:3333 -zwal t1ZtgufaQ8MAh1oJF8U3TkzQBPHpk45UtuM.DJRubik -i 4 -zpsw x

However, in the log file of the miner, I get this:
15:39:30:700 16ec args: -zpool eu1-zcash.flypool.org:3333 -zwal t1RjQjDbPQ9Syp97DHFyzvgZhcjgLTMwhaq -zpsw z
15:39:30:706 16ec
15:39:30:712 16ec ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
15:39:30:717 16ec º Claymore’s ZCash AMD GPU Miner v12.6 º
15:39:30:723 16ec ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
15:39:30:728 16ec
15:39:30:941 16ec ZEC: 1 pool is specified
15:39:30:948 16ec Main ZCash pool is eu1-zcash.flypool.org:3333
15:39:31:374 16ec OpenCL platform: AMD Accelerated Parallel Processing
15:39:31:382 16ec OpenCL initializing…
15:39:31:388 16ec driver 10.0.2442.8
15:39:31:392 16ec AMD Cards available: 1
15:39:31:397 16ec GPU #0: Pitcairn, 2048 MB available, 20 compute units
15:39:31:401 16ec GPU #0 recognized as Radeon 270/270X
15:39:31:406 16ec POOL version
15:39:31:410 16ec b571
15:39:31:415 16ec Platform: Windows
15:39:31:646 16ec start building OpenCL program for GPU 0…
15:39:31:655 16ec done
15:39:31:928 16ec GPU #0 is going to use too high intensity (6), not enough GPU memory, intensity value reduced (4)
15:39:31:934 16ec GPU #0 algorithm ASM, intensity 4
15:39:31:939 16ec Total cards: 1

The .bat file isn’t syncing with what the miner actually reads. This leads to the pool not giving me any balance, the hashrate randomly changing, and the intensity having to be automatically reset to 4. What’s going on here?

you’re supposed to set it in the config file, not the bat file

1 Like