slush0 / stratum

Stratum server implementation using Python Twisted
Other
88 stars 131 forks source link

Feature Request: stratum_listener.get_transactions #21

Open daryltucker opened 9 years ago

daryltucker commented 9 years ago

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

Everytime I see the following on my client:

I see the following on the server's log:

Thanks

daryltucker commented 9 years ago

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

slush0 commented 9 years ago

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

luke-jr commented 9 years ago

"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)