Given a large number of output addresses, what's the best way to send a payment to each one? Assuming the wallet balance is sufficient.
If I send the payments one by one in quick succession, I might get an InsufficientMoneyException if some of the funds are tied up in change. I've also tried combining it all into one transaction, but that could result in a transaction that exceeds the maximum transaction size if a lot of inputs are required, or a lot of output addresses are specified. I'd appreciate any ideas on how to approach this- thanks in advance! -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
