Last active
April 23, 2021 22:49
-
-
Save EdwardPrentice/a289c88898bcbf8ac44a29b8d2fd5246 to your computer and use it in GitHub Desktop.
Teku config.yml
This file contains hidden or 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
# full set of options can be found at https://docs.teku.consensys.net/en/latest/Reference/CLI/CLI-Syntax | |
# validators | |
validator-keys: "/root/keystore-m_123.json:/root/keystore-m_123.txt" | |
validators-graffiti: "edzorg" | |
# eth 1 | |
eth1-endpoint: "http://localhost:6666" | |
# use the newest levelDB which uses less space | |
Xdata-storage-create-db-version: leveldb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment