Author

Topic: Is it possible to send ERc20 token to 500 people? (Read 172 times)

newbie
Activity: 3
Merit: 0
I have 90.000 capps , i wanted to distribute to 500 people, i thought some wallet provide this kind of services.
newbie
Activity: 3
Merit: 0
Exactly. You can't send a transaction to multiple accounts/addresses because Ethereum doesn't work with UTXO method but with account method. So you spend Ethers from one account to other one. Not transactions that you have received (inputs) to other addresses (outputs).
Thanks
jr. member
Activity: 30
Merit: 1
Exactly. You can't send a transaction to multiple accounts/addresses because Ethereum doesn't work with UTXO method but with account method. So you spend Ethers from one account to other one. Not transactions that you have received (inputs) to other addresses (outputs).
legendary
Activity: 2758
Merit: 6830
Which another wallet support multiple receiver sending?
Normally, none. Like the user said above, you will need to develop a smartcontract to do what you want (see the OmiseGo contract example above).
member
Activity: 140
Merit: 15
Love Bitcoin
HI

How to send token to 500 people  at the same time with one single transaction ?

When i look at in Myetherewallet.com there is no possibility to addmultiple address

U can't do massive payout via myetherewallet.

Try to find another ethereum wallet which supports multiple receiver sending.

Or

You need to develop a special ethereum script for doing this. But you need to be qualified in coding of such things.

If you can't then I can help you for $  Smiley I have experience in making such things as I am ethereum related web coder.

Which another wallet support multiple receiver sending?
jr. member
Activity: 159
Merit: 5
HI

How to send token to 500 people  at the same time with one single transaction ?

When i look at in Myetherewallet.com there is no possibility to addmultiple address

U can't do massive payout via myetherewallet.

Try to find another ethereum wallet which supports multiple receiver sending.

Or

You need to develop a special ethereum script for doing this. But you need to be qualified in coding of such things.

If you can't then I can help you for $  Smiley I have experience in making such things as I am ethereum related web coder.
jr. member
Activity: 30
Merit: 1
You mean something like an airdrop? If yes check this code here: https://github.com/omisego/airdrop/blob/master/contracts/Airdropper.sol
newbie
Activity: 3
Merit: 0
HI

How to send token to 500 people  at the same time with one single transaction ?

When i look at in Myetherewallet.com there is no possibility to addmultiple address
Jump to: