Been a while since I used Claymore. I can't connect. Getting a "parsing error on Line 0" of config.
My bat file:
ZecMiner64.exe
-zpool ssl://stratum+tcp://pool.vidulum.app:3032
-zwal v1SbhpPcd6ntsiBKkncwtBmd1Zm7d4Au8Rh
-zpsw z
-ftime 1
-i 3
-tt 75
I can connect if I leave the "pools" text as is, but it's not the right pool or addy. I tried changing pools text to my info but no luck. Anyone have a working config?
Hey there, if you remove the ssl: in front of the zpool line you should be good to go. should look like:
-zpool stratum+tcp://pool.vidulum.app:3032
This is what my claymore .bat file looks like:
GPU_FORCE_64BIT_PTR 1
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100
ZecMiner64.exe -zpool stratum+tcp://pool.vidulum.app:3032 -zwal ADDRESS.worker -zpsw x -allpools 1 -i 8
pause