Installation
This guide will explain how to install the antliad
and antliacli
entry points into your system. With these installed on a server, you can participate in the mainnet as either a Full Node or a Validator.
Install Go
Install go
by following the official docs. Remember to set your $GOPATH
and $PATH
environment variables, for example:
Go 1.12+ is required
Install the Binaries
Next, let's install the latest version of Antlia:
NOTE: If you have issues at this step, please check that you have the latest stable version of GO installed.
That will install the antliad
and antliacli
binaries. Verify that everything is OK:
antliacli
for instance should output something similar to:
BUILD TAGS:
Install Tags
Build tags indicate special features that have been enabled in the binary.
Last updated