Account management - intended usage
Each node handles one account.
The following assumes that the node exposes at address 127.0.0.1 the following ports:
User API external HTTP endpoint: 3013
User API internal HTTP endpoint: 3113
Retrieve beneficiary public key
Retrieve the beneficiary public key of your node:
You shall read output like the following:
Retrieve balance
Retrieve balance for given public key (replace the public key in the command):
You shall read output like the following...
... or - if you do not have any coins yet e.g. because you have not yet mined a block successfully - the following:
Last updated