Dave Collins 121f7a47d4 Add block inventory relay.
This commit adds support for relaying blocks between peers.  It keeps
track of inventory that has either already been advertised to remote peers
or advertised by remote peers using a size-limited most recently used
cache.  This helps avoid relaying inventory the peer already knows as
much as possible while not allowing rogue peers to eat up arbitrary
amounts of memory with bogus inventory.
2013-09-11 20:14:13 -05:00
2013-08-07 12:47:51 -05:00
2013-09-11 20:14:13 -05:00
2013-08-08 12:47:15 -05:00
2013-08-08 12:47:15 -05:00
2013-08-06 19:17:05 -05:00
2013-09-11 20:14:13 -05:00
2013-08-07 12:47:51 -05:00
2013-09-11 20:14:13 -05:00
2013-09-09 11:01:05 -05:00
2013-08-09 16:20:06 -04:00
2013-09-11 20:14:13 -05:00
2013-08-07 12:47:51 -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 block realy
  • Implement transaction mempool & relay
  • Complete address manager
  • Documentation
  • A lot of code cleanup
  • Optimize
Description
Kaspad is the reference full node Kaspa implementation written in Go (golang).
Readme ISC
Languages
Go 99.6%
Shell 0.3%