Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 637 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 637 Bytes

Usage

  1. Run npm install (assuming Node.js is installed) inside the project directory.
  2. If running the first time, run node precision.js to get the market precisions for all coins (to avoid rounding errors).
  3. Put your Binance API keys into a .env file in the project directory (take a look at .env.example). Make sure your API Key has sufficient permissions to trade.
  4. run npm start to run the script. Enter the amount of BTC to invest and the coin you want to buy.
  5. ...
  6. Profit

Pull requests are welcome. If you have any questions, you can also contact me on Twitter @markwitt_me.