1
I want to make a faucet. But my problem is that I don't know how I can make my payouts. I would have a lot of little amounts (like 10'000 satoshis) to pay. Is there an efficient way of doing thousands of those transactions without paying to much fees?
Do I have to make every transaction manually (in Python or in Java with the Blockchain API)?
Thanks for the answers.
2Note that the Bitcoin protocol is intentionally designed to make it expensive to do this - transactions are a scarce resource and making lots of them is going to cost you in fees, one way or the other. Given the current controversies over block size and its effects, you might reconsider whether another new service to create huge numbers of small transactions is really in the best interests of the Bitcoin world right now. – Nate Eldredge – 2016-03-28T14:51:43.920