FAQ
Here are the most popular questions.
How to use proxy?
Go to http://localhost:3001/vault and fill Аккаунты -> Account -> Proxy and press checkbox here http://localhost:3001/config
How to change network params (RPC)?
In main folder there is networks.jsonc file. For each network there is an array of RPCs. You can add new or remove initial. At startup the system takes any one from the array at random. If the connection fails, it takes the next one.
What is needed for withdrawals from exchanges via API to work?
Bitget: IP of your computer in WL and enabling withdrawals in API settings + wallets in WL. Create API here
OKX: enabling withdrawals in API settings + wallets in WL. Create API here
Binance: IP of your computer in WL and enabling withdrawals in API settings. Create API here
Gate: IP of your computer in WL and enabling withdrawals in API settings. Create API here Bybit: IP of your computer in WL and enabling withdrawals in API settings + wallets in WL. Create API here
How to add or remove tokens?
In main folder there is tokens.jsonc file. For each network there is an array of tokens. You can add new or remove initial.
How to add Telegram notifications?
Create new bot in @BotFather, get API key and fill Telegram settings here http://localhost:3001/vault (Ключи). ChatId with bot is your user id. You can get it in bot @userinfobot
Last updated