getgenerate
getgenerate
Return if the server is set to generate coins or not. The default is false. It is set with the command line argument -gen (or yerbas.conf setting gen) It can also be set with the setgenerate call.
yerbas-cli getgenerate
Output
| Result | Type | Description | |
|---|---|---|---|
| true | false | (boolean) | If the server is set to generate coins or not | 
Result
true|false      (boolean) If the server is set to generate coins or not
Examples
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getgenerate", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/