💽Installing Node

You must clone latest version of ceremony client.

cd ~
git clone https://github.com/QuilibriumNetwork/ceremonyclient.git

At this stage, we need to decide whether to run our Node s a Service or as a Docker container.

If you will run it as a service, please follow Running as a Service instructions.

If you want to run with Docker, please follow Running With Docker instructions.

If you want to run manualy or with tmux session, you can run:

cd ~/ceremonyclient/node
git checkout release
./release_autorun.sh

If you have a voucher from the offline ceremony, first run:

Go to the ceremonyclient/node folder

cd ~/ceremonyclient/node

All commands are to be run in the ceremonyclient/node/ folder.

GOEXPERIMENT=arenas go run ./... -import-priv-key `cat /path/to/voucher.hex`

Last updated