Recover $ETH from multiple wallets to one.
The script will send to the receiver the whole eth balance found in each wallet.
-
Open "config" folder and edit the "config.json" file. (Both MaxFee and MaxPriorityFee are in GWEI.)
-
Load your wallets into wallets.txt (format address:privateKey)
If no maxFee is set the script will use the default values pulled from the blockchain.
If no maxPriorityFee is set the script will use 2 GWEI.
Install the dependencies.
yarn
Run the script.
yarn start