Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 792 Bytes

etherfidailycollector

Small python script that helps with processing Daily Collector on ether.fi

🚀 Installation

git clone https://github.com/Jcomper/etherfidailycollector.git

cd etherfidailycollector

pip install -r requirements.txt

python main.py

Before you start:

  • rename data\wallets_EXAMPLE.txt -> data\wallets.txt
  • put your wallets (NOT PRIVATE KEYS) to data\wallets.txt
  • rename data\proxies_EXAMPLE.txt -> data\proxies.txt
  • put your proxies in format user:password@IP:PORT to data\proxies.txt

⚙️ Settings

The script is running indefinitely, it checks wallet by wallet, and if available collects "Daily Collector" bonuses on ether.fi then sleep a random time. You can set limits in setting.py CYCLE_SLEEP_FROM and CYCLE_SLEEP_TO variables.