TEST NETWORK

RUN

Runs a new instance with command-line interface

node name=NAME zone=ZONE profile=DIRPATH
name An arbitrary name of a node
zone Zone name
profile Path to local profile directory

Example:

node name=one zone=Main profile=C:\Folder

ATTACH

Connects to existing node instance via JSON RPC protocol

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

Example:

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

SEND

Send specified command to existing running node

node 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 http://fair.net accesskey=MyStrongSecret!@#$%^&*() command={...}

PEERS

Gets a list of existing connections

node

Example:

node

INCOMING TRANSACTIONS

Gets current list of incomming transactions

node

Example:

node

OUTGOING TRANSACTIONS

Gets current list of outgoing transactions

node

Example:

node

MEMBERSHIP

Get information about membership status of specified account

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

Example:

node 1111-22