slush0 / stratum

Stratum server implementation using Python Twisted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: stratum_listener.get_transactions

daryltucker opened this issue · comments

I'm noticing that clients are requesting stratum_listener.get_transactions.

Everytime I see the following on my client:

  • Pool 0 is sending mismatched block contents to us (0 is not 512-1023)

I see the following on the server's log:

  • 2015-03-20 20:50:14,567 WARNING proxy stratum_listener.get_transactions # mining.get_transactions isn't supported by proxy

Thanks

Hey, @slush0, I just saw you and @luke-jr's conversation here.

I don't think there's any poll supporting get_transactions at the moment, because it was heavy on server traffic.

"mismatched block contents to us (0 is not 512-1023)" would mean an invalid response was returned, rather than an error (as it should be if the pool simply doesn't/won't support it)