Bitcoin Forum
May 08, 2024, 01:05:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Transfer eth to many people with just one transaction  (Read 138 times)
hoangvuthach (OP)
Jr. Member
*
Offline Offline

Activity: 308
Merit: 7


View Profile
May 22, 2018, 10:40:02 AM
Last edit: May 22, 2018, 10:51:28 AM by hoangvuthach
 #1

Can I create such a deal?

for example:  i have 1 eth and i want to send 10 others for only 1 transaction and each one will get 0.1 eth.
I need to find this problem because it's really hard to pay bonuses, there are thousands of people waiting for rewards but the eth deal can only create one transaction and you can not make a transaction Next if it's not finished yet.
1715130313
Hero Member
*
Offline Offline

Posts: 1715130313

View Profile Personal Message (Offline)

Ignore
1715130313
Reply with quote  #2

1715130313
Report to moderator
1715130313
Hero Member
*
Offline Offline

Posts: 1715130313

View Profile Personal Message (Offline)

Ignore
1715130313
Reply with quote  #2

1715130313
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715130313
Hero Member
*
Offline Offline

Posts: 1715130313

View Profile Personal Message (Offline)

Ignore
1715130313
Reply with quote  #2

1715130313
Report to moderator
1715130313
Hero Member
*
Offline Offline

Posts: 1715130313

View Profile Personal Message (Offline)

Ignore
1715130313
Reply with quote  #2

1715130313
Report to moderator
1715130313
Hero Member
*
Offline Offline

Posts: 1715130313

View Profile Personal Message (Offline)

Ignore
1715130313
Reply with quote  #2

1715130313
Report to moderator
anobtc
Member
**
Offline Offline

Activity: 1176
Merit: 12

Vietnamese Translator™ https://goo.gl/7inMji


View Profile WWW
May 22, 2018, 05:53:58 PM
 #2

Yes i just wonder this problems, but i never try this method in Ethereum network, may i'll search about it. And maybe the answers is no because you can see in many bounty campaigns they sent tokens to hunter manualy  Undecided

Finding a local Moderator and Translator?
View My Portfolio and feel free to contact me if you need! 😉
carter34
Member
**
Offline Offline

Activity: 1302
Merit: 25


View Profile
May 22, 2018, 09:37:21 PM
 #3

I think that should be available and possible too.  It is multiple transfer, that should be what it is. I don't have the exact solution but I guess it is available. Just keep searching, you will get the solution.
kenel
Sr. Member
****
Offline Offline

Activity: 578
Merit: 250



View Profile
July 04, 2018, 04:36:08 PM
 #4

try to conduct an offline transaction by signing each transaction with a private key. you do not need the Internet. just later download my transaction on the website MEW and it may happen
BrewMaster
Legendary
*
Offline Offline

Activity: 2114
Merit: 1292


There is trouble abrewing


View Profile
July 04, 2018, 05:52:40 PM
 #5

your question is wrong!
and the reason for it is because you were brainwashed by the advertisement, and this is exactly why i hate ETH and call it a shitcoin. but lets not get off topic.

ether is not a currency so you shouldn't be treating it as a currency either. when you say "transfer" or "pay" and ... these things belong to a currency. ether is a token, more like a fuel for smart contracts.
so far as i know there is no option in ethereum for sending ether to multiple recipients.

there are ways of working around it and coding it yourself in a way to create multiple transactions and pay tokens of an airdrop to all those receiving it but all the solutions i have seen just automate it but create multiple transactions in the end. google OMG airdrop and see the code.

it is basically this from stackexchange
Code:
contract Airdropper is Ownable {

    function multisend(address _tokenAddr, address[] dests, uint256[] values)
    onlyOwner
    returns (uint256) {
        uint256 i = 0;
        while (i < dests.length) {
            ERC20(_tokenAddr).transfer(dests[i], values[i]);
            i += 1;
        }
        return(i);
    }
}

for reference: https://github.com/omisego/airdrop/blob/master/README.md

There is a FOMO brewing...
Gaaara
Hero Member
*****
Offline Offline

Activity: 1106
Merit: 501



View Profile
July 04, 2018, 06:14:00 PM
 #6

Can I create such a deal?

for example:  i have 1 eth and i want to send 10 others for only 1 transaction and each one will get 0.1 eth.
I need to find this problem because it's really hard to pay bonuses, there are thousands of people waiting for rewards but the eth deal can only create one transaction and you can not make a transaction Next if it's not finished yet.

You can't transaction needs to be made in 1 address to another and spreading it in 1 go will make the mining overload, you can't have a faster transaction all is the same you simply needs to have 1 transaction at a time but what you were thinking is a good improvement it will be more likely to be a development for eth.



  MOCKTAIL  -  THE  FIRST  SEMI-FUNGIBLE  TOKEN  ON  BSE 
        WEBSITE        WHITEPAPER        SMART CONTRACT        TWITTER        FACEBOOK        TELEGRAM        ANN


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!