Update README.md

This commit is contained in:
Kevin Davis 2019-06-25 14:51:20 -04:00 committed by GitHub
parent 83110d028e
commit ab4fc5644e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ kvcli keys add <your_wallet_name>
#### Create a Genesis Transaction
```
kvd add-genesis-account $(kvcli keys show <your_wallet_name> -a) 1000000kva
kvd gentx --name <your_wallet_name> --amount 1000000kva
kvd gentx --name <your_wallet_name> --amount 1000000kva --ip <your-public-ip>
```
A genesis transaction should be written to `$HOME/.kvd/config/gentx/gentx-<gen_tx_hash>.json`