1
I have started solo mining with BitcoinQt and BFGMiner on my Block Erupters.
I would first like to determine, if indeed I am doing this right, what I should see, and to make sure if on the rarest chance ever I find a block I actually get paid.
From what I can tell and my experience everything is spot on except for this long-poll stuff, do I need to tell BitcoinQt to poll "better"?
BitcoinQt .conf file (started with -server)
rpcuser=User
rpcpassword=Pass
rpcallowip=*
rpcport=8332
BFGMiner Arguments
F:\PATH\bfgminer.exe -G
-o http://localhost:8332
-u User
-p Pass
--coinbase-addr 14tdCy1xBk78nVGQj26YCMPRBWiZSpvpiJ
-S all --icarus-options 115200:1:1 --icarus-timing 3.0=100
With 14tdCy1xBk78nVGQj26YCMPRBWiZSpvpiJ being one of the recieve addresses in my BitcoinQt wallet
BFGMiner Screen after about 5 mins:

You're mining correctly. you can try a newer version of bfgminer if you really want. – Joe White – 2014-01-07T06:54:25.983
Quick question on an old post... What if you DO NOT include the command: --coinbase-addr Since you're not specifying an address, would the block go to the address inside the Bitcoin-Qt application? – brain – 2014-01-16T02:14:32.650