Bitcoin Forum
June 24, 2024, 11:08:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] bitpeer.py: a pure python3 bitcoin protocol and node library  (Read 727 times)
dakk (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
November 28, 2015, 09:51:10 AM
Last edit: November 28, 2015, 11:00:11 AM by dakk
 #1

Hi, I made a python3 library called bitpeer.py with these features:

  • Bitcoin protocol data serialization / deserialization
  • Customizable clients for single node connections
  • Network support for different coins (bitcoin, namecoin, litecoin)
  • DNS seed bootstrap
  • Multiple connections
  • Mempool and transaction broadcast
  • Automatic syncronization with storage capabilities (the storage abstraction allows different storage types)
  • Storage types: shelve and memory
  • Peer reconnection handling


The library is available on github (https://github.com/dakk/bitpeer.py) and pypi (pip3 install bitpeer.py).

You can support this project and other bitcoin-related projects by donating BTC to: 129k6fDTd66j1LMY5RAdFSQozeBe58nfxE
btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 567


View Profile
November 30, 2015, 05:53:48 AM
 #2

Good work ! Does this support RPC like API ... ?

dakk (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
November 30, 2015, 11:09:58 AM
 #3

Good work ! Does this support RPC like API ... ?

Not yet... It's most suitable for using it from another python software
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!