Author

Topic: sendfrom bitcoind is deprecated - how to send from account ? (Read 373 times)

jr. member
Activity: 115
Merit: 2
Thanks for your answer. Also I have found that new version of Bitcoin Core supports multi wallets - that maybe can help me.
legendary
Activity: 3388
Merit: 4615
I am using bitcoind 0.15.1, suddenly the sendfrom command is deprecated:

Code:
bitcoin-cli help sendfrom
sendfrom "fromaccount" "toaddress" amount ( minconf "comment" "comment_to" )

DEPRECATED (use sendtoaddress). Sent an amount from an account to a bitcoin address.

But, sendtoaddress does not provide sending from account - what command can I use in new version of Bitcoin Core ?

Accounts in Bitcoin Core are deprecated.

If you need an accounting system, use an external system.
jr. member
Activity: 115
Merit: 2
I am using bitcoind 0.15.1, suddenly the sendfrom command is deprecated:

Code:
bitcoin-cli help sendfrom
sendfrom "fromaccount" "toaddress" amount ( minconf "comment" "comment_to" )

DEPRECATED (use sendtoaddress). Sent an amount from an account to a bitcoin address.

But, sendtoaddress does not provide sending from account - what command can I use in new version of Bitcoin Core ?
Jump to: