Skip to content

EthereumCommonwealth/d223_mass_sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script for mass sending tokens by the list in CSV

(CLI version)

UP to 500 txs per block.

Running locally

Install the app's dependencies:

npm install

Set up your local environment variables by copying the example into your own .env file:

cp .env.sample .env

Your .env now contains the following environment variables:

  • IN_FILE (placeholder) - CSV file (delimiter = ;) with list of address & values to send
  • OUT_FILE (placeholder) - CSV file for results
  • ADDRESS_COL (placeholder) - Index of column holding address
  • VALUE_COL (placeholder) - Index of column holding value
  • THRESHOLD (placeholder) - Values smaller than THRESHOLD will be ignored
  • PRIVATE_KEY (placeholder) - Key of source wallet
  • BATCH_SIZE (placeholder) - Number of txs in one batch
  • BATCH_DELAY (placeholder) - Delay between batch of txs in seconds
  • GAS_PRICE (placeholder) - Manually provide gasPrice in gwei
  • RPC (placeholder) - RPC node address
  • TOKEN_CONTRACT (placeholder) - address of Token (if not set - working with Native coin)
  • START_LINE (placeholder) - Index of line in CSV to start from (e.g. skip previous lines) (default = 0)

Start app:

npm start

Results will be in OUT_FILE.

Contacts

LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy