Mining software not using Json-RPC?

2

Is there some mining software out there that doesn't use Json-RPC as a communication method with the mining pool? If so, what protocol are they using?

ThePiachu

Posted 2012-01-13T07:44:14.680

Reputation: 41 594

Answers

2

Jeff Garzik wrote a binary protocol for pushpool originally.

BitPenny uses a proprietary protocol to get p2pool-like benefits.

Luke-Jr

Posted 2012-01-13T07:44:14.680

Reputation: 1 064

0

JSON-RPC is simple and effective. I think most use it.

If people would change it, it's most likely for efficiency. They'd most likely roll their own binary protocol, which we might very well know nothing about.

It's also possible the miner is inside the client in which case it could get it's own work and wouldn't even need a protocol.

If you could say why you want to know maybe I can give a more useful answer.

Lodewijk

Posted 2012-01-13T07:44:14.680

Reputation: 1 447