This repository contains a bot for interacting with the Rivalz Fragmentz claimer using Ethereum wallets.
- Check wallet balances
- Claim Fragmentz
- One-time claim
- Recurring claim every 12 hours
- Interactive CLI interface
Follow these steps to set up and run the bot.
- Node.js (version 16 or higher)
- npm
-
Clone the repository:
git clone https://github.com/dante4rt/rivalz-ai-bot.git cd rivalz-ai-bot
-
Install dependencies:
npm install
You need to provide your Ethereum private keys or mnemonics in either privateKeys.json
or accounts.json
in the following formats:
-
For private keys (array of strings):
[ "private_key_1", "private_key_2" ]
-
For mnemonics (array of strings):
[ "banana apple boat monkey", "chicken dog cat ball" ]
To start the bot, run:
npm start
- Check Balances: Enter
0
to check the balance of each wallet. - Claim Fragmentz: Enter
1
to claim Fragmentz.- One-time Claim: Enter
1
to claim once. - Recurring Claim: Enter
2
to perform an initial claim and set up a recurring job that runs every 12 hours.
- One-time Claim: Enter
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
- EVM:
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
- BTC:
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
This project is licensed under the MIT License.