Author

Topic: JSON_RPC API - Move method (Read 147 times)

newbie
Activity: 6
Merit: 0
May 13, 2018, 08:43:25 AM
#4
Thanks for both of you!
Really appreciate it!
member
Activity: 61
Merit: 15
May 13, 2018, 08:24:34 AM
#3
As the documentation suggests, if double encryption is enabled, there are two passwords, the first one is the rpcpassword you pass in when calling the rpc, pass it as the command line argument to "-rpcpassword", and the second password is your set with "walletpassphrase" api call. That means before calling any api that requires second password, call "walletpassphrase " to unlock the wallet.
legendary
Activity: 1624
Merit: 2481
May 13, 2018, 07:56:53 AM
#2
May i ask why you are using blockchain.info?
Why don't you just use bitcoind (which gives you full control) ? Especially when running a service, i wouldn't recommend blockchain.info at all..



How can I set the second password?

This 'feature' is called 'Double encryption' and can be found on the My wallet account details page.
Make sure to call walletpassphrase(password, timeout) with your password and a timeout in seconds before calling other commands.

This information is included in the link you have posted. Read the 'Security' paragraph..



newbie
Activity: 6
Merit: 0
May 13, 2018, 07:34:56 AM
#1
Hi experts,

I am trying to build a website and manage the bitcoin wallet using JSON_RPC API. And I have some problem to call Move method
From the link below
https://blockchain.info/el/api/json_rpc_api

>>>>>>>>>>>>>
Method: move
Parameters: (String fromAccount, String toAccount, long amount)
Description: Move funds from one account in your wallet to another.
Returns: String
Second Password Required
>>>>>>>>>>>>>


How can I set the second password?

Thanks,
Jump to: