|
| 1 | +# Blockgum Multichain EVM Wallet Configuration |
| 2 | + |
| 3 | +## Wallet Configuration for BNB Coin |
| 4 | + |
| 5 | +### General Details |
| 6 | +- **Symbol**: bnb |
| 7 | +- **Title**: Binance Coin |
| 8 | +- **CoinType**: Blockgum EVM Wallet |
| 9 | +- **Token of**: None |
| 10 | +- **Contract Address**: [Leave Blank] |
| 11 | +- **Main Account**: MAINACCOUNTADDRESS |
| 12 | +- **Block Explorer**: [https://bscscan.com/tx/](https://bscscan.com/tx/) |
| 13 | +- **Decimals**: 8 |
| 14 | +- **Automatic Withdrawal**: 0.0001 (Amount auto-approved for withdrawal without admin consent) |
| 15 | + |
| 16 | +--- |
| 17 | + |
| 18 | +### Adding BEP20 Tokens |
| 19 | + |
| 20 | +1. Go to the contract address on [bscscan.com](https://bscscan.com/token/0xe9e7cea3dedca5984780bafc599bd69add087d56) to get token details (e.g., **BUSD**). |
| 21 | + |
| 22 | +#### Token Details Example (for BUSD) |
| 23 | +- **Symbol**: busd |
| 24 | +- **Title**: Binance-Peg BUSD Token |
| 25 | +- **CoinType**: Blockgum EVM Wallet |
| 26 | +- **Token of**: BNB |
| 27 | +- **Contract address**: 0xe9e7cea3dedca5984780bafc599bd69add087d56 (Get from bscscan.com) |
| 28 | +- **Main Account**: MAINACCOUNTADDRESS |
| 29 | +- **Block Explorer**: [https://bscscan.com/tx/](https://bscscan.com/tx/) |
| 30 | +- **Decimals**: 18 (Get from bscscan.com) |
| 31 | +- **Automatic Withdrawal**: 0.0001 (Amount auto-approved for withdrawal without admin consent) |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## Cron Jobs |
| 36 | + |
| 37 | +### Required Cron Jobs |
| 38 | +1. **Blockgum Deposit Detection** |
| 39 | + - **Command**: |
| 40 | + ```bash |
| 41 | + * * * * * cd /data/wwwroot/codebase/yourdomain.com && php index.php Coin/blockgum_deposit/securecode/cronkey/ |
| 42 | + ``` |
| 43 | + - **URL**: |
| 44 | + [http://exchange.local/Coin/blockgum_deposit/securecode/cronkey/](http://exchange.local/Coin/blockgum_deposit/securecode/cronkey/) |
| 45 | + - **Frequency**: Every minute |
| 46 | + |
| 47 | +2. **Blockgum Withdrawal Hash Retrieval** |
| 48 | + - **Command**: |
| 49 | + ```bash |
| 50 | + */5 * * * * cd /data/wwwroot/codebase/yourdomain.com && php index.php Coin/getWithdrawalIdBlockgum/securecode/cronkey/ |
| 51 | + ``` |
| 52 | + - **URL**: |
| 53 | + [http://exchange.local/Coin/getWithdrawalIdBlockgum/securecode/cronkey/](http://exchange.local/Coin/getWithdrawalIdBlockgum/securecode/cronkey/) |
| 54 | + - **Frequency**: Every 5 minutes |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +### On-Demand Tools |
| 59 | + |
| 60 | +1. **Move Tokens to Main** |
| 61 | + - URL: |
| 62 | + [http://exchange.local/Coin/blockgum_token_to_main/securecode/cronkey/coinname/tokenNameHere](http://exchange.local/Coin/blockgum_token_to_main/securecode/cronkey/coinname/tokenNameHere) |
| 63 | + |
| 64 | +2. **Move Coins to Main** |
| 65 | + - URL: |
| 66 | + [http://exchange.local/Coin/blockgum_coin_to_main/securecode/cronkey/coinname/coinNameHere](http://exchange.local/Coin/blockgum_coin_to_main/securecode/cronkey/coinname/coinNameHere) |
| 67 | + |
| 68 | +3. **Token Watch (For New EVM Tokens)** |
| 69 | + - URL: |
| 70 | + [http://exchange.local/Coin/blockgum_watch/securecode/cronkey/](http://exchange.local/Coin/blockgum_watch/securecode/cronkey/) |
| 71 | + |
| 72 | +--- |
| 73 | + |
| 74 | +This document details the full setup and operational guidelines for Blockgum Multichain EVM Wallet integration in **Codono**. Ensure all configurations and cron jobs are set up correctly for optimal operation. |
0 commit comments