https://github.com/ahmuq/0gv3-bot
0g bot galelio v3 testnet
https://github.com/ahmuq/0gv3-bot
0g-testnet airdrop javascript typescript
Last synced: 3 months ago
JSON representation
0g bot galelio v3 testnet
- Host: GitHub
- URL: https://github.com/ahmuq/0gv3-bot
- Owner: ahmuq
- Created: 2025-04-27T14:21:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-14T19:13:19.000Z (5 months ago)
- Last Synced: 2025-07-13T03:45:01.879Z (3 months ago)
- Topics: 0g-testnet, airdrop, javascript, typescript
- Language: TypeScript
- Homepage: https://docs.0g.ai/run-a-node/testnet-information
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 0g Testnet V3 Galileo auto tx
for auto swap 0g testnet
## Features
- Multi Account
- Support Proxy
- Swap USDT/ETH
- Swap ETH/USDT
- Swap USDT/BTC
- Swap BTC/USDT## Requirements
- NodeJS [Download](https://nodejs.org/en/download).
- 0g Faucet [Here](https://faucet.0g.ai/)
- Proxy (Optional).## Installation
1. Clone the repository:
```sh
git clone https://github.com/ahlulmukh/0gv3-bot.git
cd 0g-bot
```2. Instal Packages and build packages:
```sh
npm install
npm run build
```3. Create a `proxy.txt` file in the root directory and add your proxies (one per line) (Optional).
```
http://user:pass@host:port
http://user:pass@host:port
http://user:pass@host:port
```4. Create privatekey `nano privatekey.txt` and put your private key one per line
```
0xprivatkey1
0xprivatkey2
0xprivatkey3
0xprivatkey4
```## Usage
1. Run the bot:
```sh
npm run start
```## Stay Connected
- Channel Telegram : [Telegram](https://t.me/elpuqus)
- Channel WhatsApp : [Whatsapp](https://whatsapp.com/channel/0029VavBRhGBqbrEF9vxal1R)
- Discord : [Discord](https://discord.com/invite/uKM4UCAccY)## Donation
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana: `5jQMndHzWVH8MCitXdUEYmshJZXVKCzUG12mxJku4WdX`
- EVM: `0x72120c3c9cf3fee3ad57a34d5fcdbffe45f4ff28`
- BTC: `bc1ppfl3w3l4spnda7lawlhlycwuq2ekz74c936c8emwfprfu9hyun6sq5k6xl`## Disclaimer
This tool is for educational purposes only. Use it at your own risk.