Prints full node information.
Prints full node information.
<ex>node "-id8=12345678"</ex> Prints information for specified node.
<ex>node "-id8=12345678 -all"</ex> Prints full information for specified node.
Command arguments.
Run command in interactive mode.
Run command in interactive mode.
<ex>node</ex> Starts command in interactive mode.
Overview
Contains Visor command
nodeimplementation.Help
Specification
node "{-id8=|-id=} {-a}"
nodeArguments
-id8=<node-id8> ID8 of node. Either '-id8' or '-id' can be specified. If neither specified - command starts in interactive mode. -id=<node-id> Full ID of node. Either '-id8' or '-id' can be specified. If neither specified - command starts in interactive mode. -a Print extended information. By default - only abbreviated statistics is printed.Examples
node Starts command in interactive mode. node "-id8=12345678" Prints statistics for specified node. node "-id8=12345678 -a" Prints full statistics for specified node.