105 Forks
285 Stars
285 Watchers

py-bitcoin

比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。

How to download and setup py-bitcoin

Open terminal and run command
git clone https://github.com/csunny/py-bitcoin.git
git clone is used to create a copy or clone of py-bitcoin repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with py-bitcoin https://github.com/csunny/py-bitcoin/archive/master.zip

Or simply clone py-bitcoin with SSH
[email protected]:csunny/py-bitcoin.git

If you have some problems with py-bitcoin

You may open issue on py-bitcoin support forum (system) here: https://github.com/csunny/py-bitcoin/issues