Automation for https://testnet.binance.org/faucet-smart with some hacks 😈
$ 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")
The docker image has built-in Tor proxy server (see example below).
$ docker pull kewka/give-me-bnb
$ give-me-bnb -key <key>
$ docker run --rm kewka/give-me-bnb give-me-bnb -key <key>
$ docker run --rm kewka/give-me-bnb give-me-bnb -proxy socks5://127.0.0.1:9050 -key <key>
$ 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"