--path
, using the secure export command. After you hit enter, you will be prompted for the decrypt passphrase and an encryption passphrase for the exported account. You will also have the option to add a hint to help remember your passphrase.15,000 POKT
or 15,000,000,000 uPOKT
pocket accounts get-validator
serviceURI
, the endpoint where Validators publicly expose the Pocket API.$HOME/.pocket/config/genesis.json
http://<your node>:<your pocket rpc port>/v1/client/sim
to test if your node responds.200 OK
– your transaction has gone through400 Bad Request
– you either have incorrect/missing parameters in the request or bad formatting in the data fieldwget
and extracting the archive as it downloads.ClaimSubmissionWindow
, to be successfully submitted after the conclusion of the session in which the work was done, otherwise they are lost. If a claim transaction fails, Pocket Core will auto-repeat the transaction once in each new session, until the claim is lost. This means your node will automatically take 3 attempts to submit the claim. There is a claim submission window because the global secret key that determines the required proof leaf is revealed once that window closes. Extending the claim submission window would delay the time at which the corresponding proof can be sent and rewards earned.ClaimExpiration
period, to submit the corresponding proof transaction, otherwise the pending claim expires. There is a claim expiration date because otherwise the claims would remain in the state and bloat the blockchain.15,000 POKT
your node will be force-unstake burned. We recommend having a buffer above the 15,000 minimum (e.g. 15,100-16,000) so that minor slashing doesn't result in loss of the entire stake.$HOME/.pocket/
dir and save data/
(the entire directory):rm -r ~/.pocket/data
and replace it with your backup cp -r ~/backup/data ~/.pocket/data
.g
, you can just runpocket-core
directoryDATADIR/config/config.json
) and backs up the old config file (DATADIR/config/config.json.bk
).pocket
running again.