Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1 KB

README.md

File metadata and controls

40 lines (27 loc) · 1 KB

ombfullnode

This is a fork of btcsuite's full node btcd. Operating instructions can be found in their documentation. This fork pulls in releases from btcd. The last pull was performed on 4-28-2016

Requirements

Go 1.3 or newer.

git

  • Refer to your package manager for help installing git.

gcc

  • Refer to your package manager for help installing gcc.

Installation

Linux/BSD/MacOSX/POSIX - Build from Source

  • Run the following commands to obtain ombfullnode, all dependencies, and launch it:

Download and build the required packages.

go get -v -u github.com/soapboxsys/ombfullnode/...

Launch it

$GOPATH/bin/ombfullnode


- ombfullnode (and utilities) will now be installed ```$GOPATH/bin```
If you have not already added the bin directory to your system's path when you
setup go, we recommend you do so now.