Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add genesis info in masternode section
  • Loading branch information
etienne-napoleone committed Jun 14, 2019
1 parent 30d2c66 commit d23997f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AWS/private_network/README.md
Expand Up @@ -114,6 +114,14 @@ jq .genesis $HOME/.puppeth/name_of_your_network > $HOME/genesis.json
```
### Masternode

If you already generated a genesis on another server, copy it with scp.

```bash
scp user@my-first-masternode:./gensis.json $HOME/genesis.json
```

If not and this is your first server, see [genesis](#genesis).

Fill in the missing values in `masternode.env`:

- **TAG**
Expand Down

0 comments on commit d23997f

Please sign in to comment.