Creating accounts (testnet)

Before you can create an account you need to generate keys. Go to https://eosauthority.com/generate_eos_private_key Click generate and copy your private and public keys.

You need to come up with an account name, with a line of 12 characters, can contain letters of the Latin alphabet ( a-z) and numbers from 1 to 5.

In order to create an account, you’ll need to send a request to the following address

http://<IP testnet address>/create_account?account=<account name>&key=<EOSIO public key> example: http://<IP testnet address>/create_account?account=alexander112&key=EOS5NT2gw7WNwjgKN6wJmJhDZBJXnMH3ETRbLTmcLjHHnsnmq8rfR

Result:

To replenish your account, you’ll need to send a request http://<IP testnet address>/faucet?<account name>

Example: http://<IP testnet address>/faucet?account=alexander112

Result:

Last updated