UP to 500 txs per block.
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 sendOUT_FILE
(placeholder) - CSV file for resultsADDRESS_COL
(placeholder) - Index of column holding addressVALUE_COL
(placeholder) - Index of column holding valueTHRESHOLD
(placeholder) - Values smaller than THRESHOLD will be ignoredPRIVATE_KEY
(placeholder) - Key of source walletBATCH_SIZE
(placeholder) - Number of txs in one batchBATCH_DELAY
(placeholder) - Delay between batch of txs in secondsGAS_PRICE
(placeholder) - Manually providegasPrice
in gweiRPC
(placeholder) - RPC node addressTOKEN_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.