D:\Cryptocurriencies\cgminer\cgminer.exe --scrypt -o http://127.0.0.1:29334 -u geokilla.1 -p 1234 -thread-concurrency 16320 -I 17 -g 1 -w 256
Is that username and password what you have set in your esportsmoney.conf file? Did you make a shortcut to esportsmoney's wallet and add -server to the end of the target line?
I edited my previous post. Yep it is. Here's my updated esportsmoney.conf:
server=1
rpcuser=geokilla.1
rpcpassword=1234
rpcallowip=127.0.0.1
rpcport=29334
daemon=1
gen=0
maxconnections=50
addnode=162.243.198.168
And the esportsmoney.bat:
D:\Cryptocurriencies\cgminer\cgminer --scrypt -o http://127.0.0.1:29334 -u geokilla.1 -p 1234 -thread-concurrency 16320 -I 17 -g 1 -w 256
I got the desktop shortcut too with -server at the end of the target line.