Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: ThePiachu on January 13, 2012, 08:51:26 AM



Title: Miner not using Json-RPC?
Post by: ThePiachu on January 13, 2012, 08:51:26 AM
Is there any mining software that doesn't use Json-RPC for communication with the pool? If so, what protocol are they using?


Title: Re: Miner not using Json-RPC?
Post by: Enigma81 on January 13, 2012, 09:56:11 AM
I don't know of any pool that supports anything other than JSON..  Making a miner that speaks a different language somewhat pointless..

I could be wrong, and have been before, but I don't believe any of the pools are setup for anything else..

Enigma


Title: Re: Miner not using Json-RPC?
Post by: ThePiachu on January 13, 2012, 09:59:07 AM
Currently I'm working on a pool in Go that has issues with handling Json-RPC. Nothing like the classic chicken and egg problem...