Git Product home page Git Product logo

sonic-odyssey-bot's Introduction

Sonic Odyssey Bot

Sonic Odyssey Bot is an application designed for interacting with the Sonic Odyssey platform. It supports multiple features including sending SOL (Solana) cryptocurrency transactions, claiming rewards, opening mystery boxes, and daily login operations.

Features

  • Transaction Sending: Sends SOL transactions from multiple accounts to random addresses.
  • Claim Box: Automates the process of claiming rewards boxes.
  • Open Box: Automates the process of opening mystery boxes.
  • Daily Login: Automates the daily login process.
  • Input Methods: Supports input via seed phrases or private keys.
  • Random Address Generation: Generates a specified number of random addresses for sending transactions.
  • Adjustable Amount of SOL: Allows users to specify the amount of SOL to send in each transaction.
  • Transaction Delay: Allows users to specify a delay between each transaction.

Prerequisites

  • Node.js installed on your machine
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/dante4rt/sonic-odyssey-bot.git
  2. Navigate into the project directory:

    cd sonic-odyssey-bot
  3. Install dependencies:

    npm install
    # or
    yarn install
  4. Prepare input files:

    • Create accounts.json with an array of seed phrases.
    • Create privateKeys.json with an array of private keys (base58 encoded).

    Example accounts.json:

    [
      "seed_phrase_1",
      "seed_phrase_2"
    ]

    Example privateKeys.json:

    [
      "base58_private_key_1",
      "base58_private_key_2"
    ]

Usage

Run the bot using Node.js:

npm start

or

npm run claim

Follow the prompts to:

  1. Select the input method (0 for seed phrase, 1 for private key).
  2. Specify the number of random addresses to generate.
  3. Enter the amount of SOL to send in each transaction.
  4. Enter the delay between each transaction in milliseconds (default is 1000ms).
  5. Choose an operation:
    • 1: Claim Box
    • 2: Open Box
    • 3: Daily Login

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.