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.
![Screenshot_97](https://private-user-images.githubusercontent.com/46953160/315887334-3704d1cc-f4f7-4098-ba83-55ecc7d4b784.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTc1NzIsIm5iZiI6MTczODkxNzI3MiwicGF0aCI6Ii80Njk1MzE2MC8zMTU4ODczMzQtMzcwNGQxY2MtZjRmNy00MDk4LWJhODMtNTVlY2M3ZDRiNzg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA4MzQzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyNmQ2ZGI1YjRiYzA3MWY5NzZjM2UyMmE5Y2QwMzhlOWM4OTU5ZjY0NjgzZjQwNDg1ZDFiNzYxOWRkZjA5ZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BV5WXCdu4IdRYACTwdO-LFQrtnLaKoVg7HdrfIUtZKc)
- A bit inspired by this script