Here's log info from stratum on my pool seems the source is fucked and not allowing stratum to connect properly
2014-03-02 12:24:03,882 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.