1.If you transfer from other exchange or pools to HBTC:
Please copy your HBTC GRIN deposit address and paste it on the withdrawal page of other exchange and pools.
2. If you transfer from personal Grin Wallet:
Use command "grin wallet send -d address amount" ( please replace "address" with your Grin deposit address, and replace "amount" with the amount you want to send)
Before running this command, please ensure:
You are running a Grin Node and make sure the status is Running. You can run Grin node through the following command in terminal.
“grin”
Or
“grin server run”
2) Wallet Listener is Running.
Firstly, you can edit ~/.grin/main/grin-wallet.toml as follows:
Change “api_listen_interface” = “0.0.0.0”
Then you can run wallet listener through the following command in terminal.
“grin wallet listen”