ledbits.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:ClockBlocker 作者: pinheadmz 项目源码 文件源码
def deposit():
    printMsg("Loading bitcoin address...")

    # connect to node and get new wallet address
    try:
        addr = rpc_connection.getnewaddress()
    except (socket.error, httplib.CannotSendRequest):
        printMsg("getnewaddress http error", COLOR_RED)
        time.sleep(2)
        return False

    # show off the new address!
    printMsg(addr, COLOR_GREEN, 1)
    showQR(addr, 'M')


# called by withdraw() to display segment of a list as a menu
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号