kewka / give-me-bnb

Automation for https://testnet.binance.org/faucet-smart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

give-me-bnb

Automation for https://testnet.binance.org/faucet-smart with some hacks 😈

Usage

$ give-me-bnb -help
Usage of give-me-bnb:
  -currency string
        faucet currency (default "BNB")
  -key string
        your private key (required)
  -proxy string
        proxy url
  -rpc string
        bsc testnet rpc url (default "https://data-seed-prebsc-1-s1.binance.org:8545")

Installation

Docker image

The docker image has built-in Tor proxy server (see example below).

$ docker pull kewka/give-me-bnb

Examples

Binary

$ give-me-bnb -key <key>

Docker

$ docker run --rm kewka/give-me-bnb give-me-bnb -key <key>

Docker (Tor proxy)

$ docker run --rm kewka/give-me-bnb give-me-bnb -proxy socks5://127.0.0.1:9050 -key <key>

Docker (Tor proxy + infinite loop)

$ docker run --rm kewka/give-me-bnb sh -c "while :; do give-me-bnb -proxy socks5://127.0.0.1:9050 -key <key>; killall -HUP tor; done"

Credits

About

Automation for https://testnet.binance.org/faucet-smart

License:MIT License


Languages

Language:Go 87.6%Language:Dockerfile 7.9%Language:HTML 3.4%Language:Shell 1.2%