Giter Club home page Giter Club logo

dexsniping-bsc-erc20-telegram-alerts's Introduction

Bot still working in 14/06/2024

πŸš€ Pancakeswap BSC - Uniswap ERC-20 Sniper Bot πŸš€

Pancakeswap BSC - Uniswap ERC-20 Sniper Bot with Telegram Alert Web3

https://etherscan.io/tx/0x6d0ccefbaa2947f3eec6d54ebc7af6b079b379ce2317e2405bdf581f34389591 https://etherscan.io/tx/0x8c18fcba662a99f76f01e0032b6a512175ad643eec8e9f9ed6c7d41a2a43d5ab

image

For now, Telegram Alerts are under development.

Our thanks:

BOT is free-to-use, but you are welcome to appreciate my work ☺️

ETH - 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52

BNB - 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52

Features

  • HoneyPot checker
  • Trailing target profit & Stop loss
  • Liquidity sniping
  • Minimum taxes check (lot of rugs/scam have 0% taxes)
  • Coming soon: ERC-20 support
  • Coming soon: Telegram Alerts with custom bot

Sniper

Download

If you are not familiar with GIT please have a look at [Releases]

Clone Repo:

git clone https://github.com/DexSniping/DexSniping-BSC-ERC20-Telegram-Alerts.git
cd DexSniping-BSC-ERC20-Telegram-Alerts

Install

I'm using version 3.12.2 of Python, you can download it here (Be sure to use this version at least to avoid problems with the bot): https://www.python.org/downloads/release/python-3122/

Install Requirements:

Try to add "3" after python if you have problems, like: python3 sniper.py...

python -m pip install -r requirements.txt

Setup your address (just under your account name) and secret key in Settings.json.

howto

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 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52 -a 0.1 -tx 2 -hp  -wb 10 -tp 50
python Sniper.py -t 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52 --sellonly
python Sniper.py -t 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52 -a 0.1 --buyonly
python Sniper.py -t 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52 -tsl 10 -nb

Here are all options with infos:

'-t', '--token', help='str, Token for snipe e.g. "-t 0xaAA9c55FF5ce8e6431d84BE3cf9d0Ba39742ac52"'
'-a', '--amount', default=0, help='float, Amount in Bnb to snipe e.g. "-a 0.1"'
'-tx', '--txamount', default=1, help='int, how mutch tx you want to send? It Split your BNB Amount in e.g. "-tx 5"'
'-sp', '--sellpercent', default=100, help='int, how mutch tokens you want to sell? Percentage e.g. "-sp 80"'
'-hp', '--honeypot', default=False, help='Check if your token to buy is a Honeypot, e.g. "-hp" or "--honeypot"'
'-nb', '--nobuy', help='No Buy, Skipp buy, if you want to use only TakeProfit/StopLoss/TrailingStopLoss'
'-tp', '--takeprofit', default=0, help='int, Percentage TakeProfit from your input BNB amount "-tp 50" '
'-sl', '--stoploss', default=0, help='int, Percentage Stop loss from your input BNB amount "-sl 50" '
'-tsl', '--trailingstoploss', default=0, help='int, Percentage Trailing-Stop-loss from your first Quote "-tsl 50" '
'-wb', '--awaitBlocks', default=0, help='int, Await Blocks before sending BUY Transaction "-wb 5" '
'-cmt', '--checkMaxTax', help='get Token Tax and check if its higher.'
'-cc', '--checkcontract', help='Check is Contract Verified and Look for some Functions.'
'-so', '--sellonly', help='Sell all your Tokens from given address'
'-bo', '--buyonly', help='Buy Tokens with from your given amount'
'-cl', '--checkliquidity', help='with this arg you use liquidityCheck'
'-r', '--retry', default=3, help='with this arg you retry automatically if your tx failed, e.g. "-r 5" or "--retry 5" for max 5 Retrys'
'-sec', '--SwapEnabledCheck', help='this argument disabled the SwapEnabled Check!'

Run on Android you need Install Termux

termux: $ pkg install python git
Debian/Ubuntu: $ sudo apt install python3 git make gcc
Windows: Need to install Visual Studio BuildTools & Python3

For Windows: Download Windows BuildTools: https://visualstudio.microsoft.com/visual-cpp-build-tools/

And install BuildTools C++

buildtools

Trailing-Stop-Loss:

Troubleshooting:

Problem: My bot does not start and displays a "loadTokens" or "unknown opcode" error:

Solution: I'm using version 3.12.2 of Python, you can download it here (Be sure to use this version at least to avoid problems with the bot): https://www.python.org/downloads/release/python-3122/

Problem: "python" does not work, what to do?

Solution: Try to add "3" after python if you have problems, like: python3 sniper.py...

Problem: I have a problem when I try to install the requirements

Solution: Be sure to download and install BuildTools C++ https://visualstudio.microsoft.com/visual-cpp-build-tools/

dexsniping-bsc-erc20-telegram-alerts's People

Contributors

devoxmffg avatar dexsniping avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dexsniping-bsc-erc20-telegram-alerts's Issues

Telegram

Hey bro! Nice work, I was asking if you can give me your telegram handle as i want to hire you for a task, thanks!

Current version is not working!

Hello sir,

I just tested your latest version and it seems to not work. It keeps saying: "Await Liquidity" with any token I test.

I hope you can check it out, we appreciate your dedication.

By the way, I found a paid sniper bot documentation that is compatible with Pancakeswap V2 & V3 that I think might help you: https://github.com/Synarix/PancakeSwap_Sniper_Bot_V3andV2

Thanks again for your contributions to the community. We appreciate it <3

Wishing you good health and great results with your great efforts.

Best regards,

The current version is not compatible with Pancakeswap V3

Hello,

Thank you for bringing this awesome version of sniper bot to the community.

When using your sniper bot I can only use it to buy tokens that have added liquidity on pancakeswap V2 but V3 cannot be bought, probably because the code only snipers when tokens have liquidity on V2 .

Try with Mar3's token - 0x9D44C04ef10Cbd4ba321E51A54F1354d0799fEEF . Your bot will only show a status waiting for more liquidity.

Check it out, we appreciate what you do.

Have a nice day !

Best regards,

Setting up on ETH

Have everything done , just need help make sure the wallet is set for ETH, I see bsc commands in the json settings. Any way to follow up or shed some light on this?

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.