#!/usr/bin/env python from pyjsonrpc import ServiceProxy bitcoin = ServiceProxy('http://127.0.0.1:8332') # this is your bitcoind node and RPC port ...
確定! 回上一頁