haskoin-node-0.3.0: Implementation of a Bitoin node.

haskoin-node-0.3.0: Implementation of a Bitoin node.

haskoin-node provides an implementation of the Bitcoin network protocol that allows you to synchronize headers (with SPV validation) and download merkle blocks and full blocks. This package can be used to implement wallets or other Bitcoin components that require talking to the Bitcoin network. It provides the following features:

  • Implementation of the Bitcoin network protocol
  • Headertree implementation with SPV verification
  • Headers-first synchronization
  • Merkle block download from peers with bloom filters
  • Full block download from peers

A wallet implementation using this package is available in haskoin-wallet.

Modules