Small script to gather all your Ethereum LRT points from different addresses (no private keys required).
Currently, only ether.fi, renzo, puffer, swell, zircuit, Ethena, Karak and kelp are supported
+Bonus: 📜Scroll marks checker (turn it off in the config.py if you do not need it)
Ether.fi points are not 100% accurate, their API is so strange, I'm getting like 10% less than the actual amount
git clone https://github.com/danijcom/lrt-points-checker
cd lrt-points-checker
pip install -r requirements.txt
python main.py
- rename addresses_EXAMPLE.txt -> addresses.txt
- put your addresses (NOT PRIVATE KEYS) to addresses.txt
- rename proxies_EXAMPLE.txt -> proxies.txt
- put your proxies in format user:password@IP:PORT to proxies.txt (or you can leave the proxy.txt file empty, and confirm the script will run without a proxy after launch if you want. I don't know what the consequences might be)
- [optional] You can turn off not-needed protocols in the config.py by changing True to False.
- A bit inspired by this script