getting-stared: update public key of examples

To backup coins sended to the wallet of the getting-started guide:

public: DA2fBazU8Y4epNJ2fQRZCcWpxKZY9HrhLN
private: QR2KicE83yTVbJwSuKK2xVaHiQuKnRQEif3uaCZjfnZerE5WG3Hx

public: DNnGtXk9khadE7EKCmQzxjnehenX92PKAv
private: QUtGNKaL6DehpN8vmB25V4BS2LJ9XNnXmUVGUfP1fSV3dXue7szD
This commit is contained in:
AbcSxyZ 2021-11-04 23:04:14 +01:00
parent 2b543db997
commit 3f6754262e
1 changed files with 2 additions and 2 deletions

View File

@ -72,14 +72,14 @@ You can list wallet addresses using `getaddressesbyaccount`:
```console
shibetoshi:~$ dogecoin-cli getaddressesbyaccount ""
[
"DBZc6qeBuo7g8La7L3Lhaf39MsJSgbzpMX"
"DA2fBazU8Y4epNJ2fQRZCcWpxKZY9HrhLN"
]
```
Using `getnewaddress` will generate a new wallet address:
```console
shibetoshi:~$ dogecoin-cli getnewaddress
DC13A8qUgAu5rTWweb44TwXZNQbxDYhyo2
DNnGtXk9khadE7EKCmQzxjnehenX92PKAv
```
Private keys are stored in the `wallet.dat` file. You can use `backupwallet` to save a copy: