JSON-RPC programming tips using labels

I added label related functions to help with managing multiple addresses per user.  New or renamed functions are: getreceivedbyaddress — amount received on a single address getreceivedbylabel — amount received by all addresses with this label listreceivedbyaddress — list addresses and amounts they’ve received listreceivedbylabel — list labels and amounts […]

Read more

Re: Exception: 9key_error error

Today, I’ve got an error message: Exception: 9key_error CKey::CKey(); EC:KEY_new_by_curve_name failed bitcoin in ThreadBitcoinMiner() Console: terminate called after throwing an instance of ‘key_error’ what(): CKey::CKey() : EC_KEY_new_by_curve_name failed Aborted I hope that isn’t a buffer overflow. Have anybody this error message too? OS: linux Does it happen every time you […]

Read more

Re: URI-scheme for bitcoin

Quote from: Karmicads on May 01, 2010, 06:06:53 A freenet URI is like this: http://127.0.0.1:8888/USK@oshw3DxmJUt7q4ThF4dCez5IXbc9hCGcv0VuwLRCmeQ,ckeXv20F1gBzkqssB4RXHZ2nB1YRT8Pb8KYZk8wj-bs,AQACAAE/occamsrazor/6/f.pdf There you go, we could easily do it the same way, like: http://127.0.0.1:8330/?to=<bitcoinaddress>;amount=<amount> Bitcoin can answer port 8330 on local loopback just as it does for JSON-RPC on 8332.  It would give an HTTP answer. […]

Read more
1 43 44 45 46 47 58