Changes the Quai/Qi block reward preference for the miner.
curl --request POST \ --url https://rpc.quai.network/cyprus1/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "miner_setMinerPreference", "params": [ 0.66 ], "id": 1 }'
{ "jsonrpc": "2.0", "result": "true", "id": 1 }
Successful response
The response is of type object.
object
Was this page helpful?