# 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.
# Arguments
Structure | Type | Description |
---|---|---|
interval | integer | polling rate (in seconds) to check node versions |
# 📌 Examples
# Command
curl --url "http://127.0.0.1:7783" --data "{\"mmrpc\": \"2.0\",\"method\":\"start_version_stat_collection\",\"userpass\":\"$userpass\",\"params\":{\"interval\": 600}}"