Skip to content

Commit

Permalink
docs/run-full-node-mainnet.md fix laddr
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Feb 24, 2020
1 parent ff9fa17 commit dd6ea1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/run-full-node-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ perl -i -pe 's/persistent_peers = ""/persistent_peers = "201cff36d13c6352acfc4a3

### 9. Add your public IP to your config file so that light nodes could connect to you:

In `~/.enigmad/config/config.toml` set `laddr = "tcp://<your-PUBLIC-ip>:26657"`.
In `~/.enigmad/config/config.toml` set `laddr = "tcp://<your-machines-ip>:26657"`.

`<your-machines-ip>` is the IP address your machine binds to. If you ony have on interface you can get it with `hotsname -I`.

If `<your-machines-ip>` isn't a public IP then you should make sure it's reacable to the internet via port forwarding.

### 10. Enable `enigma-node` as a system service:

Expand Down

0 comments on commit dd6ea1e

Please sign in to comment.