# bitcoin-core-py **Repository Path**: windspear/bitcoin-core-py ## Basic Information - **Project Name**: bitcoin-core-py - **Description**: 采用python操作bitcoin core - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bitcoin-core-py #### 介绍 采用python操作bitcoin core #### bitcoin的本地测试环境 regtest 1. 下载bitcoin core client [go](https://bitcoincore.org/en/download/) 2. 启动网络 3. 安装 pip install python-bitcoinrpc 4. 运行 python -m zbit #### todo 1 添加日志框架 2 异常处理。