Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 638 Bytes

binanceWithdrawal

Script for auto withdrawal from Binance.

Create Binance API

  1. Follow this link
  2. Click "Create API" and choose the first option
  3. Add a trusted IP address below
  4. Select "Enable Withdrawal"
  5. Save the Api keys to '.env' file and confirm

Setup

  1. Set up config in '.env' file
  2. Install node.js: https://nodejs.org/en/ (LTS)
  3. Open terminal
  4. Download Tools/Main Script folder and install modules
git clone https://github.com/d4rk4444/binanceWithdrawal.git &&\
cd binanceWithdrawal &&\
npm i
  1. To run the script
node index