...
Sample galaxycoin.conf:
listen=1
daemon=1
server=1
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcport=15522
rpcconnect=127.0.0.1
addnode=107.203.9.69
addnode=139.228.150.13
addnode=113.162.172.225
addnode=72.133.203.38
Getting Started:
1. Start up galaxycoin-qt, wait for it to load, then exit.
2. Put galaxycoin.conf (see sample file above) in your c:/users/**yourcomputername**/AppData/Roaming/galaxycoin
3. restart galaxycoin-qt, and you should connect and sync.
4. For solo mining, launch cgminer or the mining program you use and begin mining.
cgminer ex: cgminer.exe --scrypt -o localhost:19991 -u **yourusername** -p **password** (without **)
?!