Author

Topic: RPC Server 500 Error (Read 1212 times)

sr. member
Activity: 351
Merit: 250
September 07, 2012, 11:03:07 PM
#3
Doh! Thanks!!!!!!
legendary
Activity: 1498
Merit: 1000
September 07, 2012, 10:31:02 PM
#2
Code:
{"jsonrpc": "1.0", "id":"256a5750-3b89-414b-8d5e-e28d450ee88b", "method": "sendtoaddress", "params": ["19x68qBiQ1yLto9Ds1z6wPaP12Aa16JrER":0.50000000] }

it is a colon not a comma
sr. member
Activity: 351
Merit: 250
September 07, 2012, 10:08:42 PM
#1
I'm trying to send funds with the RPC.

Here's my JSON:


Quote
{"jsonrpc": "1.0", "id":"256a5750-3b89-414b-8d5e-e28d450ee88b", "method": "sendtoaddress", "params": ["19x68qBiQ1yLto9Ds1z6wPaP12Aa16JrER",0.50000000] }


However, bitcoind throws a 500 error when I attempt this. What am I doing wrong?
Jump to: