
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! python2.7 | |
# | |
# tinybitcoinpeer.py | |
# A toy bitcoin node in Python. Connects to a random testnet | |
# node, shakes hands, reacts to pings, and asks for pongs. | |
# - Andrew Miller https://soc1024.com/ | |
# | |
# Dependencies: | |
# - gevent | |
# - https://github.com/petertodd/python-bitcoinlib |