Skip to content

Constantly attempt to withdraw all ETH in provided wallet.

Notifications You must be signed in to change notification settings

mteam88/eth-sweeper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test sweeper bot

A very crude implementation of a sweeper bot on for testing purposes Constantly attempt to withdraw all ETH in provided wallet.

Installation

Clone this repo with

git clone https://github.com/mteam88/eth-sweeper-bot
cd eth-sweeper-bot

You must have go installed.

Usage

Run

go run main.go

in eth-sweeper-bot directory.

IMPORTANT: Complete the configuration steps below before running.

Configuration

Set the Environment variables below manually or place them in a .envrc or .env file.

NODE_ENDPOINT = "YOUR NODE PROVIDER HERE" // Usually a local node (ganache, geth) or a hosted node (infura, alchemy.io)
TARGET_PRIVATE_KEY = "YOUR TARGET PRIVATE KEY HERE" // Target wallet to sweep
HQ_ADDRESS = "YOUR PERSONAL ADDRESS HERE" // This is where the ETH will be sent.

About

Constantly attempt to withdraw all ETH in provided wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published