spesmilo / electrum-server

Electrum server
MIT License
301 stars 388 forks source link

Is it possible to do bulk payments using electrumX? #191

Closed bumbumpaw07 closed 5 years ago

bumbumpaw07 commented 5 years ago

Is it possible to do bulk/batch/mass payments like the available functionality in electrum client that allows users to export csv or input multiple lines for addresses?

https://electrum.readthedocs.io/en/latest/faq.html#can-i-do-bulk-payments-with-electrum

https://electrum.readthedocs.io/en/latest/_images/paytomany.png

SomberNight commented 5 years ago

This is not the repository for ElectrumX. Also, the server is agnostic to the nature of bitcoin transactions being broadcast, so of course those can have multiple outputs. This is something the client needs to implement, and as you yourself have already pointed out, Electrum (the client) already supports this.