Centos
Clone the repository to a directory of your choosing:
git clone https://github.com/abeychain/go-abey/
Building
gabey
requires Go and C compilers to be installed:yum install -y build-essential
Finally, build the
gabey
program using the following command.cd go-abey
git checkout release3.0
make gabey
You can now run
build/bin/gabey
to start your node.Last modified 6mo ago