Giter VIP home page Giter VIP logo

quickswap_matic_sniper_bot's Introduction

Polygon_Quickswap_Sniper_Bot

Here is our Sniper bot from Erra.tech. You pay 1.5% fees on your swap amount. Automated features like Check Enabled Swapping and HoneypotCheck are included, and much more. You ALWAYS buy with Matic, the contract can convert your Matic to USDC/USDT if the token amount in that pool is higher, and buy your tokens with USDC/USDT! In addition, you have the ability to check your purchased tokens for loss or profit (percentage input!) and react quickly when selling.

Install

First of all, you need install Python3+ Run on Android you need Install Termux (Only from F-Droid is up to date!)

Termux Setup:

pkg install python git cmake
pip install web3
pip install halo
Unix: $ sudo apt install python3 git cmake gcc
Windows: You need for build Web3 have installed VisualStudio BuildTools (cmake)!

Setup your Address and secret key in config.yaml.

Download Code:

git clone https://github.com/erra-tech/Polygon_Quickswap_Sniper_Bot/
cd Polygon_Quickswap_Sniper_Bot

Python Requirements install:

python -m pip install -r requirements.txt

Start Sniper:

python sniper.py -t <TOKEN_ADDRESS> -a <AMOUNT> -tx <TXAMOUNT> -hp -wb <BLOCKS WAIT BEFORE BUY> -tp <TAKE PROFIT IN PERCENT> -sl <STOP LOSE IN PERCENT>
python sniper.py -t 0x831753DD7087CaC61aB5644b308642cc1c33Dc13 -a 0.001 -tx 2 -hp  -wb 10 -tp 50
python sniper.py -t 0x831753DD7087CaC61aB5644b308642cc1c33Dc13 --sellonly
python sniper.py -t 0x831753DD7087CaC61aB5644b308642cc1c33Dc13 -a 0.001 --buyonly
python sniper.py -t 0x831753DD7087CaC61aB5644b308642cc1c33Dc13 -tsl 10 -nb

Here are all options with small infos:

requires:
-t or --token, Token for snipe e.g. "-t 0x34faa80fec0233e045ed4737cc152a71e490e2e3"
-a or --amount, float, Amount in Bnb to snipe e.g. "-a 0.1"
-tx or --txamount, how mutch tx you want to send? It split your BNB amount in e.g. "-tx 5"
Position Managemant *optional*:
-tp or --takeprofit, Percentage TakeProfit from your input BNB amount. e.g. "-tp 50" 
-sl or --stoploss, Percentage StopLoss from your input BNB amount. e.g. "-tp 50" 
-tsl or --trailingstoploss, Percentage Trailing-Stop-loss from your first Quote "-tsl 50"
extra:
-hp or --honeypot, if you use this Flag, your token get checks if token is honypot before buy!
-nb or --nobuy, No Buy, Skipp buy, if you want to use only TakeProfit/StopLoss/TrailingStopLoss

quickswap_matic_sniper_bot's People

Contributors

erra-tech 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.