Yes i have 90.000 KHS so that should be 90mh/s right

So i go solo! Is there no way to set up a unix based solo miner? Or is the only way to go to mine directly to ONE windows computer with QT running on it?
You can give it a try and see how stable it is. But as Sultanen mentioned, diff is going up so it might not be the best idea.
How to:Set up a Windows PC and get the latest client. Start it as server (create start.bat in the same folder as the .exe file and input start dogecoin-qt.exe -server).
Create dogecoin.conf in the %appdata% folder and input:
rpcuser=anyusername
rpcpassword=anypassword
addnode=67.205.20.10
addnode=146.185.181.114
addnode=95.85.29.144
addnode=78.46.57.132
addnode=188.165.19.28
addnode=162.243.113.110
rpcallowip=192.* (192 or whatever the first 3 digits of your servers' IP are. You can use just * but I don't recommend it)
rpcport=22555
rpcthreads=41
server=1
daemon=1
Connect to your Windows wallet by using cgminer on the servers:
cgminer --scrypt -o http://theipofyourserver:22555 -u sameasindogecoin.conf -p sameasindogecoin.conf
That should do the trick.
Thanks!
But i get:
[2013-12-19 20:35:29] Started cgminer 3.7.2
[2013-12-19 20:35:35] Probing for an alive pool
[2013-12-19 20:35:35] Pool 0 slow/down or URL or credentials invalid
EDIT: with telnet i get:
HTTP/1.0 401 Authorization Required
Date: Thu, 19 Dec 2013 11:39:24 +0000
Server: dogecoin-json-rpc/v0.6.4.0-unk-beta
WWW-Authenticate: Basic realm="jsonrpc"
Content-Type: text/html
Content-Length: 296
"
http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
Error401 Unauthorized.