◼️Andromeda
Prerequisites
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export GOBIN=$HOME/go/bin
export PATH=$PATH:/usr/local/go/bin:$GOBINsource $HOME/.profileInstallation
Clone and Build
git clone https://github.com/andromedaprotocol/andromedad.git
cd andromedad
make installInitialize Configuration
Set Up Keys
Configure Genesis
Start the Node
Create Validator (Optional)
Set Up Systemd Service (Optional)
Last updated