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:
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