Tools menu > Create transaction > from csv text. Then enter the recipient addresses and amounts in the fashion:
1BitcoinEaterAddressDontSendf59kuE, 0.002
1DevNullAddressDontSendf59kuE, 0.02
Click load csv. Then on the next window verify that the transaction is correct and click on sign to proceed. Note that one of the outputs is going to be a change address in your wallet.
Thank you for your pointing out that function for me. It work!
Now, I just wonder why the the team don't put this function under the "send" menu just like other client, users can just click a add recipient button to add more address to pay, isn't that more convenient to use?
This is the way I understand it:
- Electrum aims to be a minimalistic wallet. The lead developers want an uncluttered GUI.
- Electrum is an open source project and it is run by volunteers. If you want a feature you have to do it yourself or pay someone to do it.
- A bitcoin talk forum member harningt forked the project and added the feature above in response to a bounty. He then submitted a pull request for inclusion into the official electrum code:
https://github.com/spesmilo/electrum/pull/282- The Electrum lead developers decided to include it and merged it into their code.
If you want to see this feature exposed on the send tab you will have to follow the process above.