Skip to content

A bot for interacting with the Rivalz Fragmentz claimer using Ethereum wallets.

License

Notifications You must be signed in to change notification settings

dante4rt/rivalz-ai-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rivalz AI Bot

This repository contains a bot for interacting with the Rivalz Fragmentz claimer using Ethereum wallets.

Features

  • Check wallet balances
  • Claim Fragmentz
    • One-time claim
    • Recurring claim every 12 hours
  • Interactive CLI interface

Getting Started

Follow these steps to set up and run the bot.

Prerequisites

  • Node.js (version 16 or higher)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/dante4rt/rivalz-ai-bot.git
    cd rivalz-ai-bot
  2. Install dependencies:

    npm install

Setting Up Wallets

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"
    ]

Usage

To start the bot, run:

npm start

Options

  1. Check Balances: Enter 0 to check the balance of each wallet.
  2. 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.

Donations

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

License

This project is licensed under the MIT License.

About

A bot for interacting with the Rivalz Fragmentz claimer using Ethereum wallets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published