An automated bot for mining Uranium tokens from the GetUranium platform.
- Automatically mines Uranium tokens
- Multiple wallet support
- Referral system integration
- Random mining amounts
- Proxy support for IP rotation
- Detailed mining activity logs
- Node.js (v16+)
- npm or yarn
- Clone the repository:
git clone https://github.com/vikitoshi/Uranium-Auto-Bot.git- Navigate to the project directory:
cd Uranium-Auto-Bot- Install dependencies:
npm install- Create a
.envfile in the root directory based on the.env.example:
BASE_URL=https://www.geturanium.io/
MINING_INTERVAL=10000
LOG_FILE=mining-logs.txt
# Add as many wallets as you want
WALLET_1=YOUR_WALLET_ADDRESS_1
WALLET_2=YOUR_WALLET_ADDRESS_2
# Add more wallets as needed...
- (Optional) Create a
proxies.txtfile with your proxies in the format:
ip:port
ip:port:username:password
Start the mining bot:
node index.js- Press
q,Escape, orCtrl+Cto exit the application
| Option | Description | Default |
|---|---|---|
| BASE_URL | URL of the Uranium platform | https://www.geturanium.io/ |
| MINING_INTERVAL | Time between mining operations (ms) | 10000 |
| LOG_FILE | Name of the log file | mining-logs.txt |
| WALLET_# | Wallet addresses to use | - |
The bot supports HTTP/HTTPS proxies to avoid IP restrictions. Add your proxies to the proxies.txt file, one proxy per line:
ip:port
ip:port:username:password
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a pull request
This tool is for educational purposes only. Use at your own risk. The developers assume no liability and are not responsible for any misuse or damage caused by this program.
Join us on Telegram: AirdropInsiderID
This project is licensed under the MIT License - see the LICENSE file for details.