An alternative full node implementation of LBRY's blockchain written in Go (golang)
Go to file
Dave Collins 3195020fee Improve sample-btcd.conf.
This commit improves the sample-btcd.conf file by including some
explanatory text and adding a few more available options.
2013-08-07 12:12:46 -05:00
btcd Improve sample-btcd.conf. 2013-08-07 12:12:46 -05:00
.gitignore Initial commit. 2013-08-06 11:32:43 -05:00
LICENSE Initial import. 2013-08-06 19:17:05 -05:00
README.md Initial import. 2013-08-06 19:17:05 -05:00

btcd

btcd is an alternative full node bitcoin implementation written in Go (golang).

This project is currently under active development and is not production ready yet.

TODO

The following is a list of major items remaining before production release:

  • Implement multi-peer support
  • Implement relay
  • Complete address manager
  • Rework the block syncing code to work with headers
  • Documentation
  • A lot of code cleanup
  • Optimize