Skip to content

Releases: tsarbuig/Limit-Sniper

v2.4.3.0 - Added DOGECHAIN

24 Aug 22:09
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

-- WHAT'S NEW? --
image

DogeChain is added, such wow

 
-- WHICH DEX ARE AVAILABLE?--
✅ dogeswap
✅ yodeswap
✅ fraxswap

Love you guys ❤️

v2.4.2.0 - EnableTrade/openTrade faster detection

10 Aug 21:31
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

-- WHAT'S NEW? --
Sniper bot will now be much faster to detect EnableTrade or openTrade functions --> you can snipe them in the same block

 
-- HOW TO USE IT --
2 possibilities :
1/ use the bot normally and select the option "WAIT_FOR_OPEN_TRADE": "true_after_buy_tx_failed" --> Sniper bot will try to buy after liquidity is added, and if the Tx fails it will switch in detection openTrade Tx

2/ If you know that liquidity has already been added and you just want the bot to wait for openTrade Tx, use "SELECT_MODE": "open_trade". BE CAREFUL : with this mode, bot will buy with native token liquidity pair (ETH / BNB...) --> use it only for tokens with liquidity in ETH / BNB / etc.

Love you guys ❤️

v2.4.1.0 - SPEED UPGRADE

19 Jun 23:45
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

-- WHAT'S NEW? --
🚀 🚀 Sniper bot will now be MUCH FASTER thanks to Asynchronous Programming (asyncio) 🚀 🚀
Instead of checking mempool content 1 at a time, it now checks everything at the same time !
You can now expect to snipe in same block much more frequently 💪 👍

 
-- OTHER IMPROVEMENTS --
✅ TRAILING STOP mode has been refined, to work just like LimitSwap (same logic) ⚠️⚠️ update your tokens.json ⚠️⚠️
✅ TRAILING STOP : you can now reload slippage and sellprice in real-time (just like with LimitSwap)

Love you guys ❤️

v2.3.1.0 - BUY TAX calculation

14 Jun 23:09
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 

NEW FEATURE : BUY tax check ! (please update your tokens.json)

⚠️ It currently works for BSC / AVAX / FTM
 

CONFIGURATION
new options in tokens.json:
"BUY_AND_SELL_TAXES_CHECK": "true",
"MAX_BUY_TAX_IN_%": "20",

HOW TO USE IT
Bot will not buy if Tax is above this value

DOES IT SLOWS DOWN THE BOT?
Please give me feedback on the main channel

Love you guys ❤️

v2.3.0.3 - Trailing Stop Loss + BIG CLEANUP

18 Apr 23:12
Compare
Choose a tag to compare

- Please update your tokens.json and settings.json with this version -
 

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

Read our Wiki : https://cryptognome.gitbook.io/limitswap/
How to buy LIMIT tokens : https://cryptognome.gitbook.io/limitswap/token/who-can-use-limitswap
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md

 
🧨🧨 This version is THE BIGGEST EVOLUTION of Sniper in months 🧨🧨

 

✅ HUGE code cleaning
✅ Visual improvements
✅ You can now use TRAILING STOP LOSS mode with Sniper !

✅ ✅ The biggest improvements for you is a new "SELECT_MODE" parameter
--> it will be much easier to choose between all the modes of the bot

 
Available options :

SELECT_MODE value Definition
buy_only Sniper buys, then stop
buy+sell Sniper snipe token then sell it, like LimitSwap
buy+trailing_stop Sniper snipe token then enter TRAILING STOP mode
pinksale Snipe Pinksale tokens on Pancake, when liquidity is added

--> I removed the old parameter MEMPOOL_METHOD, since this new way to choose Mode is much easier for users

 

image

image

Bugfixes :
✅ v2.3.0.2 : fixed a bug in Liquidity calculation
✅ v2.3.0.3 : fixed a bug in wait_for_open_trade

Love you guys ❤️

Sniper v2.2.3.1 - A new rocket is born 🚀

21 Mar 22:40
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

 
How to install : https://github.com/tsarbuig/Limit-Sniper/blob/master/README.md

 
IMPROVEMENTS
🚀🚀🚀 I completely revamped the code to make Sniper much, much faster than before.
It's half a second faster than before to make a BUY order 💪

✅ Liquidity check speed is much improved too : from 0.23s to 0.01s
 

✅ GAS : new "same_as_tx" parameter : if you want the GAS to be the same as Tx (to snipe on ETH for instance), put : GAS = same_as_tx
 

