AQUAFLUX(1)

NAME

AquaFluxAquaFlux — Python automation bot with multi-account management, proxy support (HTTP/SOCKS5), auto-whitelist, ping…

SYNOPSIS

INFO

51 stars
22 forks
0 views

DESCRIPTION

AquaFlux — Python automation bot with multi-account management, proxy support (HTTP/SOCKS5), auto-whitelist, ping automation, protection activation, and multithreaded parallel execution for efficient crypto account farming

README

AquaFlux

AquaFlux — Python automation bot with multi-account management, proxy support (HTTP/SOCKS5), auto-whitelist, ping automation, protection activation, and multithreaded parallel execution for efficient crypto account farming

AquaFlux — Automation Bot

Static Badge

Recommendations before use: Use Python 3.10.

Features

FeatureDescription
Auto add to whitelistAdd all accounts to whitelist
Get statsStats for your accounts
Proxy supportAll types: http, https, socks4, socks5
Auto send pingSend ping for all accounts
Auto initiate messageSend initiate message production
Auto activate protectionActivate protection
MultithreadRun all actions in parallel

Installation

Windows:

git clone <repository-url>
cd AquaFlux
run.bat

Linux / macOS:

git clone <repository-url>
cd AquaFlux
chmod +x run.sh
./run.sh

Setup

Accounts

In accounts.json put your addresses and device hash in this format:

[
    {
        "Address": "Address_1",
        "deviceHash": "Device_hash"
    },
    {
        "Address": "Address_2",
        "deviceHash": "Device_hash"
    }
]

Proxy

In proxy.txt put your proxy in this format:

type://username:password:ip:port
http://username:password:ip:port
socks5://username:password:ip:port

Menu (CMD)

  • 1 — Install Dependencies
  • 2 — Settings (accounts & proxy format)
  • 3 — About (features, installation, contact)
  • 4 — Auto add to whitelist
  • 5 — Get Stats
  • 6 — Auto send ping
  • 7 — Auto send initiate message production
  • 8 — Auto activate protection
  • 9 — Run All (Multithread)
  • 0 — Exit

Contribution

Don't forget to put stars ⭐

Telegram: JOIN OUR TELEGRAM CHAT

ETH address: 0xd260e28b533f153d59cb340b4213ad5977d71fe7

If you have any questions or ideas to improve the bot, contact via Telegram or the Issues section.

SEE ALSO

clihub3/8/2026AQUAFLUX(1)