How to create a Peerplays Account?
Last updated
Was this helpful?
Last updated
Was this helpful?
We'll need an account as the basis of creating a new Witness. If you don't have an existing account, the easiest way to create one is to use the .
The first peerplays account can be created in a flash using Peerplays DEX by following the steps in below document,
Click the URL below to create an account and then to login Peerplays DEX,
Mainnet Peerplays DEX access
Click the below link to use the Main-net DEX:
Testnet Peerplays DEX access
Click the below link to use the Test-net DEX:
Choose the mainnet/testnet login link based on the requirement
Choose an account name to register. In case, if the name already exists it will be denoted and please choose any other name.
Peerplays DEX will generate a highly random password for your account and there is no option to choose your desired password.
Please save the auto-generated password at some location. As the account cannot be recovered without the password.
In the backend, the private key will be generated using the account name, account password along with few other details. This private key plays a vital role in controlling the account.
The account can be imported into cli_wallet by using the primary key. There are two ways to determine the private key:
Login to NEX with account name and password. Click on the Settings option from the right pane and select the Key Management tab.
Now, enter the password and select the required key to be generated i.e., Owner, Active, or/and Memo.
Next, click on the Let's go button to generate the keys. Click the reveal icon to view the Keys and there is an option to copy the key.
To download the keys, Click on Download Generated Keys option and save the keys for future reference.
The key can be generated using the account name and password in the cli_wallet
Syntax : get_private_key_from_password account_name role password
account_name - Name of the account
Role - Active/Owner/Memo
password - account's password
Example:
After getting the Active key that controls the account, it can be imported into cli_wallet using the command below:
Syntax: import_key account_name_or_id wif_key
account_name_or_id - name of the account/id
wif_key - active, owner, or memo keys
Example:
Peerplays provides two networks on which the user may create an account - main net and test net. To learn and familiarize the operations of a node use the test net account. After learning the process and to work on the real Peerplays network, use the main-net account. The will help you navigate Peerplays DEX and learn about its features and options in detail.