give-me-bnb

module
v0.0.0-...-f222379 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2022 License: MIT

README

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

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL