Skip to content

Commit

Permalink
docs: write the working ip for run tsn binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBun authored Sep 20, 2024
1 parent 6fce6f2 commit 7b1d799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sudo apt -y install postgresql
Run the TSN binaries to deploy your node:

```bash
kwild --root-dir ./my-peer-config/ --chain.statesync.enable=true --chain.statesync.rpc-servers='http://staging.node-1.tsn.truflation.com:26657,http://staging.node-2.tsn.truflation.com:26657'
kwild --root-dir ./my-peer-config/ --chain.statesync.enable=true --chain.statesync.rpc-servers='http://18.189.163.27:26657'
```

Ensure your firewall allows incoming connections on the JSON-RPC port (default: 8484) and P2P port (default: 26656).
Expand Down

0 comments on commit 7b1d799

Please sign in to comment.