Skip to content

Fully automated bot for farming the Helios Testnet — faucet claim, bridging, and delegation with proxy support & multi-account system.

License

Notifications You must be signed in to change notification settings

cryptodai3/Helios-Testnet-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☀️ Helios Testnet BOT - CDY

Automate your journey through Helios ecosystem projects - Testnet operations and SolariSwap DEX automation in full drip-mode 😎


🔗 Quick Start

Helios Testnet Bot

  • Register: Helios Testnet
  • Use Invite Code: GENESIS-OLYMPIC-636
  • Connect Discord to register

SolariSwap Bot

  • Register: SolariSwap
  • Use same wallet as Helios Testnet

🚀 Features

Helios Testnet Bot (bot1.py)

✅ Auto Fetch Account Info
✅ Auto Faucet Claim (Requires 2captcha key)
✅ Auto Bridge HLS → Sepolia
✅ Auto Delegate HLS to Validators
✅ Auto Claim Delegation Rewards
✅ Auto Deploy Token Contract
✅ Auto Vote Governance Proposal ✅ Auto Create Governance Proposal ✅ Proxy Support (Public/Private/None)
✅ Smart Proxy Rotation
✅ Multi-Account Support

SolariSwap Bot (bot2.py)

✅ Auto Get Account Information
✅ Auto Execute Random Swaps
✅ Proxy Support (Public/Private/None)
✅ Smart Proxy Rotation
✅ Multi-Account Support

⚠️ More features coming soon. Stay tuned.


🛠️ Requirements

  • Python 3.9+
  • Pip package manager
  • 2captcha key (For Helios faucet claims only)

⚙️ Installation

  1. Clone Repository
git clone https://github.com/cryptodai3/Helios-Testnet-BOT.git
cd Helios-Testnet-BOT
  1. Install Dependencies
pip install -r requirements.txt

or

pip3 install -r requirements.txt
  1. Verify Library Versions
    If encountering issues, check and match these versions:
pip show web3 eth-account eth-utils cryptography
pip uninstall <mismatched_lib>
pip install <lib_name>==<required_version>

🧾 Configuration Files

Shared Files:

  1. accounts.txt (Both bots)
private_key_1
private_key_2
  1. proxy.txt (Both bots)
ip:port
http://ip:port
http://user:pass@ip:port

Helios Exclusive:

  1. 2captcha_key.txt (Helios bot only)
your_2captcha_api_key

▶️ Run Bots

Helios Testnet Bot:

python bot1.py
# or
python3 bot1.py

SolariSwap Bot:

python bot2.py
# or
python3 bot2.py

☕ Support Development

Consider supporting our work:

  • EVM: 0x3b94Ff1611773171E06047C0041099CccCFC609F

🔒 Security & Disclaimer

⚠️ Important

  • TESTNET USE ONLY - Never use mainnet wallets
  • ZERO LIABILITY - Use at your own risk
  • DYOR - Always audit code before execution

🔐 Best Practices

  1. Use dedicated testnet wallets
  2. Never expose private keys
  3. Verify all contract interactions
  4. Monitor bot activities regularly

🙌 Community Support

Help us improve:

  • ⭐ Star the repository
  • 🐛 Report issues
  • 💡 Suggest features
  • 📢 Share with your community

Happy Farming! 🚀🌾
Brought to you by CryptoDai3 X YetiDAO

🔒 Safety & Support

⚠️ Important Disclaimer

  • Testnet Only – This tool is designed for testnet environments only
  • No Liability – Use at your own risk. Developers assume no responsibility
  • DYOR – Always do your own research before using any automation tools

🛡️ Security Best Practices

  • 🔐 Never use Main wallets
  • 🚫 Never expose sensitive credentials
  • 📜 Always review code before execution
  • 💸 Use burner wallets with test tokens only

🙌 Support Our Work

Love this tool? Help us improve:

  • ⭐ Star the repository
  • 🔗 Share with your farming community
  • 💎 Use our referral codes (where applicable)
  • 💡 Contribute ideas and code

📝 License

This project is licensed under the MIT License.


About

Fully automated bot for farming the Helios Testnet — faucet claim, bridging, and delegation with proxy support & multi-account system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages