Miners - HTTP JSON-RPC or JSON-RPC?

2

Does the main miner software used currently use HTTP JSON-RPC, or JSON-RPC? That is, do they use HTTP calls to obtain getwork, or TCP/IP?

ThePiachu

Posted 2012-01-21T16:47:40.157

Reputation: 41 594

1They use RPC over JSON over HTTP over TCP/IP. These aren't alternatives, each of these protocols does a different thing and exists at a different layer.David Schwartz 2012-01-21T19:47:32.347

Answers

1

The miner uses JSON-RPC 1.0, for which only the HTTP transport was defined.

lamont cranston

Posted 2012-01-21T16:47:40.157

Reputation: 451