An automated validation bot for the Stork Network Automation. This bot helps automate the verification process to earn rewards through the Stork Oracle system.
✅ Automatically fetches signed price data from Stork Oracle API
✅ Validates price data according to predefined rules
✅ Submits validation results back to the API
✅ Handles token refresh for continuous operation
✅ Displays validation statistics and user information
✅ Configurable validation interval
✅ Support for proxy servers to distribute requests
✅ Multi-threaded processing for improved performance
- Node.js 14.0.0 or higher
- Valid Stork Oracle account
1️⃣ Download and install Node.js (LTS version recommended) from Node.js official site.
2️⃣ Open Command Prompt (cmd) and execute the following commands one by one:
🔹 Clone the repository:
git clone https://github.com/rpchubs/Stork-Network-Automation.git
🔹 Navigate to the project folder:
cd Stork-Network-Automation
🔹 Install dependencies:
npm install
3️⃣ Configure your credentials (See Configuration Section Below).
4️⃣ Start the bot:
node index.js
1️⃣ Install Homebrew (if not installed) to manage packages:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2️⃣ Install Node.js using Homebrew:
brew install node
3️⃣ Open Terminal and execute the following commands one by one:
🔹 Clone the repository:
git clone https://github.com/rpchubs/Stork-Network-Automation.git
🔹 Navigate to the project folder:
cd Stork-Network-Automation
🔹 Install dependencies:
npm install
4️⃣ Configure your credentials (See Configuration Section Below).
5️⃣ Start the bot:
node index.js
1️⃣ Update your system packages to the latest versions:
sudo apt update && sudo apt upgrade -y
2️⃣ Install Node.js and npm:
sudo apt install -y nodejs npm
3️⃣ Clone the repository and install dependencies. Execute each command separately:
🔹 Clone the repository:
git clone https://github.com/rpchubs/Stork-Network-Automation.git
🔹 Navigate to the project folder:
cd Stork-Network-Automation
🔹 Install dependencies:
npm install
4️⃣ Configure your credentials (See Configuration Section Below).
5️⃣ Start the bot:
node index.js
1️⃣ Edit the accounts.js
file and add your credentials:
export const accounts = [
{ username: "[email protected]", password: "your_password" },
{ username: "[email protected]", password: "your_second_password" }
];
🔹 You can add multiple accounts by adding more lines.
To use proxy servers for distributing requests, edit proxies.txt
:
🔹 Add one proxy per line in any of these formats:
http://user:pass@host:port
socks5://user:pass@host:port
Start the bot with:
node index.js
The bot will:
1️⃣ Authenticate using your credentials from accounts.js
2️⃣ Fetch signed price data at regular intervals
3️⃣ Validate each data point
4️⃣ Submit validation results to Stork Oracle
5️⃣ Display your current statistics
You can adjust advanced settings in config.json
:
🔹 stork.intervalSeconds
: How often the validation process runs in seconds (default: 5)
🔹 threads.maxWorkers
: Number of concurrent validation workers (default: 1)
💡 If you see authentication errors:
- Check that your username and password in
accounts.js
are correct. - Ensure your proxies (if used) are properly configured.
💡 If the bot fails to start:
- Check that
config.json
is properly formatted. - Delete
tokens.json
if you see token-related errors and let the bot regenerate it.
💡 For connection issues:
- Verify your internet connection.
- Ensure the Stork Oracle API is accessible.
This bot is provided for educational purposes only. Use at your own risk. The authors are not responsible for any consequences that may arise from using this bot, including but not limited to account termination or loss of rewards.
🔹 MIT License
Contributions are welcome! Feel free to submit a Pull Request. 😊
📂 GitHub Repository: RPC Hubs
💬 Community Support: Telegram
📜 License: MIT License
💡 Need Help? Join our Telegram group for real-time support and discussions! 🚀