Skip to content

About Run the following command to install ethers.js, which is used to interact with blockchain networks such as Ethereum and BNB: npm install ethers dotenv prompt-sync

Notifications You must be signed in to change notification settings

emmanuelfides/flashbot-ETH-distribute-collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Run the following command to install ethers.js, which is used to interact with blockchain networks such as Ethereum and BNB:

npm install ethers dotenv prompt-sync

  1. Create .env files To avoid hardcoding sensitive information such as private keys in your code, use .env files to store them. You need to install the dotenv library to read data in .env files:

  2. How to run and use

Perform bulk distribution or aggregation using flashbot Edit the .env file to ensure that all wallet private keys, Infura project IDs and other information have been set correctly.

  1. In the project directory, use the following command to run the script: node script.js

If there is no response after running for a long time, it may be due to low rpc or gas, and has nothing to do with the code.

The script automatically performs the operation of distributing or collecting ETH(BNB) and prints the balance of each wallet.

Eth or bnb can choose their own different rpc mainnets!

DM for more info https://t.me/emmanuelfides1

About

About Run the following command to install ethers.js, which is used to interact with blockchain networks such as Ethereum and BNB: npm install ethers dotenv prompt-sync

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published