If you're farming the Layer Edge incentivized node project and find periodically starting the node, performing daily streaks a hassle, or you would like to sybil multiple accounts to maximize rewards without being detected, then this bot is for you.
- Auto register/refer with referral code if account not created.
- Auto starts a light node.
- Auto claim daily streaks/node points every 24 hours.
- Colorful display of dashboard points and referrals.
- Supports proxy integration.
Follow these steps to set up and run the bot.
git clone https://github.com/Anzywiz/LayerEdge-node-bot.git
cd LayerEdge-node-bot
python -m venv venv
venv\Scripts\activate
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Create a config.json
file in the project directory with the following structure:
nano config.json
{
"private_keys": ["your_private_key1", "your_private_key2"],
"proxies": "https://username:password@proxy_address:port",
"referral_code": "kejjtEBA"
}
- Replace
your_private_key1
andyour_private_key2
with your actual private keys of a registered or unregistered burner account. - Set
proxies
in the format above or tonull
if you don't have one.
python main.py
Stay tuned for updates and improvements!
- If you encounter any issues, please report them in the Issues section.
- π‘ Want to improve the bot? Fork the repository, make your changes, and submit a pull request (PR)! Contributions are always welcome.
This project is licensed under the MIT License.
β Don't forget to star the repo if you find it useful! Your support helps keep the project growing! π