This script allows you to withdraw coins from the binance balance to multiple wallets. The bot supports all binance coins and all networks. Will be useful for participating in retrodrops and other types of abuse. This bot able to send random amounts to avoid linking wallets, check for invalid wallets, send with random delay.
This script has many checks for invalid input and other errors. However, use at your own risk. The author is not responsible for any loss of funds.
- Binance -> Settings -> API Management -> Create API.
- Copy API key and Secret key to
config.js
file. - Edit restrictions -> Restrict access to trusted IPs only -> Input your IP address.
- Сheck the box next to the Enable Withdrawals.
- Download ZIP and extract it to a folder
- Install node.js:
https://nodejs.org/en/
(LTS) - Setup your settings in
config.js
- Paste your wallets to
wallets.txt
file, each wallet on a new line - Open folder with the bot in
cmd
cd <path to folder with script>
- Install dependencies
npm install
- Start
node index