Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

iotaledger-archive/validator-key-generator

Repository files navigation

Validator Key Generator

Tool to create all needed Validator key files:

Here's how to use it:

# install all packages
$ sudo apt update && sudo apt install python3 python3-pip python3-virtualenv

# clone repository
$ git clone https://github.com/iotaledger/validator-key-generator

# enter directory
$ cd validator-key-generator

# execute script
$ ./generate_keys.sh

Once executed, you'll find the following files: identity.key: The Hornet identity file coo.key: The Validator signing key tendermint.key: The Tendermint Consensus/Node key private.txt: The private keys in text format public.txt: The public keys in text format

We only require the public.txt file from you. Ensure the rest are stored safely and securely. It's crucial not to misplace them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published