Best practice is to use a VPS and put a cronjob for let it farm every day.
- Initialize new node project (npm init -y)
- Run: npm install
- make a copy of
.env.example
file as.env
- Add private key where
PVT_KEY
on.env
file - Add the ID of your LOOT&RARITY Tokens as
LOOT_IDS
on the.env
file as a string without spaces - Run: node lootrarity.js
- enable start script:
chmod +x start.sh
- open crontab:
crontab -e
- set add a new row:
*/5 * * * * /full_path_to_start.sh
Change X for 1 hour after (24h format) when you claimed the xp last time. - save the script
Note: The crontab config above will run the script every 5 minutes.
Use under your responsibility. Feedback always appreciated.
FTM Donations: 0xc616E565A17BC8c158619eD0090eC83972E91F92