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?
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?
1
The miner uses JSON-RPC 1.0, for which only the HTTP transport was defined.
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