FAIR TESTNET

LISTAUTHORS, LA

Get authors owned by the specified user

user la name=NAME id=EID
name OR Name of the user to get authors from
id Id of the user to get authors from

Example:

user la name=satoshi

LISTSTORES, LS

Get sites of the specified user

user ls name=NAME id=EID
name OR Name of the user to get stores from
id Id of the user to get stores from

Example:

user ls name=satoshi

AVATAR

Sets an avatar for the signing user

user avatar path=PATH by=NAME
path A path to image file
by Name of the user

Example:

user avatar path=C:\User\readme.txt by=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

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

NAME, N

Sets a new name for the user

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

Example:

user n name=satoshi by=nakamoto

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