An automation tool designed to help users manage their LayerEdge light nodes efficiently with a convenient terminal-based dashboard interface.
- Secure Private Key Management
- Auto Node Activation & Ping
- Points Tracking System
- Multi-wallet Support
- Interactive Terminal Dashboard
- Colored Status Indicators
- Pagination for Multiple Accounts
Before running the bot, make sure you have:
- Node.js (v16 or higher)
- npm (Node Package Manager)
- A LayerEdge account (register with referral code:
7FYJLWy2
) - Wallet private keys for activation
- Visit LayerEdge Dashboard
- Enter the referral code:
7FYJLWy2
- Connect your wallet and complete the registration
- Start earning points by running a light node!
- Clone the repository:
git clone https://github.com/Svz1404/Galkurta-Ledge.git
- Navigate to the project directory:
cd Galkurta-Ledge
- Install dependencies:
npm install axios ethers figlet
- Configure your wallets:
- Edit
data.txt
file in the root directory - Add your wallet private keys (one per line)`
- Edit
LayerEdge/
├── main.js # Main application file
├── data.txt # Private keys configuration
├── package.json # Project dependencies
└── config/
├── banner.js # Dashboard banner configuration
├── colors.js # Color scheme configuration
└── ...
- Start the bot:
node main.js
- Controls:
- ↑/↓: Navigate between wallets
- ←/→: Change pages
- Ctrl+C: Exit program
- Reads private keys from data.txt
- Automatically derives wallet addresses
- Secure signing for node activation
- Automatic node status checking
- Signature-based node activation
- Continuous ping to maintain node status
- Configurable ping interval
- Real-time status updates
- Points tracking
- Detailed error reporting
- Multiple status indicators:
- 🔵 Starting: Initial setup
- 🟡 Checking Status: Verifying node status
- 🟣 Activating: Node activation in progress
- 🟢 Active: Node running successfully
- 🔴 Error: Error encountered
- 🟢 Activated: Node activation successful
- Clean and intuitive terminal interface
- Real-time updates
- Color-coded status indicators
- Pagination for multiple wallets
- Error message display
- GitHub: https://github.com/Galkurta
- Telegram: https://t.me/galkurtarchive
- Referral Code:
7FYJLWy2
Important: Your private keys are sensitive information. Never share them with anyone and ensure data.txt
is properly secured and not shared publicly.
Contributions are welcome! Please feel free to submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
This bot is provided as-is, without any warranties. Users are responsible for their own actions and should use this tool responsibly. Never share your private keys and always verify the source code before running any automated tools.