listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
addnode=184.155.117.207
change user and pass if you feel like it. if your miner is not the same computer as the wallet, you will have to add an rpcallowip accordingly.
bfgminer will connect a jalapeno like this:
bfgminer -o localhost:18514 -u user -p pass --disable-gpu
and block erupters like this:
bfgminer -o localhost:18514 -u user -p pass --disable-gpu -S all
https://github.com/luke-jr/bfgminer/blob/bfgminer/READMESolo-mining instructions for BFGminer begin at line 487. CLI specific example cited on line 505, localhost is the same as 127.0.0.1