This script automates the process of logging into KivaNet, retrieving Bearer tokens, and performing mining operations while rotating proxies for anonymity.
- Kivanet
- Use my code E2MIIX
- Supports multiple accounts from
accounts.txt
- Automatic fetches Bearer tokens and stores them in
tokens.txt
- Uses rotating proxies from
proxies.txt
- Periodically fetches user balance and nickname
- Automatically switches proxies if a failure occurs
- Supports mining automation
- Install Python if not already installed.
- Clone this repository:
git clone https://github.com/kelliark/Kivanet-AutoBot cd Kivanet-AutoBot
- Install dependencies:
pip install -r requirements.txt
- Add account credentials in
accounts.txt
(Format:email:password
, one per line). - Add proxies in
proxies.txt
(Format:protocol://username:password@host:port
, one per line). - Run the script:
python main.py
main.py
- The core script that handles authentication, token retrieval, and mining.requirements.txt
- Lists dependencies required to run the script.tokens.txt
- Stores active Bearer tokens.accounts.txt
- Stores account credentials.proxies.txt
- Stores proxy list for rotating connections.
- Ensure that
accounts.txt
andproxies.txt
are properly formatted. - This script automatically switches proxies when failures occur.
- The balance and nickname are updated every minute.
This script is for educational purposes only. Use at your own risk!