I'm definitely missing something @ Keccak.
Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)
When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.
When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.
My .bat is:
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1
My .conf is :
listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205
Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.
try it like this:
cgminer.exe --keccak -o 127.0.0.1:22555 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1
Also, Make sure you have a version of cgminer which has Keccak support.