Sniper bot to buy new tokens listed on CoinMarketCap.
CoinMarketCap sniper bot that buys BSC tokens when you recieve Telegram notification from this channel https://t.me/joinchat/b17jE6EbQX5kNWY8 use this link and subscribe. Use at your own risk. Investing in cryptocurrency is risky. This is not financial advice. There is a small 0.7% buying fee per buy. This is to help me buy a cup of coffee and support for this project. If you have an issue please don't post screenshots with personal information like seed phrase, telephone number, Telegram code, Telegram two factor password, or Telegram string session. Please keep that information private! This bot uses Smart Chain BNB to buy tokens not WBNB.
First, if you don't have node.js installed go to nodejs.org and install the lastest LTS version. Then go to my.telegram.org and create an app to get apiID and apiHash. Then subscribe to this channel on Telegram https://t.me/joinchat/b17jE6EbQX5kNWY8. Then Use the following commands either in VScode or command prompt
git clone https://github.com/Scott-778/coinmarketcap-sniperbot.git
cd coinmarketcap-sniperbot
npm install
Then edit .env file with your bsc wallet address, mnemonic, apiId and apiHash in your code editor and save file.
To start bot run this command
node cmcBot.js
When bot is running it it will ask for your telephone number to log in to Telegram enter your telephone number with country code ex 15555555555 then press enter. Then telegram will send you a code to log in enter that number and press enter. If you have two step verification on the bot will ask for your two step password. Then pick your buying strategy default, low liquidity, medium liquidity, high liquidity or create a custom strategy. Then leave the bot running and when you recieve a notification from this channel https://t.me/joinchat/b17jE6EbQX5kNWY8 the bot will buy that token.
This strategy buys all CoinmarketCap token and CoinGecko tokens no tax limit and no liquidity limit. High risk.
This strategy buys all low liquid tokens 1-150 BNB. You can choose your buy and sell tax limits. Choose either CoinMarketCap or CoinGecko. High risk.
This strategy buys all medium liquid tokens 150-300 BNB. You can choose your buy and sell tax limits. Choose either CoinMarketCap or CoinGecko. Medium risk.
This strategy buys all high liquid tokens 300-700 BNB. You can choose your buy and sell tax limits. Choose either CoinMarketCap or CoinGecko.
This strategy buys any token within your own custom settings. You can set you own liquidity and tax limits.Choose either CoinMarketCap or CoinGecko. Low risk.
Soon I will add support for different Telegram channels.
Join my telegram group where we can talk about this project, tokens and the best strategies. https://t.me/CoinMarketCapSniperBot
If you can code and want to make this project better please feel free to contribute.