Skip to content

v0.1.0

Choose a tag to compare

@jtraub91 jtraub91 released this 21 Apr 02:26

bits is a cli tool and pure Python library for Bitcoin

CLI subcommands:

  • key - Generate private key
  • pubkey - Calculate public key
  • wif - Encode (or decode) WIF key
  • addr - Encode Bitcoin addresses
  • mnemonic - Generate (or convert) mnemonic phrases
  • hd - Derive (or decode) extended keys
  • script - Create arbitrary Bitcoin Scripts
  • sig - Create or verify bitcoin signatures
  • ripemd160 - ripemd160(data)
  • sha256 - sha256(data)
  • hash160 - HASH160(data)
  • hash256 - HASH256(data)
  • base58 - base58 (check) encoding / decoding
  • bech32 - Encode (or decode) bech32 or segwit data
  • tx - create raw transactions