This repository contains bitumd, a Bitum full node implementation
written in Go (Golang).
It acts as a chain daemon for the Bitum
cryptocurrency. bitumd maintains the entire past transactional ledger
of Bitum and allows relaying of transactions to other Bitum
nodes across the world. To read more about Bitum please see the
project documentation.
To send or receive funds and join Proof-of-Stake mining, you will also
need to use a bitumwallet.
Go 1.11 or newer.
go get -u -v github.com/bitum-project/bitumd/...
$ make test
(Runs ./run_tests.sh.)
The integrated issue tracker is used for this project.
The documentation is a work-in-progress. It is located in the docs folder. See for example:
Bitum is licensed under the copyfree ISC License.