You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to handle and respond to various client.* requests from the server...
The text was updated successfully, but these errors were encountered:
jla415
changed the title
Enhancement: stratum.Client should support client.* calls to client
Enhancement: stratum.Client should support client.* calls to client from server
Dec 16, 2017
example from server to stratum.Client:
{"id": 1289739, "method": "client.get_version", "params": null}.
Currently the library just throws an exception here:
node-stratum/src/client.ts
Line 151 in c4decc5
see:
https://en.bitcoin.it/wiki/Stratum_mining_protocol#Methods_.28server_to_client.29
Would be nice to be able to handle and respond to various client.* requests from the server...
The text was updated successfully, but these errors were encountered: