Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6719630
Topic
608363
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.