Post
Topic
Board Development & Technical Discussion
Re: bitcoind sendmany vs. sendtoaddress
by
DeathAndTaxes
on 14/05/2014, 07:13:55 UTC
Sendmany creates a single transaction with multiple outputs.
Sendtoaddress would be one transaction per address.

Outputs are relatively small, inputs are much larger so using sendmany reduces the average tx size on a per output basis.