Runs a new instance with command-line interface
node run profile=DIRPATH
| profile | Path to local profile directory |
Example:
node run profile=C:\Folder
Connects to existing node instance via JSON RPC protocol
node a address=URL credentials=PASSWORD
| address | URL address of node to connect to | |
| credentials | API access key |
Example:
node a address=http://fair.net credentials=MyStrongSecret!@#$%^&*()
Send specified command to existing running node
node s address=URL credentials=PASSWORD command=COMMAND
| address | HOST address of node to send a command to | |
| credentials | Optional | API access key |
| command | A command to send for execution |
Example:
node s address=http://fair.net credentials=MyStrongSecret!@#$%^&*() command=node peers
Gets the list of existing connections
node peers
Example:
node peers
Applicable when node is a member of consensus. Gets current list of transactions that is going to be added to blocks by this node or are waiting for confirmation by the network
node it
Example:
node it
Gets current list of transactions that are going to be sent to or are waiting for confirmation by the network
node ot
Example:
node ot