Script for auto withdrawal from Binance.
- Follow this link
- Click "Create API" and choose the first option
- Add a trusted IP address below
- Select "Enable Withdrawal"
- Save the Api keys to '.env' file and confirm
- Set up config in '.env' file
- Install node.js:
https://nodejs.org/en/
(LTS) - Open terminal
- Download Tools/Main Script folder and install modules
git clone https://github.com/d4rk4444/binanceWithdrawal.git &&\
cd binanceWithdrawal &&\
npm i
- To run the script
node index