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
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
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
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
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
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
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
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
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