japancode / ETH-Sweeper-Bot

This bot will sweeps all available ethers to your wallet :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧹 Ethereum Sweeper Bot

How do Sweepers Work? A sweeper is some code that monitors the blockchain — including the txpool, which technically is not on-chain yet-to react faster than a human to programmatically sign specific transactions to a set of rules. How Script Works? THis script listen incoming transactions by ethereum address. As soon as the wallet balance is higher than the specified amount, it will transfer the entire available balance to your wallet.

⚠️ Attention Of course, you must have a private key to the wallet you are going to listen to

💠 Variables

  • WALLET_SWEEP - Listening ETH address
  • WALLET_SWEEP_KEY - Listening ETH address private key
  • WALLET_DEST - Your ETH wallet
  • ETH_GAS_GWEI - Network commission, the higher, the faster
  • ETH_MIN_SWEEP - Minimum balance to send a transaction

What is the purpose of this tool? Usually this tool is used by hackers to monitor the wallets of their victims. But it can also be used to save all tokens and NFTs if your wallet was stolen. Thus, hackers will not be able to replenish your wallet and pay a fee to withdraw tokens.

🔗 Socials:

⚠️ Error: replacement transaction underpriced? Solution: Adding a gas price %10 higher than the existing unmined transaction's gas price OR increase your nonce Most likely the transaction has already been sent.

About

This bot will sweeps all available ethers to your wallet :D

License:MIT License


Languages

Language:JavaScript 100.0%