-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:pk910/test-testnet-repo
- 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Test ephemeral testnet | ||
|
||
This repository contains the genesis configuration for the test ephemeral testnet. | ||
|
||
## Run clients | ||
|
||
Use the [retention.sh](https://github.com/pk910/test-testnet-scripts/blob/master/retention.sh) script with a crontab (5mins) to reset your node to the latest genesis. | ||
The script downloads the latest genesis state from this repository, initializes EL database and restarts the clients when necessary. | ||
You'll need to modify the first 4 functions yourself to work in your environment. | ||
|
||
## Add validators | ||
|
||
To add validators to the genesis state you just need to commit the pubkeys to a new txt file within the validators folder of this repository. | ||
|
||
They will be added to the genesis state on next reset. |