-
Notifications
You must be signed in to change notification settings - Fork 24
Create a PalletOne account
Notice : Make sure the gptn directory has been included in the $PATH.
In order to manipulate account related information, palletone provides two modes of operation, including interactive and gptn
command.
if you perfer interactive mode, you need to enter the ptn shell environment first, entering :
$ gptn attach /path/to/palletone/gptn.ipc
to exit console using exit
command.
Make sure you remember the password you gave when creating a new account (with either new or import). Without it you are not able to unlock your account.
command mode:
$ gptn account new
Your new account is locked with a password. Please give a password. Do not forget this password.
Passphrase:
Repeat passphrase:
console mode:
> personal.newAccount("passphrase")
or with no encrypt
> personal.newAccount()
Now you can get the address of your account.
To view all the accounts in your wallet via this command:
$ gptn account list
$ gptn account dumpkey [your address]
You need to provide the password for given address to unlock the account.
It is safe to transfer the entire directory or the individual keys therein between palletone nodes by simply copying.
Keys are stored under [DATADIR]/keystore. Make sure you backup your keys regularly.
$ gptn account import /path/to/keyfile
For more information please entering $gptn account -h
PalletOne©2018-2019
Home
Getting started
- Install and build
- Create a private chain
- Launch the PalletOne Client
- Create a PalletOne Account
- Send and Receive PTN
- Create and send your token
- Backing up your account and data
- Restoring your account
- Deposit contract
- Mediator Node Installation and Joining
- Howto Become a Mediator
- Howto Run a Unit-producing Mediator
Developer Tools
- Getting PTNs from PalletOne's Testnet Faucet
- Wallet restful and console API Usage
- Third-Party-Wallet-Support
- Third-Party-Wallet-Contract-Invoke
- API Document
FAQ