go-qrl

module
v0.0.0-...-7bd4979 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2019 License: MIT

README

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.

Directories

Path Synopsis
cmd
pkg
db
generated
Package qrl is a generated protocol buffer package.
Package qrl is a generated protocol buffer package.
generated/notification
Package notification is a generated protocol buffer package.
Package notification is a generated protocol buffer package.
log
ntp
p2p
pow
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL