An alternative full node implementation of LBRY's blockchain written in Go (golang)
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. |
||
---|---|---|
btcd | ||
.gitignore | ||
LICENSE | ||
README.md |
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