Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.96 KB

bnb_client_info.md

File metadata and controls

58 lines (44 loc) · 2.96 KB

Wallet Configuration for BNB Coin

Symbol: bnb

  • Title: Binance Coin
  • CoinType: Esmart
  • Token of: none
  • RPC Type: Light
  • Public RPC URL: https://bsc-dataseed.binance.org/
  • Wallet Server IP: WALLETSERVERIP
  • Wallet Server Port: WALLETSERVERPORT
  • Server Username: [Leave Blank only]
  • Wallet Server Password: [of MAIN ACCOUNT]: MAINACCOUNTPWD
  • Main Account: MAINACCOUNTADDRESS
  • Block Explorer: https://bscscan.com/tx/
  • Decimals: 8
  • Automatic Withdrawal: 0.0001 (Amount that is auto approved for withdrawal without admin consent)

Adding BEP20

Goto Contract address on bscscan.com to get details first [Example for BUSD]

Symbol: busd

  • Title: Binance-Peg BUSD Token
  • CoinType: Esmart
  • Token of: BNB
  • RPC Type: Light
  • Public RPC URL: https://bsc-dataseed.binance.org/
  • Wallet Server IP: WALLETSERVERIP
  • Wallet Server Port: WALLETSERVERPORT
  • Server Username: 0xe9e7cea3dedca5984780bafc599bd69add087d56 (get from bscscan.com)
  • Wallet Server Password: [of MAIN ACCOUNT]: MAINACCOUNTPWD
  • Main Account: MAINACCOUNTADDRESS
  • Block Explorer: https://bscscan.com/tx/
  • Decimals: 18 (get from bscscan.com)
  • Automatic Withdrawal: 0.0001 (Amount that is auto approved for withdrawal without admin consent)

Usage Steps

A. Deposit Detection [We have set cron to check every minute]

About main account: This is the account where all funds would be moved to, and from here only all withdrawals will take place.

B. Moving User Token [BEP20] to Main Account

Note: Only run manually in the browser's Address Bar. Moving any token will cost gas [BNB]. If the user account does not have enough BNB, then it will extract enough BNB from the Main account and send it to the user account. When the above URL is run again in the browser, the user account will have enough gas to move tokens, and tokens will move to the Main account.

C. Moving BNB to Main Account

Note: Only run manually in the browser's Address Bar. Moving any BNB will cost gas [BNB], so the main account would receive Balance - Gas.

Importing Main Account into Metamask

  • Download your Main account Keystore file from /home/geth/mainnet/keystore/ UTC ... address of the main account.
  • Follow this tutorial to import the wallet to Metamask Step 2