Author

Topic: How to use [ sendmany ] [ sendfrom ] command? (Read 176 times)

legendary
Activity: 1624
Merit: 2481
So sendfrom and sendmany requires account?

From the RPC Help:

Code:
Arguments:
1. "fromaccount"       (string, required)

So.. yes.



So this deprecated reason is there is no need to maintain account?

You don't have to use 'accounts' in core.
sendfrom is deprecated. It is recommended to use sendtoaddress:
Code:
sendtoaddress "address" amount



Then just use these commands like sendfrom "" (blank space of account variable) is ok?

From the RPC Help:


Code:

1. "fromaccount"       ...May be the default account using "".
jr. member
Activity: 405
Merit: 5
I believe the "account" system is deprecated in Bitcoin Core.

If you want accounts, you should implement them yourself in your own external system.  The functionality of the Bitcoin Core accounting system is limited in scope, and most people make bad assumptions about how it works.



So sendfrom and sendmany requires account? So this deprecated reason is there is no need to maintain account? Then just use these commands like sendfrom "" (blank space of account variable) is ok?

legendary
Activity: 3388
Merit: 4615
I believe the "account" system is deprecated in Bitcoin Core.

If you want accounts, you should implement them yourself in your own external system.  The functionality of the Bitcoin Core accounting system is limited in scope, and most people make bad assumptions about how it works.

jr. member
Activity: 405
Merit: 5
This wiki says,
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

[sendmany] , [sendfrom] command requires specific [ fromaccount ] variable?

Then, when bitcoin daemon installed, there is no default account? maybe.

Then, I need to set account (something like "admin") to some address first?

For use [sendmany] command.

Jump to: