Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Add docs for node discovery via DNS (#212)
Browse files Browse the repository at this point in the history
* Add docs for node discovery via DNS

* fix: addressed my own feedback

---------

Co-authored-by: Sergey Rodin <sergeyrodin.sr@gmail.com>
  • Loading branch information
phuctd95 and RodinGolodin authored Sep 7, 2023
1 parent 37bd19d commit 815a739
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/node-operators/setup/mainnet/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ The size of your node will also grow over time.
RONIN_PARAMS=--http.api eth,net,web3,consortium --miner.gaslimit 100000000 --miner.gasreserve 10000000
```

An alternative to setting the boot node is to use node discovery via DNS (see [REP-0005](https://github.com/axieinfinity/REPs/blob/main/REP-0005.md)). In the `.env` file, make the following changes:

- Delete the `BOOTNODES=...` line.
- Append `--discovery.dns enrtree://...` at the end of the `RONIN_PARAMS` line.

We provide a DNS node list for node operators:

- Saigon testnet: `enrtree://AJCNIAXQIPO55NW3QE2NUBBDMPYZDOQUCAEUS65NHQFMUUFES5KOW@saigon.nodes.roninchain.com`
- Mainnet: `enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com`

6. (Optional) Download the snapshot:

```
Expand Down

1 comment on commit 815a739

@vercel
Copy link

@vercel vercel bot commented on 815a739 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.