Learn R Programming

gethr (version 0.1.0)

admin_nodeInfo: Node basic information

Description

admin_nodeInfo returns all the information known about the running Geth node at the networking granularity.

Usage

admin_nodeInfo()

Arguments

Value

Object - Properties with information about the node (enode, version, port, ip, id, etc.).

Details

These include general information about the node itself as a participant of the P2P overlay protocol, as well as specialized information added by each of the running application protocols (e.g. eth, les, shh, bzz).

See Also

Other admin functions: admin_addPeer, admin_datadir, admin_peers, admin_setSolc, admin_startRPC, admin_startWS, admin_stopRPC, admin_stopWS, gethr

Examples

Run this code
# NOT RUN {
admin_nodeInfo()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab