- Multi-account support (via
.env) - Optional proxy support (
proxies.txt) - Auto-refresh every 24 hours
- Automatic token drip requests
- Automatic token transfers to random addresses
- Minimal and clean terminal output
- clone the repository
git clone https://github.com/Chimalai/F4stest___.git
cd F4stest___- Install dependencies
pip install -r requirements.txtAdd your private keys (without 0x) like this:
PRIVATE_KEY_1=your_private_key_1
PRIVATE_KEY_2=your_private_key_2
...ip:port # Default HTTP
http://ip:port # Explicit HTTP
http://user:pass@ip:port # With authenticationpython bot.pyOnce started:
- The bot processes all accounts
- Executes drip and/or transfer
- Waits 24 hours before restarting the cycle
