npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

binance-pump-bot

v1.0.0

Published

Automation for binance p&d activity

Readme

binance-pump-bot

Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.

Important notes

Read these before you proceed.

  • Pump and dumps are SCAM.
  • You are very likely to lose money.
  • Invest only what you can afford to lose.

But, if you think there is a profit window in pump & dumps, like I did, here's a little tool for you.

Prerequisites

Node.js

You must have (Node.js)[https://nodejs.org/en/] installed!

Installation

Clone or download this repository, then:

$ npm install

Meanwhile, You need to put your own Binance.com API Key and API Secret in your local config.js for the script to run.

You can request for one after logging into their official site.

This gives the script access to your account.

And then you're all set.

Configuration

See pump-config.js, the TRADE_IN is important, it's the coin to trade for the pumped coin, usually it's BTC.

default configurations are as follow, you can tweak these settings as you like:

let config = {}

// Config HERE
// !!! The coin to trade in, make sure you have some in your balance
config.TRADE_IN = 'BTC'
// Should market price BUY ALL upon symbol
config.BUY_UPON_SYMBOL = true
// How many X before take profit happens (will sell 100%)
config.HARD_TAKE_PROFIT = 3.3
// Where to stop loss
config.HARD_STOP_LOSS = 0.75
// Soft stop loss (Array, please put in ascending order, orders will be put in quantity of divide of the array length, e.g length = 3 then sell 1/3 every time)
// Not used anymore, bugs exist
// config.SOFT_TAKE_PROFIT = [5, 6, 7, 8]
// config.SOFT_TAKE_PROFIT_PERCENT = 0.7 // How many * available are selling
// Peak take profit
config.PEAK_TAKE_PROFIT_THRESHOLD = 2
// After Peak threshold, if TIMEOUT ms later the profit times is not greater than right now, SELL ALL
config.PEAK_TAKE_PROFIT_TIMEOUT = 700
// Max drawback starting point
config.MAX_DRAWBACK_START = 2
// Max drawback to trigger take profit
config.MAX_DRAWBACK = 0.7

module.exports = config

Usage

First make sure you have available balance for the trading pair.

For example, you know the trading pair is XXXX/BTC, then you need to have BTC in your available balance. (Command output will show this).

Then, just run the following command 1~2 minutes before the pump starts:

$ npm start

Have the discord or Telegram or any communication tool that your group uses on the side,

and follow the command output instructions.

(Inserting the coin name will trigger a 93% market buy immediately, divided into 4 market price orders, e.g. 60% + 11% + 11% + 11%, to ensure max volume possible)

The coin name is case ignored, you can input lower case.

Sell orders are triggered automatically by configuration in pump-config.js, or manually with hotkeys(check command line output).

All orders placed by this script will show up in your Binance app or Binance.com as well. You can review these for next-time-better-strategies.

Proxy/VPN Usage(For CN Users especially)

Search for Proxy in pump.js, change them to your local VPN port.

Donation

If this script helped you make profits or you simply want to support, feel free to donate to these addresses:

image-20210207190121838

  • BTC(BTC): 1NjtcdoBwNhVfbvMf62NhwQaqUyR9wJBXt
  • BTC(ERC20): 0x13bc95cf2405477bf81644cd1825004d1e613d75
  • ETH(ERC20): 0x13bc95cf2405477bf81644cd1825004d1e613d75
  • USDT(ERC20): 0x13bc95cf2405477bf81644cd1825004d1e613d75