Bit

Bitcoin made easy.

Bit is a Bitcoin library written in Python and was designed from the beginning to feel intuitive, be effortless to use, and have readable source code. It was initially developed by Ofek Lev in 2016. It has since become popular and found new contributors, among which is the excellent Teran McKinney and me. I have been working on adding new features to Bit since 2017.

Notable features include:

  • Multi-signature,
  • Segwit,
  • transaction batching, and
  • Mark Erhardt’s Branch-and-Bound coin selection.

It is currently maintained by both Ofek, Teran and me.