Skip to content

Instantly share code, notes, and snippets.

@eddywm
Last active March 31, 2023 14:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddywm/1aeca5e4a8341e9626e456a26327d966 to your computer and use it in GitHub Desktop.
Save eddywm/1aeca5e4a8341e9626e456a26327d966 to your computer and use it in GitHub Desktop.
ENABLING MEMO CHECKER

ENABLING MEMO CHECKER FOR AN ADDRESS

1. Install Binance-Chain Node CLI

sh <(wget -qO- https://raw.githubusercontent.com/onggunhao/node-binary/master/install.sh)

2. Add Wallet Phrase to the Node CLI

bnbcli keys add BEP2_WALLET --recover

This will prompt for pass phrase And then the seed phrase to recover

3. Enable Memo Checker

bnbcli account_flags enable-memo-checker --from BEP2_WALLET --chain-id Binance-Chain-Tigris --node https://dataseed5.defibit.io:443 --trust-node

Resources.

https://docs.binance.org/keys.html https://github.com/binance-chain/node-binary https://docs.binance.org/memo-validation.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment