TESTNET

ATTACH

Connects to existing node instance via JSON RPC protocol

node a URL accesskey=PASSWORD
<First> URL address of node to connect to
accesskey API access key

Example:

node a http://fair.net accesskey=MyStrongSecret!@#$%^&*()

SEND

Send specified command to existing running node

node s URL accesskey=PASSWORD command=COMMAND
<First> HOST address of node to send a command to
accesskey API access key
command A command to send for execution

Example:

node s http://fair.net accesskey=MyStrongSecret!@#$%^&*() command=node peers

PEERS

Gets a list of existing connections

node peers

Example:

node peers

INCOMING TRANSACTIONS

Gets current list of incomming transactions

node it

Example:

node it

OUTGOING TRANSACTIONS

Gets current list of outgoing transactions

node ot

Example:

node ot

MEMBERSHIP

Get information about membership status of specified account

node m EID
<First> Ultranet account id to check the membership status

Example:

node m 1111-22