Thanks for all the respons but it doesnt work

My conf now look like this
rpcuser=rabbitcoin
rpcpassword=fluffytail
rpcconnect=127.0.0.1
rpcport=12555
addnode=107.170.47.66
addnode=162.243.109.193
addnode=162.243.212.143
cgminer --scrypt -o localhost:22555 -u rabbitcoin -p fluffytail
the rpcport needs to be the same as the port to the localhost in your .bat file. Change it to...
cgminer --scrypt -o localhost:12555 -u rabbitcoin -p fluffytail