So just for future reference, why is it that I'm getting the message "Pool 0 slow/down or URL or credentials invalid" when trying to solo mine?
My .conf file was in:
C:\Users\Username\AppData\Roaming\giftcoin
And had this in it:
server=1
listen=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8855
addnode=199.241.191.148:8855
addnode=71.233.50.143:8855
addnode=216.66.72.62:8855
And yes, I was running Giftcoin-qt.exe with the -server tag.
This was my .bat file:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --scrypt -o 127.0.0.1:8855 -u user -p pass -I 11,20 --temp-target 77,80 --auto-fan --gpu-engine 900,1000 --gpu-memclock 800,1250 --queue 0 --scan-time 2 --expiry 2
Is that not correct?
you have to wait until the wallet fully syncs before launching your cgminer...maybe that was your problem.