From 23e932f763a11acb8a6b7ea11330c2775ba8aaca Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Fri, 19 Jan 2024 18:45:11 -0500 Subject: [PATCH 1/3] Add mainnet seeds to README --- README.md | 2 +- doc/guides/mainnet.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 doc/guides/mainnet.md diff --git a/README.md b/README.md index 34f80797a..e6310ee5b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/guides/mainnet.md b/doc/guides/mainnet.md new file mode 100644 index 000000000..47178c9bf --- /dev/null +++ b/doc/guides/mainnet.md @@ -0,0 +1,11 @@ +# Pocket TestNet + +## Table of Contents + +## 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 +``` From 6ab662a9d369d7a610fcf32ed3dd00c5ef62adc5 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Sat, 20 Jan 2024 13:47:57 -0500 Subject: [PATCH 2/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6310ee5b..c50328963 100644 --- a/README.md +++ b/README.md @@ -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 [mainnet.md](./docs/guides/mainnet.md). +MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [mainnet.md](./doc/guides/mainnet.md). ## Docker Image From c0d648afb5bb0013b717a21d9235b7ddf3775636 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Mon, 22 Jan 2024 20:40:51 -0500 Subject: [PATCH 3/3] Point to the seeds repo --- README.md | 8 +++++--- doc/guides/mainnet.md | 11 ----------- 2 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 doc/guides/mainnet.md diff --git a/README.md b/README.md index c50328963..b1b76ee7d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The Pocket Core application will allow anyone to spin up a Pocket Network full n - [Charts \& Analytics](#charts--analytics) - [Running the tests](#running-the-tests) - [Contributing](#contributing) -- [MainNet Seeds](#mainnet-seeds) +- [Seeds (MainNet \& TestNet)](#seeds-mainnet--testnet) - [Docker Image](#docker-image) - [Support \& Contact](#support--contact) - [GPokT](#gpokt) @@ -131,9 +131,11 @@ To run the Pocket Core unit tests, `go test -short -v -p 1 ./...` Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributions and the process of submitting pull requests. -## MainNet Seeds +## Seeds (MainNet & TestNet) -MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [mainnet.md](./doc/guides/mainnet.md). +Seeds are maintained by [NodeFleet](https://nodefleet.org/). + +You can find all the details at [pokt-network/pocket-seeds](https://github.com/pokt-network/pocket-seeds). ## Docker Image diff --git a/doc/guides/mainnet.md b/doc/guides/mainnet.md deleted file mode 100644 index 47178c9bf..000000000 --- a/doc/guides/mainnet.md +++ /dev/null @@ -1,11 +0,0 @@ -# Pocket TestNet - -## Table of Contents - -## 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 -```