https://github.com/dante4rt/sonic-odyssey-bot
Sonic Odyssey Bot is an application for sending SOL (Solana) cryptocurrency transactions using seed phrases or private keys to random addresses.
https://github.com/dante4rt/sonic-odyssey-bot
airdrop automation bot odyssey solana sonic testnet web3
Last synced: 3 months ago
JSON representation
Sonic Odyssey Bot is an application for sending SOL (Solana) cryptocurrency transactions using seed phrases or private keys to random addresses.
- Host: GitHub
- URL: https://github.com/dante4rt/sonic-odyssey-bot
- Owner: dante4rt
- License: mit
- Created: 2024-06-20T01:06:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:28:53.000Z (11 months ago)
- Last Synced: 2025-06-11T19:11:33.353Z (4 months ago)
- Topics: airdrop, automation, bot, odyssey, solana, sonic, testnet, web3
- Language: JavaScript
- Homepage: https://t.me/HappyCuanAirdrop
- Size: 29.3 KB
- Stars: 131
- Watchers: 4
- Forks: 184
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/dante4rt/sonic-odyssey-bot.git
```2. Navigate into the project directory:
```bash
cd sonic-odyssey-bot
```3. Install dependencies:
```bash
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`:
```json
[
"seed_phrase_1",
"seed_phrase_2"
]
```Example `privateKeys.json`:
```json
[
"base58_private_key_1",
"base58_private_key_2"
]
```## Usage
Run the bot using Node.js:
```bash
npm start
```or
```bash
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## 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`## 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](LICENSE) file for details.