Giter VIP home page Giter VIP logo

crypto-sniper's Introduction

Eryx - Crypto Sniper

Simple yet fast and efficient sniper-bot running on the blockchain.


โฌ‡๏ธ Download Lite Version / ๐Ÿž Report a bug / ๐Ÿ†• Request a feature / ๐ŸŒ Visit our website

Table Of Contents

Description

Alt Text

A fast and efficient bot written in NodeJS to automatically buy and sell tokens on the blockchain as soon as liquidity is added and trade is enabled.

The bot is extremely fast as long as you use a good node and not a public one. With a node from Quicknode you can expect a buy/sell transaction in less than 5 seconds.

The bot uploaded on github is the lite version of the real bot. You do not get all of the features from the premium version.

Features

Current features supported by the FREE version:

  • Buying (BNB pairs only)
  • Gas estimation system
  • Regular liquidity sniper

Additional features supported by the premium version:

  • All pairs supported.
  • Multi blockchain support.
  • Block-offset system
  • Multi-buy mode (all transactions are in the same block).
  • Wrapped mode for any ETH-like token (BNB, MATIC, etc..).
  • Tax checker (all pairs are supported)
  • Auto / manual selling
  • Sell using a delay
  • Sell using the space key
  • Auto updates (updates are done automatically without the need of a re-download)
  • Support

Planned features for the premium version:

  • Rug pull front-running.
  • Mempool sniping mode.
  • Trailing auto-sell.
  • Other liquidity sniping methods.
  • Contract analyzer.

Supported chains

  • Binance Smart Chain [tested]
  • Avalanche [tested]
  • Ethereum [tested]
  • Polygon [not tested]

If you wish to change the blockchain the bot will operate on, just change the WSS_NODE endpoint in config.ini to the right endpoint.

Public WSS Nodes

  • Binance Smart Chain: wss://bsc-ws-node.nariox.org:443
  • Ethereum: wss://main-light.eth.linkpool.io/ws
  • Polygon: wss://rpc-mainnet.matic.network

Supported tokens

The bot currently supports any token using the uniswap interface.

Getting Started

Requirements

  • Windows 10 / Ubuntu / Mac OS
  • Latest NodeJS installed.
  • Latest Git installed.
  • A decent internet connection.
  • A decent BSC node, preferably paid, but you may also use free ones.
  • A crypto wallet with a private key. (it is recommended to create a new wallet to use with this bot)

Installation

  1. Download and install NodeJS from here.
  2. Download and install Git from here.
  3. Open a command prompt / terminal and clone the repository.
    git clone https://github.com/zookyy/bsc-sniper.git && cd bsc-sniper
  4. In the same command prompt, install the NPM packages.
    npm install
  5. That's it! Time for configuration. ๐ŸŽ‰

Configuration

[WALLET]
; This is your BSC wallet's private key.
SECRET_KEY=private_wallet_key

; The uptime of this node is pretty bad, you should consider using a private node.
WSS_NODE=wss://bsc-ws-node.nariox.org:443


[CONTRACTS]
; These variables support some pre-defined contracts (BNB, ETH, BUSD). 
; For other contracts you'll have to specify the contract address yourself.
INPUT=BNB
OUTPUT=BUSD


[TRANSACTION]

GAS_LIMIT=500000
GAS_PRICE=5

; This variable is the amount of crypto you wish to use with the input contract.
; If for example you use WBNB as input, you will have to use WBNB's format.
AMOUNT_IN=0.0033

BUY_SLIPPAGE=10

Usage

To launch the bot use the command node index.js

Premium parameters

Parameter Description
--block-offset Waits an x amount of blocks before buying a token.
--buy-only Enables manual buy mode. This will only buy the token and then exit.
--sell-only Enables manual sell mode. This will only sell the token and then exit.
--input Overwrites the input parameter in the config.
--output Overwrites the output parameter in the config.
--wrapped Uses the wrapped version of the bnb/eth token. (available for all blockchains)
--verify-tax Checks wether the taxes for buying / selling does not exceed the limits configured.

Go Premium

You can see all of the features here.
If you wish to purchase the premium version of the bot, please contact me using the contact methods listed below.

Contact

  • Discord: Zooky.#1003
  • Telegram: @zookyy

crypto-sniper's People

Contributors

zookyy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.