that's the daemon. you need to open the QT window.
You mean the mining in the wallet?
You have your wallet open, then you can point miners to it.
Like you have cgminer open on that same computer, then point it to 127.0.0.01:
If you have other IPs open in your conf, you can connect from other machines and point them towards the ip/port on your computer w/the wallet.
Okay, so I added a new pool with url 127.0.0.01:7913 and user frankorpc and a pass of some random characters, but I'm getting "Failed to resolve (?wrong URL) 127.0.0.01:7913"
127.0.0.01 --- remove the 0.. so.. 127.0.0.1
for others...
rpcuser=myusername
rpcpassword=mypassword
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=9898
port=7912
daemon=1
server=1
gen=0
point your miners to port 9898
make sure server switch and daemon are 1..
How do I get cgminer to run the franko.conf file rather than the cgminer.conf file?
franko.conf is to be in your %appdata%/franko folder, when you open the franko-qt, it will use this for its's settings.
then cgminer uses cgminer.conf to mine, and it connects to the credentials you set in your franko.conf file. you need'm both.