Skip to content

A Python wrapper for the bitcoin core command line to analyse bitcoin node data.

Notifications You must be signed in to change notification settings

Julian128/bitcoinRpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin RPC Client

A Python library for interacting with Bitcoin Core, providing easy access to blockchain data, transaction analysis, and price information.

Features

  • Bitcoin Core RPC integration
  • Block and transaction analysis tools
  • Real-time price data from CoinGecko and Binance
  • UTXO set information
  • Mempool monitoring
  • Transaction fee analysis

Data Classes

  • Block: Complete block data with transaction details
  • BlockLite: Lightweight block information
  • Transaction: Detailed transaction information
  • Input: Transaction input data
  • Output: Transaction output data
  • Script: Bitcoin script handling

Version

Current version: 0.1.0

License

MIT License

About

A Python wrapper for the bitcoin core command line to analyse bitcoin node data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages