πŸ’Ž How to get a cool BNB wallet address

katopz
Coinmonks

--

I want to generate a specified wallet address instead of a random one to make it more cool and able to recognizable while using it. e.g. ending with cat

cat!

I found vanieth which you can use it for Ethereum but it can’t be use with Binace Chain so I grab some code from stress Stellar account generator which is created by Rungsikorn Rungsikavanich and mix with binance-chain/go-sdk to generate account for me

TLDR;

Installation

$ go get -u github.com/undefiorg/vanibnb

Usage

  • -s: Suffix to find
  • -n: Network mainnet or testnet

Run

$ vanibnb -s=cat -n=testnet

Output

πŸ” Finding Address end with cat on testnet
πŸŒ€ Running task no. 1
πŸŒ€ Running task no. 2
πŸŒ€ Running task no. 3
πŸŒ€ Running task no. 4
πŸŒ€ Running task no. 5
πŸŒ€ Running task no. 6
πŸŒ€ Running task no. 7
πŸŒ€ Running task no. 8
πŸ”₯ Running at 54616 hash per second
πŸ’Ž ʕ‒́α΄₯‒̀ʔっ Got it!
πŸ”’ public address : tbnb1ynmj2u00dsuc7urwulam0sd0qf8vfdxrqspcat
πŸ”‘ private key : 14e28edda2884969e6258ace734f9fc2e4f494e8abc7be5e3ada7dd10da6072d

Support

That’s it! If you want to give me a cup of coffee β˜•οΈ here’s my wallet. πŸ‘‡

ETH      : 0xD63eCF4Fa7ef94ea4E9CF7429Af6a4F482B447B7
BNB(bsc) : 0x0c62B13f8116eBA444DeFdE842aBd7d1f68F964f
BNB(bc) : bnb1uqht090p2fjs9dr2umh5w5ykm697srgr70xkat

TO BE CONTINUE…

Join Coinmonks Telegram Channel and Youtube Channel get daily Crypto News

Also, Read

--

--