On this page

latest contributor to this doc

Last Edit:

@gcharang

start_version_stat_collection

The start_version_stat_collection method initiates storing version statistics for nodes previously registered via the add_node_to_version_stat method.

StructureTypeDescription
intervalintegerpolling rate (in seconds) to check node versions

POST
start_version_stat_collection
{
  "mmrpc": "2.0",
  "method": "start_version_stat_collection",
  "userpass": "RPC_UserP@SSW0RD",
  "params": {
    "interval": 600
  }
}