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.