So i tried to start to mine ubiq. I am using the ubiq pool and claymore. I copied the bat from ubiq pool and added wallet address and the lines you need for nivida cards. When i go to open the bat file. The command window opens and shuts super fast. I don't even have time to see what it says. Any help would be greatly appreciated. Still kinda new to minning learning the ropes. Maybe i missed something. Also tried a bat file from a guy on youtube. Does the same thing. What am I doing wrong. I set virtual memory to 16000 as it says to do in the read mefile as well as restarted the rig. Thanks to anyone that can point me in the right direction.
My ethminer .bat file, this "pause" lets you see, why programm quits:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
ethminer -G -F http: // eu. ubiqpool. io: 8888/0xdf02089cf6944dc5e4b86ef355b0e08575ba52ea/50
pause
And my claymore miner .bat file:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool stratum+tcp: // eu. ubiqpool .io : 8008 -ewal 0xdf02089cf6944dc5e4b86ef355b0e08575ba52ea -epsw x -eworker asus -allpools 1 -allcoins 1
pause