Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 963 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 963 Bytes

🧹 BNB Sweeper Bot (ERC20)

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
  • BNB_GAS_GWEI - Network commission, the higher, the faster
  • BNB_MIN_SWEEP - Minimum balance to send a transaction

🔗 Socials: