What is the settings that i must have in my conf file in wallet folder so i can have solo mining???
Look up the basics of solo mining, and implement it on all coins.
The basic conf is:
listen=1
server=1
daemon=1
gen=0
rpcuser=username
rpcpassword=password
rpcallowip=192.168.1.* (your router ip)
rpcallowip=127.0.0.1
rpcport=11111
maxconnections=100