Skip to content

cyyber/go-qrl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Codacy Badge Codacy Badge

go-qrl

WARNING: This is work in progress, NOT FOR PRODUCTION USE

Installing

Ubuntu

Dependencies:

sudo apt -y install swig3.0 python3-dev build-essential cmake libhwloc-dev libboost-dev ninja-build pkg-config

Install gcc-5

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-5 g++-5

Grab the files needed

go get -d github.com/theQRL/go-qrl

This will complain. package github.com/theQRL/go-qrl: no Go files in $GOPATH/src/github.com/theQRL/go-qrl Ignore this warning and proceed. We build the GO files during the next step.

Change into the source directory and build the package

cd $GOPATH/src/github.com/theQRL/go-qrl
make build

now run ./gqrl and the node begins syncing.

About

Go version of QRL node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%