✅ I improved logs : Sniper will now tell you how many blocks later you bought... if you don't buy in same block ;)

 

PROOF ON BSC MAINNET :
Bought in same block as liquidity is added on BSC :)

 

image

Love you guys ❤️

Full Changelog: v2.1.0...v2.2.1

Sniper v2.1 : Pinksale is back ! (and faster than ever)

14 Mar 22:12
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

 
How to install : https://github.com/tsarbuig/Limit-Sniper/blob/master/README.md

 
BUGFIXES / IMPROVEMENTS
🚀🚀🚀 As promised, I re-implemented PINKSALE sniping, and it's now faster than ever 💪 you can snipe on same block !
 

⚠️ Scanning mempool efficiently is really hard on BSC, you need a private node with proper configuration, and a very powerful VPS ⚠️
👍 If you're using a node from @zdarda , our official node provider, it should be ok 👍

How to use it :
1/ set MEMPOOL_METHOD = pinksale in settings.json
2/ set PINKSALE_PRESALE_ADDRESS and token address in tokens.json
 

✅ I improved logs : Sniper will now tell you how many blocks later you bought... if you don't buy in same block ;)

 

PROOF ON BSC MAINNET :
Bought in same block as liquidity is added on BSC :)

 

image

Love you guys ❤️

Full Changelog: v2.0.0...v2.1.0

Sniper V2 - Faster than ever (if you have a Private Node)

27 Feb 22:30
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

 
How to install : https://github.com/tsarbuig/Limit-Sniper/blob/master/README.md

 
BUGFIXES / IMPROVEMENTS
🚀🚀🚀 This version use a new way to scan mempool --> it's FASTER THAN EVER. It can buy on same block on BSC.
 
Proof :

⚠️ Scanning mempool efficiently is really hard on BSC, you need a private node with proper configuration, and a very powerful VPS ⚠️
👍 If you're using a node from @zdarda , our official node provider, it should be ok 👍

How to use it : set MEMPOOL_METHOD = private_node in settings.json

 

✅ Sniper V2 is now able to detect which liquidity pair was used by the team, and buy accordingly !
Example:
Team adds liquidity in BUSD for LAMBO token --> Sniper bot will buy with BNB > BUSD > LAMBO route

--> no more "LIQUIDITYINNATIVETOKEN" and "USECUSTOMBASEPAIR" parameter ☺️

 

Nota bene : sniping Pinksale listings is working the same as before, so I removed it temporarily here. If you want to snipe Pinksale listings, use 1.1.3 version.

Love you guys ❤️

Full Changelog: v1.1.3...v2.0.0

v1.1.3 - Fix for tokens.json reloading

15 Feb 23:55
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

How to install : https://github.com/tsarbuig/Limit-Sniper/blob/master/README.md

BUGFIXES / IMPROVEMENTS
✅ In previous version, I tried to improve tokens.json reloading, but it created some issues (sellprice in %% were not updating)
--> I fixed it in this version

✅ Log improvements

Love you guys ❤️

v1.1.2 - PINKSALE snipe fix

12 Feb 23:43
Compare
Choose a tag to compare

If you like my work, don't hesitate to give me a little tip 👼 0x99bEAC11E6a575eEad655D3170A2D27c34df2435

 

How to install : https://github.com/tsarbuig/Limit-Sniper/blob/master/README.md

⚠️ WARNING 1 : ⚠️
Sniper bot only recognizes addLiquidity / addLiquidityETH / addLiquidityAVAX / addLiquidityKCS for now
--> it means that if the team uses another function to add liquidity, Sniper will not see it

⚠️ WARNING 2 : ⚠️
You need to give Sniper bot the good Liquidity Pair that will be added by the team --> WATCH_STABLES_PAIRS will not work
--> WATCH_STABLES_PAIRS has been removed from tokens.json

⚠️ WARNING 3 : ⚠️
There is no BUYPRICE with Sniper : it buys at the price specified by the team when they add liquidity
--> BUYPRICEINBASE has been removed from tokens.json

 

BUGFIXES / IMPROVEMENTS
✅ Fixed sniping Pinksale listings for Sniper. To snipe Pinksale listings on Sniper, you need to put in settings.json :
"MEMPOOL_METHOD": "pinksale"

(in LimitSwap it's different, you need to put WAIT_FOR_OPEN_TRADE = pinksale)

The other WAIT_FOR_OPEN_TRADE parameters works the same as in LimitSwap (true_after_tx_failed / etc.)

 

Love you guys ❤️

Full Changelog: v1.1.1...v1.1.2