Bitcoin Forum
May 28, 2024, 09:44:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: How exactly do altcoin tokens distribute airdrops? on: March 22, 2018, 09:28:39 PM
yes for airdrops mostly smart contracts are used on the eth platform, just like they distribute tokens to the investors, similarly they set the parameters and addresses for airdrop tokens and then the process is automated.

Yes, I understand the idea.

However, I am wondering if there is any Solidiity code available that I can play with. Any ideas?
2  Alternate cryptocurrencies / Altcoin Discussion / Re: How exactly do altcoin tokens distribute airdrops? on: March 21, 2018, 08:13:15 PM
Yes there is a way to do that. It is done by scripts and a smart contract, script feeds the address list to smart contract in bulk packages, and smart contract sends them with the standard send command (looped).
The avarage cost of airdropping tokens is 0.1ETH per 1000 addresses ( I'm talking about gas cost only ). So for your examplary 5000 addresses, you'dpay 0.5ETH gas fee.

Thanks for the info about the gas cost. I can see, from the Twitter, that you are very knowledgeable about all the airdrops happening!

Do you know of any example smart contracts / scripts used? All of the tokens mentioned on your Twitter must be using such code.

Thanks.
3  Alternate cryptocurrencies / Altcoin Discussion / How exactly do altcoin tokens distribute airdrops? on: March 19, 2018, 10:58:37 PM
I've noticed that a number of altcoin projects distribute tokens via airdrops.

Members sign up with the ETH address using Google Docs or on the token's website. Often, several thousand people may sign up to receive a defined number of tokens.

How are these tokens being distributed in an efficient manner? Is there some kind of script that sends 100 ABC tokens to each of 5,000 addresses?

How do these airdrops work?

4  Alternate cryptocurrencies / Altcoin Discussion / What is the best way to create an ERC20 token? on: February 14, 2018, 03:11:29 PM
I would like to create a new ERC20 token. Where am I supposed to enter the code?

a) In Remix IDE on the Ethereum website.
b) In Remix in the Mist wallet.
c) in the Ethereum wallet.
d) Somewhere else.
   
I simply want to enter the code, compile it, see the tokens in a wallet, and be able to send the tokens to another address.

Is there an accepted method? Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!