Author

Topic: Blockchain.info JSON RPC API (Read 1263 times)

hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
July 26, 2014, 09:56:43 PM
#4
Oh my god, sorry for bumping this, but I was looking this up on google and this was the first thing that came up, and turns out I was the one that solved the problem a couple months ago.
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
April 12, 2014, 09:05:22 PM
#3
I have found the problem. You have to use walletpassphrase to enter the second password. Example below:
Code:
print_r($client->walletpassphrase('mysecondpassword', '1000'));
Replace mysecondpassword with your actual second password, and the 1000 is the amount of seconds (I don't really get this, just set it to 1000).
Hope I could be of help!
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
April 12, 2014, 07:12:04 PM
#2
Have the same problem to. Did you figure it out yet?
newbie
Activity: 1
Merit: 0
February 25, 2014, 03:54:46 PM
#1
I have a problem with the Blockchain.info API.
Everything works fine for all the calls that don't require secondary password getinfo(), getaccount(), getbalance() etc.  but when I try to call move() or sendfrom() I get an error: "JSON-RPC method{move} with 3 parameters not found". I have setup secondary password and use walletpassphrase() which returns true before every call .

I'd be grateful for any help.
Jump to: