TESTNET

NAME, N

Sets a new name for the user

user n newname=NAME by=NAME
newname New user name
by Name of the user

Example:

user n newname=satoshi by=nakamoto

CREATE, C

Creates a new user for free. Uses POW.

user c owner=PUBKEY by=NAME
owner Account address that has access to the user being created
by Name of the user to be created

Example:

user c owner=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes by=satoshi

SECURITY, S

Manages the security settings for the specified user

user s owner=PUBKEY by=NAME
owner Public address of the new account owner
by Name of the user

Example:

user s owner=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes by=satoshi

ALLOCATEBANDWIDTH, AB

Allocates execution bandwidth

user ab bandwidth=EC months=INT by=NAME
bandwidth Amount of energy allocated per hour
months Number of months to allocate bandwidth for
by Name of the user

Example:

user ab bandwidth=1000 months=1 by=satoshi

MEMBERSHIP, M

Get information about membership status of specified user

user m name=NAME id=EID
name OR Name of the user to check membership status of
id Id of the user to check membership status of

Example:

user m name=satoshi

ENTITY, E

Gets information about the specified user

user e name=NAME id=EID
name OR Name of the user to get information about
id Id of the user to get information about

Example:

user e name=satoshi