Thanks for the quick reply bud..I think I might wait a bit longer then possibly solo mine if things still look good with maybe 10-12Mh..
So what do I need to know and or do to be sure things should go good and that I won't be aiding in the problem? Any particulars to ensure in the conf? Anything with client or change on routers, etc? Thanks again..
It is suggested to... (If you know how.)1: Ensure port forwarding is setup for your router/modem for port 7685 (TCP access)
2: Possibly ensure, if your firewall is on, that bottlecaps-qt is set to "allowed"
3: Add this line to your config file...
reservebalance=1000000
That will stop POS blocks from being created,
for now. As long as you have under 1,000,000 coins
4: Follow the block-crawler height, which seems to be the "tallest chain" always.
http://bottlecaps.kicks-ass.net/block_crawler.php5: Also, from that page, use the "Connections" link to get the latest peers to connect to, adding them to your config and
deleting your "peers.dat" before you restart after being locked-out.
http://bottlecaps.kicks-ass.net/peers.phpIf you get locked out...1: Turn off your miners and shut-down the bottlecap client.
2: Delete the bad chain data.
FILES: ".lock", "blk0001.dat", "blkindex.dat", "db.log", "debug.log", "peers.dat"
and the FOLDER: "database"
3: Restore those files from your backup, if you have one. (If not, just start your wallet and rebuild it from scratch.)
4: Wait for a moment while the wallet pokes through the rooms, and connections, looking for the tallest chain, while it builds your database to the best height. If it does not match the block-crawler, it might be the wrong one, unless you found one that is taller than block-crawlers height.
To backup...1: Wait until you are connected to the tallest chain.
2: Create a folder called "backup"...
3: Copy and Paste these items into that folder...
FILES: ".lock", "blk0001.dat", "blkindex.dat", "db.log", "debug.log",
"peers.dat" (Not this file)
and the FOLDER: "database"
4: Use those backed-up files to replace a screwed-up database that is stuck on the wrong fork, at the wrong height. Follow the instructions above for "
If you get locked-out..."
Optionally: Backup your wallet every day... Just in-case of complete network nuclear melt-down!Other things to think of using...From the debug window console. Found in the menu-item "Help".- Type "
repairwallet", if you just left a bad chain. That should restore some lost coins that may seem "missing in action", due to POS invalid blocks, or POW missing blocks.
- Type "
getpeerinfo", to see a list of connected peers and information about connections.