Skip to content

Commit

Permalink
Add mainnet seeds to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jan 19, 2024
1 parent 89decd7 commit 23e932f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributions and
## MainNet Seeds
MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [docs.pokt.network/node/seeds/](https://docs.pokt.network/node/seeds/).
MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [mainnet.md](./docs/guides/mainnet.md).
## Docker Image
Expand Down
11 changes: 11 additions & 0 deletions doc/guides/mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pocket TestNet <!-- omit in toc -->

## Table of Contents <!-- omit in toc -->

## MainNet Seeds

The following seeds can be used to sync with MainNet. Copy-paste the following list of seeds into the `config.json` file on the `seeds` variable:

```bash
7c0d7ec36db6594c1ffaa99724e1f8300bbd52d0@seed1.mainnet.pokt.network:26662,cdcf936d70726dd724e0e6a8353d8e5ba5abdd20@seed2.mainnet.pokt.network:26663,74b4322a91c4a7f3e774648d0730c1e610494691@seed3.mainnet.pokt.network:26662,b3235089ff302c9615ba661e13e601d9d6265b15@seed4.mainnet.pokt.network:26663
```

0 comments on commit 23e932f

Please sign in to comment.