Skip to content

Install From Source

glcoin-network edited this page Aug 18, 2026 · 4 revisions

Install Python 3.7+

$ sudo apt-get install python3 python3-venv
or
$ sudo yum install -y python3

Download gold-blockchain

git clone https://github.com/glcoin-network/gold-blockchain.git -b latest --recurse-submodules

Change directory

cd gold-blockchain

Install dependencies

sh install.sh

Activate virtual environment

. ./activate

Initialize

gold init

Run gold all services

gold start all

Run gold timelord

 gold start timelord

Stop running services

   gold stop -d all

More command links