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.
- 2captcha api: solve captcha.
- auto claim faucet: script automatically claim 0.5 sol from faucet.
- 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.
- Node.js installed on your machine
npm
oryarn
package manager
-
Clone the repository:
git clone https://github.com/crypto_kotha/sonic-odyssey-bot.git
-
Navigate into the project directory:
cd sonic-odyssey-bot
-
Install dependencies:
npm install # or yarn install
-
Prepare input files:
- Create
privateKeys.json
with an array of private keys (base58 encoded).
Example
privateKeys.json
:[ "base58_private_key_1", "base58_private_key_2" ]
- Create
Run the bot using Node.js:
npm start
or
npm run claim
Follow the prompts to:
-
Choose Devnet option 1
-
Choose an operation:
- 1: Claim Box
- 2: Open Box
- 3: Daily Login
If you would like to support the development of this project, you can make a donation using the following addresses:
- EVM:
0x2472D2b2834256888C5263893b5982E443bE5e06
Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.
This project is licensed under the MIT License - see the LICENSE file for details.