robin7245
Results
1
comments of
robin7245
your help would be appreciated. this is my code private static final BitcoinJSONRPCClient bitcoin = new BitcoinJSONRPCClient(); String temp = bitcoin.getBlockTemplate("{\"capabilities\": [\"coinbasetxn\", \"workid\", \"coinbase/append\"]}"); and BitcoinJSONRPCClient .java has this: //getBlockTemplate...