Installation
You need to have GO (version >= 1.18 and <= 1.19) installed and configured on your machine before attempting to compile the project.
Start by cloning the repository in your GOPATH
$ git clone https://github.com/lum-network/chain.git
$ cd chain && git checkout v1.3.0
Make sure your Go configuration looks like that one (especially the GO111Module):
export GOPATH=$HOME/dev/go
export GOBIN=$GOPATH/bin
export GO111MODULE=on
export PATH=$PATH:$GOBIN
Then compile (this will take care of installing the binaries in the PATH once compiled)
$ make install
You should always use the latest version
$ lumd version --long
name: lum
server_name: lumd
version: 1.3.0
commit: 2c7d1a3fddbaa9d39eb24b53962ed0094fc33128
Last modified 4mo ago