0xbd3a…69e7

All memos sent from and to 0xbd3a…69e7.

Cool. With respect to transaction batching, you can have a look at the following post, which is doing something similar (or maybe i'm mistaken 'cause i'm not a programmer). https://hackernoon.com/how-to-script-an-automatic-token-airdrop-for-40k-subscribers-e40c8b1a02c6 For the node IP part, what I am expecting is that I should be able to run the script without even running a local eth node. So if i just run the script on my PC, it should ideally automatically connect to any online node and propagate the transaction. I stated that requirement just to achieve this i.e. the script should work without the requirement to run a local eth node. If you think you can achieve this through any other method (other than what's mentioned in the initial post), I'm good with that. Also, please hit me up on telegram if you feel you have any questions. My id is: @CryptoChilli
Ethereum Script / Contract for auto-transfer of ERC-20 tokensCreate a script / contract for auto-distribution of tokens (already deployed on ethereum mainnet), from one ETH address to multiple addresses (included in a csv file) Following should be the process: 1. Take contract address of an ERC20 token deployed on mainnet (e.g. TRAC) 2. Take public and private key of an address which has the balance of tokens to be transferred. 3. Take csv files which contains multiple eth addresses (100-500) in one column, and number of tokens to be transferred to each address in second column 4. Take the ip address of the node to which one needs to connect 5. Take the gas limit and price for token transfer transaction 6. Take the number of addresses to be included in one ETH transaction (let's say 20 addresses per transaction) 7. Once all the fields have been filled out, execute the script, which transfers the tokens to all the addresses by breaking them down as per in transactions as per the number mentioned in point 6.
Ethereum Script / Contract for auto-transfer of ERC-20 tokensCreate a script / contract for auto-distribution of tokens (already deployed on ethereum mainnet), from one ETH address to multiple addresses (included in a csv file) Following should be the process: 1. Take contract address of an ERC20 token deployed on mainnet (e.g. TRAC) 2. Take public and private key of an address which has the balance of tokens to be transferred. 3. Take csv files which contains multiple eth addresses (100-500) in one column, and number of tokens to be transferred to each address in second column 4. Take the ip address of the node to which one needs to connect 5. Take the gas limit and price for token transfer transaction 6. Take the number of addresses to be included in one ETH transaction (let's say 20 addresses per transaction) 7. Once all the fields have been filled out, execute the script, which transfers the tokens to all the addresses by breaking them down as per in transactions as per the number mentioned in point 6.