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
Go 1.3 or newer.
- Install Go according to the installation instructions here: http://golang.org/doc/install
git
- Refer to your package manager for help installing git.
gcc
- Refer to your package manager for help installing gcc.
-
Run the following commands to obtain ombfullnode, all dependencies, and launch it:
go get -v -u github.com/soapboxsys/ombfullnode/...
$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.