-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/node/testnet: Add notice about seed node addresses
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,6 +150,21 @@ with the new one as follows: | |
mv new-config.yml config.yml | ||
``` | ||
|
||
:::tip | ||
|
||
The configuration format for seed nodes has changed and it now requires the | ||
node's P2P public key to be used. In case your old configuration file contains | ||
known Testnet seed nodes, this transformation is performed automatically. | ||
|
||
However, if it contains unknown seed nodes then the conversion did not happen | ||
automatically and you may need to obtain the seed node's P2P public key. For | ||
Testnet you can use the following addresses: | ||
|
||
* `HcDFrTp/MqRHtju5bCx6TIhIMd6X/[email protected]:26656` | ||
* `HcDFrTp/MqRHtju5bCx6TIhIMd6X/[email protected]:9200` | ||
|
||
::: | ||
|
||
[Change Log]: | ||
https://github.com/oasisprotocol/oasis-core/blob/v23.0/CHANGELOG.md | ||
|
||
|