An alternative full node implementation of LBRY's blockchain written in Go (golang)
Go to file
Dave Collins ca8496e66d Make IPv4 and IPv6 listen on different sockets.
This commit implements support for listening on multiple sockets and
changes the default listen code to use one socket per address family (IPv4
and IPv6).

In addition, it changes the default listen binding for the RPC server to
localhost so only local clients can connect to it.

There need to be several options added to allow customization of these
settings and those will be in future commits.

Fixes #3.
2013-08-07 10:39:23 -05:00
btcd Make IPv4 and IPv6 listen on different sockets. 2013-08-07 10:39:23 -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