This repository contains a bot for interacting with the Rivalz Fragmentz claimer using Ethereum wallets.
Follow these steps to set up and run the bot.
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
0
to check the balance of each wallet.1
to claim Fragmentz.
1
to claim once.2
to perform an initial claim and set up a recurring job that runs every 12 hours.If you would like to support the development of this project, you can make a donation using the following addresses:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
This project is licensed under the MIT License.