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