markwitt1 / binance-pump-dump

A script to buy a certain cryptocurrency as fast as possible to capitalize off of Pump-and-Dump's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A script to buy a certain cryptocurrency as fast as possible to capitalize off of Pump-and-Dump's.


Languages

Language:JavaScript 97.2%Language:Shell 2.8%