Congrats on mining a block their at 25 BTC not even a month into it and indeed smashed it. Its all about luck to be honest and hitting that magic number for producing a winning ticket. How do you have this set for solo mining as every time I have come to trying solo mining by setting up client it always rejects them or finding out that I have too much power going though. Is their any pools set for doing this kind of thing where can just point to some solo pool operation or will have to dig out 2nd pc make pool with it somehow?
Because I like to support Bitcoin, I run a full node and not that devaluing XT version either. FULL CORE from
Bitcoin.org. I set it up on a Windows machine then in the data directory I have a text file named bitcoin.conf. Inside that file is this:
rpcuser=bitcoinrpc
rpcpassword=OMGlongPassHere
minrelaytxfee=0.00000001
Then I start Bitcoin Server with this shortcut (right click on a shortcut to btc core, properties, then put this whole for the TARGET)
"C:\Program Files\Bitcoin\bitcoin-qt.exe" -server -RPCALLOWIP=192.168.1.10 -RPCALLOWIP=192.168.1.11 -RPCALLOWIP=127.0.0.1 -RPCALLOWIP=192.168.1.12 -RPCPORT=4928 -checklevel=2
Of course if you have different IP addresses for your miner you'll need to change the RPCALLOWIP, and you'll need to change the RPCPORT if you use a different port.
Finally allow incoming connections in your firewall (Go to Advanced in Windows firewall, or Allow Ports in most other firewall programs).
That's it. Mine away
I use CK's pool as a backup for those times when I lose power and need to reindex my core.