Due to increased complexity for the pool and miner interface, the following pool method has been added to the JSONRPC protocol:
getPoolProtocolVersion()
In order to make everyone's life easier, we intend to develop a common specification. In 1.00 the following methods are used:
ping()
getPoolEthAddress()
getMinimumShareDifficulty(minerAddress) //Really used to understand a particular miners recommended diff.. so misnamed
getMinimumShareTarget(minerAddress) ////Really used to understand a particular miners recommended target.. so misnamed
getChallengeNumber()
submitShare(nonce,minerEthAddress,digest,difficulty,challengeNumber)
getMinerData //returns ALL miners data .. maybe should rename
What sorts of changes should we consider ?? I do not like how vardiff works right now we should probably lock it or something.. I like how Mikers uses different ports for this!! Let us know your thoughts
Due to increased complexity for the pool and miner interface, the following pool method has been added to the JSONRPC protocol:
getPoolProtocolVersion()
In order to make everyone's life easier, we intend to develop a common specification. In 1.00 the following methods are used:
ping()
getPoolEthAddress()
getMinimumShareDifficulty(minerAddress) //Really used to understand a particular miners recommended diff.. so misnamed
getMinimumShareTarget(minerAddress) ////Really used to understand a particular miners recommended target.. so misnamed
getChallengeNumber()
submitShare(nonce,minerEthAddress,digest,difficulty,challengeNumber)
getMinerData //returns ALL miners data .. maybe should rename
What sorts of changes should we consider ?? I do not like how vardiff works right now we should probably lock it or something.. I like how Mikers uses different ports for this!! Let us know your thoughts