lrml / Pancakeswap-sniping-bot-demo

Pancakeswap v1 and v2 sniping bot demo. Contact @aviddotsupports for full version on telegram or contact AviddotSupport#8131 on Discord

Home Page:http:/www.aviddot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pancakeswap-sniping-bot-demo

alexanderc1976

The following DEXs are available in the full version: Pancakeswap, Uniswap, Pangolin, Bakeryswap, Sushiswap and Quickswap

Pancakeswap sniping bot demo to snipe during IDO's. With advanced option and a GUI.

If you have any questions or inquiries, or want the full version of this bot, you can contact my support via Discord: AviddotSupport#8131 OR telegram: @aviddotsupports or @aviddotsupport2 (please note: these are not the makers of the bot, they deliver the support). Also check out the website: www.aviddot.com

image

Prerequisites



Getting started

  1. Read prerequisites

  2. Download the latest release or download "configfile.py" and "sniping_bot.exe" from the repository.

  3. Open "configfile.py" (with notepad for instance) and add your ethereum address and personal key at the bottom of the file between the quotation marks(''). You can also define how many threads you want running at once (=how many instances of the bot at once). The latter option can not be changed within the GUI. Please note, that the bot will buy multiple times when more than 1 thread are used.

...
threads='1'
my_address = ''
my_pk = ''
  1. Run "sniping_bot.exe"
  • Make sure configfile.py and bot.exe are in the same folder.
  1. Edit settings according to choice.



Soon to be added

1. Adding option to only buy if price is less than X$ when bot snipes.

  1. Let the bot buy at max price impact if the initial BNB amount is too big for the liquidity provided.

Functions

Token address: Fill the token address of the token you want to trade (such as 0x0000000000000000000000000000000000000000)

BNB to trade: Amount of BNB you want to use in the sniping transaction

Pcs version: Which version of Pancakeswap you want to snipe on (this setting can only be edited from the configfile.py)

....

About

Pancakeswap v1 and v2 sniping bot demo. Contact @aviddotsupports for full version on telegram or contact AviddotSupport#8131 on Discord

http:/www.aviddot.com

License:MIT License


Languages

Language:Python 100.0%