OP updated with solo mining info. Still bounties available for someone who has time and wants to make a step by step guide for solo mining CGB. This manual should be easy enough for someone new to computers to be able to follow and get mining. My wife will test it out, lol. 50 CGB for Mac and 50 CGB for Windows, or 100 CGB if you do both.
EDIT: I thought I posted this but either I forgot to press send or there's Bitcointalk server issues.
Solo mining info below. I don't need the bounty.
Getting Started:
1. Start up CryptogenicBullion-qt, wait for it to load, then exit.
2. open a new notepad file and copy/paste the following info:
rpcuser=*username* (make up your own username, and do not include *)
rpcpassword=*password* (make up your own password, and do not include *)
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=8395
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
addnode=46.150.89.173
addnode=70.98.114.229
addnode=76.102.71.50
addnode=143.238.65.108
addnode=76.10.153.119
addnode=97.89.174.206
addnode=69.85.86.195
3. Save the above notepad file with the name: CryptogenicBullion.conf and place it in your c:/users/**yourcomputername**/appdata/roaming/CryptogenicBullion (alternatively, you can search by going to start->search "%APPDATA%" without quotations)
4. restart CryptogenicBullion-qt, and you should connect and sync.
5. For solo mining, launch cgminer or whatever mining program you like and begin mining.
cgminer ex: cgminer.exe --scrypt -o localhost:8395 -u **yourusername** -p **password** (without **)