Bitcoin Forum

Bitcoin => Electrum => Topic started by: AnoniX1 on July 28, 2021, 09:59:28 PM



Title: Sending to multiple adresses in 1 transaction in Electrum?
Post by: AnoniX1 on July 28, 2021, 09:59:28 PM
Hi,

I'm not sure if I'm doing it right cause everything I found on google is a few years old and I'm afraid doing something wrong.

So when I go to "send to many" I have a bigger field for the adress(es).
Do I have to just put each adress in 1 row like:

ajdjagdsjagöpajhgajg
ajsdghaejrgharejhjaghöpj
aögjhkajdgkjadgpöagh
asdjgkjbagijrbgiojagojbaoje

Or is there something else I have to do?


EDIT: I see it's not how it works. It shows me this error for each line:
(Exception('expected two comma-separated values: (address, amount)'))


Title: Re: Sending to multiple adresses in 1 transaction in Electrum?
Post by: BitMaxz on July 28, 2021, 10:17:21 PM
You need to add the amount on the side of your address sample this

Code:
Youraddresshere, amount
youraddress2here, amount
youraddress3here, amount

Looks like this as a sample

https://i.imgur.com/ETerZ1p.png

Don't forget the comma without it it will lead to some errors like you mention above.


Title: Re: Sending to multiple adresses in 1 transaction in Electrum?
Post by: AnoniX1 on July 28, 2021, 11:06:53 PM
You need to add the amount on the side of your address sample this

Code:
Youraddresshere, amount
youraddress2here, amount
youraddress3here, amount

Looks like this as a sample

https://i.imgur.com/ETerZ1p.png

Don't forget the comma without it it will lead to some errors like you mention above.


Thank u very much!