Post
Topic
Board Development & Technical Discussion
Re: CreateTransaction: suggest/enforce fee for big low-priority transactions
by
molecular
on 02/03/2011, 13:28:53 UTC
Can we make it easier to create multi-output txn for peole like slush to distribute to large lists?

I'm quoting from #bitcoin-dev:

Quote
ArtForz> hmmm... doesnt look like adding a rpc interface to send to multiple outputs simultaneously would be too hard
ArtForz> looks like the cleanest way woudl be to extend CreateTransaction so it takes a vector of (scriptPubKey, nValue) pairs
sipa> i was thinking exactly the same