ping

ping

Requests a ping to be sent to all connected nodes to measure the ping time.

The results are shown in the getpeerinfo command, specifically in the pingtime and pingwait fields, measured in decimal seconds.

The ping is processed in queue with other commands, so it reflects both network latency and any processing backlog.

Result

null    (json null)

Examples

bitcoinevo-cli ping
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "ping", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:7332/