Skip to content

Releases: jtraub91/bits

v0.2.1

27 Nov 03:01

Choose a tag to compare

v0.2.0

28 Apr 02:08

Choose a tag to compare

Adds the following CLI subcommands, which depend on configuring a connection to a trusted bitcoind node over RPC.

  • send - Send funds from from_ addr to to_ addr.
  • mine - Mine blocks
  • rpc - rpc interface

v0.1.1

27 Apr 00:17

Choose a tag to compare

Highlights:

  • fixes Python compatibility issues

v0.1.0

21 Apr 02:26

Choose a tag to compare

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