Releases: tsarbuig/Limit-Sniper
v2.4.3.0 - Added DOGECHAIN
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
DogeChain is added, such wow
-- WHICH DEX ARE AVAILABLE?--
✅ dogeswap
✅ yodeswap
✅ fraxswap
Love you guys ❤️
v2.4.2.0 - EnableTrade/openTrade faster detection
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
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)
✅ 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
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)
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
- 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
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 🚀
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 :)
- Liquidity added here : https://bscscan.com/tx/0xd92dcc71afa1e2793a793d4fea1ec6fda529f9de5e561367e9a5585580376764
- my BUY Transaction : https://bscscan.com/tx/0x56d1f8fa3e60960479f1dd0f0ef252975078688982c52939268a77999c3c73e9
Love you guys ❤️
Full Changelog: v2.1.0...v2.2.1
Sniper v2.1 : Pinksale is back ! (and faster than ever)
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 !
👍 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 :)
- Liquidity added here : https://bscscan.com/tx/0xd92dcc71afa1e2793a793d4fea1ec6fda529f9de5e561367e9a5585580376764
- my BUY Transaction : https://bscscan.com/tx/0x56d1f8fa3e60960479f1dd0f0ef252975078688982c52939268a77999c3c73e9
Love you guys ❤️
Full Changelog: v2.0.0...v2.1.0
Sniper V2 - Faster than ever (if you have a Private Node)
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 :
- liquidity adding : https://bscscan.com/tx/0xee25193e02dd7fc380ec804e99183b9f4e86b456ab8d061d364ec253a1dc2032
- BUY Tx : https://bscscan.com/tx/0x05d0f6d8bd14a7b086e3a7d7894f22f9153c7e69fa7b61c24ca74d92c7f4b429
👍 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
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
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
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
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
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