-
Notifications
You must be signed in to change notification settings - Fork 0
Install From Source
glcoin-network edited this page Aug 18, 2026
·
4 revisions
$ sudo apt-get install python3 python3-venv
or
$ sudo yum install -y python3
git clone https://github.com/glcoin-network/gold-blockchain.git -b latest --recurse-submodules
cd gold-blockchain
sh install.sh
. ./activate
gold init
gold start all
gold start timelord
gold stop -d all