Having Stratum issues. Dev?
2014-03-12 14:07:25,519 DEBUG bitcoin_rpc # No submitblock detected.
2014-03-12 14:07:25,519 INFO mining # Did not find submitblock
2014-03-12 14:07:25,527 ERROR mining # Coind Error: getblocktemplate [params]
If [params] does not contain a "data" key, returns data needed to construct a block to work on:
"version" : block version
"previousblockhash" : hash of current highest block
"transactions" : contents of non-coinbase transactions that should be included in the next block
"coinbaseaux" : data that should be included in coinbase
"coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees
"target" : hash target
"mintime" : minimum timestamp appropriate for next block
"curtime" : current timestamp
"mutable" : list of ways the block template may be changed
"noncerange" : range of valid nonces
"sigoplimit" : limit of sigops in blocks
"sizelimit" : limit of block size
"bits" : compressed target of next block
"height" : height of the next block
If [params] does contain a "data" key, tries to solve the block and returns null if it was successful (and "rejected" if not)
See
https://en.bitcoin.it/wiki/BIP_0022 for full specification.