If you find this project useful, please consider starring the repository ⭐️
A Python-based bot for interacting with the InitVerse mainnet. It automates tasks such as performing trades, completing periodic Twitter tasks, and supporting multi-account farming with proxy integration.
- 🤖 Automated daily trading
- 🐦 Periodic Twitter tasks
- 🔄 Multi-account trading/farming
- 🛡️ Proxy support for enhanced security and anonymity
- Create an Account on InitVerse
- Visit InitVerse Candy and connect your wallet.
- Link your social accounts and complete the "Start Here" task.
- Join the miner pool using Windows or Linux.
- Acquire INI tokens by mining or receiving them from someone.
Follow these steps to set up and run the bot.
git clone https://github.com/Anzywiz/InitVerse-bot.git
cd InitVerse-botIf you have previously set up the script, update it with:
git pull
pip install -r requirements.txtWindows:
python -m venv venv
venv\Scripts\activateLinux/Mac:
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txtCreate a config.json file in the project directory with the following structure:
{
"private_keys": ["your_private_key1"],
"timeout_between_trades_in_sec": 10,
"timeout_after_trades_in_hrs": 12,
"send_amount": 0.000001,
"proxies": null
}Replace your_private_key1 with your actual private key. You can add multiple private keys to enable multi-account trading.
python main.pyIf you encounter any issues, please report them in the Issues section.
💡 Want to contribute? Fork the repository, make your changes, and submit a pull request (PR). Contributions are always welcome!
This project is licensed under the MIT License.
⭐ Support the project by starring the repo! 😊