submitHashrate
POST {{ENVIRONMENT}}
Used for submitting mining hashrate.
Parameters
Hashrate
, A hexadecimal string representation (32 bytes) of the hash rate.
ID
, String - A random hexadecimal(32 bytes) ID identifying the client.
params: [
"0x0000000000000000000000000000000000000000000000000000000000500000",
"0x59daa26581d0acd1fce254fb7e85952f4c09d0915afd33d3886cd914bc7d283c"
]
Returns
Boolean
- Returns true
if submitting went through succesfully and false
otherwise.
Request Body
{"jsonrpc"=>"2.0", "method"=>"xcb_submitHashrate", "params"=>["0x0000000000000000000000000000000000000000000000000000000000500000", "0x59daa26581d0acd1fce254fb7e85952f4c09d0915afd33d3886cd914bc7d283c"], "id"=>1}