https://meganet.app/login?refcode=591OHJ
An automated bot for Meganet wallet registration and point farming with proxy and user-agent rotation support.
| ✅ | Feature |
|---|---|
| ✅ | Automatic wallet registration with referral code |
| ✅ | Periodic ping operations to farm points |
| ✅ | Proxy support for multiple wallets |
| ✅ | User-agent rotation for each wallet |
| ✅ | Interactive Solana wallet generator |
| ✅ | Batch processing (100 wallets per batch) |
| ✅ | Automatic task completion for each wallet |
For suggestions or to report a bug, please contact telegram
- Node.js (v14 or higher)
- NPM (v6 or higher)
- Clone the repository:
git clone https://github.com/TOR968/MeganetAutoRefBot.git
cd MeganetAutoRefBot- Install dependencies:
npm install- Configure your wallets and proxies:
- Add your wallet addresses to
wallets.json - Add your proxies to
proxy.txt(one proxy per line) - Configure settings in
config.json
- Add your wallet addresses to
The bot includes an interactive Solana wallet generator to help you create new wallets for Meganet:
- Run the wallet generator:
node generateWallets.js-
When prompted, enter the number of wallets you want to generate.
-
The script will:
- Generate the specified number of Solana wallets
- Automatically assign IDs to each wallet
- Append new wallets to existing ones in
wallets.json(if any) - Display the public address of each generated wallet
Create a file named wallets.json with your wallet information:
[
{
"id": 1,
"address": "YOUR_WALLET_ADDRESS_1",
"privateKey": "YOUR_PRIVATE_KEY_1"
},
{
"id": 2,
"address": "YOUR_WALLET_ADDRESS_2",
"privateKey": "YOUR_PRIVATE_KEY_2"
}
]Create a file named proxy.txt with your proxies (one per line):
http://username:password@host:port
socks5://username:password@host:port
The bot uses a list of user agents from utils/user_agents_list.txt to rotate between different browser signatures. To keep the bot working properly:
- Periodically update the list in
utils/user_agents_list.txtwith fresh user agent strings - After updating, delete the
user_agents.jsonfile to force automatic reassignment of user agents to wallets
Create a file named config.json with your settings:
{
"refCode": "YOUR_REFERRAL_CODE",
"pingInterval": 15000,
"useProxy": true,
"processTasks": true
}refCode: Your Meganet referral codepingInterval: Time between pings in milliseconds (default: 15000)useProxy: Set totrueto use proxies,falseto use direct connectionprocessTasks: Set totrueto automatically complete tasks for each wallet,falseto disable task processing
Start the bot:
- start auto ref
node ref.js- start to farm points
node index.jsThis bot is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences of using this bot.
MIT