I'm actually about to release a how to video soon but ill walk you through it real fast.
We will use Franko as an example.
You download the wallet.
open the wallet, and let it dl the blockchain, close the client then travel on over to %appdata%/franko and create a franko.conf file
in this file we will use
server=1
rpcuser=user
rpcpassword=pass
rpcport=7913
rpcallowip=192.*
rpcallowip=127.0.0.1
rpcallowip=192.* <----- this line says anyone on your LAN can mine using that wallet
rpcallowip=127.0.0.1 <------ this line says localhost can also mine
Now you just turn on your miner of choice, i use Guiminer because i like the gui.
Once the mining software is up you plugin in the info
host is your target machines ip, if you are solo mining on the same machine as the wallet (something i dont recommend) you would set host to
127.0.0.1 Port to the rpc port you set
set the remaining variables like user and pass, etc. and hit go.
Happy mining.
So so far, what I think i've got to do is, Download the qt wallet. then add the conf, to the roaming folder. adding "
server=1
rpcuser=user
rpcpassword=pass
rpcport=7913
rpcallowip=192.*
rpcallowip=127.0.0.1
" to it (this info should be universal regardless of the coin i mine? Only difference is say.. if i use franko, It would be added to franko.conf , if i use royalcoin, it would be royalcoin.conf. etc ?
""" if you are solo mining on the same machine as the wallet (something i dont recommend)"""
Perfect, i don't put my wallets on my miners. I didn;'t know if ti was required at first though