simuty / 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:
  -proxy string
        proxy url
  -rpc-url string
        bsc testnet rpc url (default "https://data-seed-prebsc-1-s1.binance.org:8545")
  -socket-url string
        bsc faucet socket url (default "wss://testnet.binance.org/faucet-smart/api")
  -to string
        your address (required)

Installation

Go binary

$ go install github.com/kewka/give-me-bnb@latest

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 -to <address>

Docker

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

Docker (Tor proxy)

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

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 -to <address>; killall -HUP tor; done"

About

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

License:MIT License


Languages

Language:Go 90.8%Language:Dockerfile 4.8%Language:HTML 2.5%Language:Shell 2.0%