The network for Phase 2 of the Akashian challenge will not be a decentralized launch and validator set like Phase 1. After having proven the ability of the validator set to launch and maintain the network in a decentralized fashion in Phase 1, we are moving on to testing the actual funcationality of the network in Phases 2 and 3. This configuration will make it possible for the Akash team to ship bug fixes and features to the network without requiring all network participants to upgrade independently. This should make for a much smoother testnet experience where participants can focus on learning and testing the core functionality of the Akash Network.
The instructions for the three weeks of Phase 2 are linked here:
Other useful links for this testnet phase:
- Running a full node on an Akash test network
- Creating a validator on an Akash test network (not required for phase 2)
With that in mind the network topology for Phase 2 is as follows:
The Akash Network development team will be running the validator set in a VPC that is not connected to the open internet. Users will be able to access the validator set through the sentry nodes.
The Akash team will be running a number of sentries. These sentries will be available at the following addresses for p2p communication:
NOTE: If you would like to run a full and connect to the network via p2p please follow this guide.
"persistent_peers" = `
17803bdbfe6bd1642ff85d24446ec6b1f158fea5@sentry-1.v2.akashtest.net:26656,
1da5a7b54f31258c023dd97715355bbd9cbb1fd0@sentry-2.v2.akashtest.net:26656,
90db51131dbf7c0579cc64c7451f18f0b7a8ac7b@sentry-3.v2.akashtest.net:26656
`
If you would just like to use the provided RPC endpoints to send transactions and query the network the following endpoints will be maintained throughout Phase 2:
tcp://sentry-1.v2.akashtest.net:26657
tcp://sentry-2.v2.akashtest.net:26657
tcp://sentry-3.v2.akashtest.net:26657
You can use one of the above addresses to configure your akashctl
to use it: akashctl config node {{node-addr}}
The Akash team is also maintaining a faucet that will enable users who weren't in the genesis file to join the testnet. That faucet is available at https://akash.vitwit.com/faucet
. You will just need an address generated by akashctl keys add <mykey>
to use the facuet and instructions are available on https://akash.vitwit.com/faucet
.