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?

Murch
  • 71,155
  • 33
  • 180
  • 600
ThePiachu
  • 42,931
  • 25
  • 138
  • 347
  • 1
    They 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 Jan 21 '12 at 19:47

1 Answers1

1

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

lamont cranston
  • 461
  • 3
  • 6