Nevermind fixed all my problems, I still can't solo mine tho.
This is my batch file:
sgminer.exe -k diamond -o 127.0.0.1:17772 -u userichoose -p passichoose --xintensity 300 -g 1 --thread-concurrency 16384 -w 256 --lookup-gap 0 --difficulty-multiplier 0.0039062500
and this is my conf file (in appdata):
server=1
listen=1
daemon=1
rpcuser=userichoose
rpcpassword=passichoose. < this
rpcallowip=127.0.0.1
rpcport=17772
It says:
Error
---------------------------
To use the "-server" option, you must set a rpcpassword in the configuration file:
C:\Users\Aquazi\AppData\Roaming\Diamond\Diamond.conf
It is recommended you use the following random password:
rpcuser=diamondrpc
rpcpassword=89rd6rjQAoGjR4NrngkU7fkSr3YAT3XFqXzwuGiJPD93
(you do not need to remember this password)
If the file does not exist, create it with owner-readable-only file permissions.
Maybe the dot after 'passichoose'?!