Skip to content

A bot that watches a wallet and automatically withdraws any incoming ETH.

Notifications You must be signed in to change notification settings

Bloudraad/eth-auto-withdraw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Copy the .env.example to .env, then add the following variables inside it and save the file:
  • INFURA_ID – your Infura project ID (can sign up for free on https://infura.io to get one);
  • VAULT_WALLET_ADDRESS — the wallet address to which the withdrawn ETH should be sent.
  • DEPOSIT_WALLET_PRIVATE_KEY — the private key of your deposit wallet.
  1. Run either npm install or yarn install.

  2. Run node index.js to start the bot.

About

A bot that watches a wallet and automatically withdraws any incoming ETH.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%