Releases: tsarbuig/LimitSwap
v4.0.5 - MINIMUM_LIQUIDITY_IN_DOLLARS
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
ACTIONS NEEDED
pip install cachetools
before running the bot
NEW WAY TO CHECK LIQUIDITY 💰 💰 💰
✅ To make it easier for you to check liquidity, we've replaced previous parameters by :
MINIMUM_LIQUIDITY_IN_DOLLARS
Example : "MINIMUM_LIQUIDITY_IN_DOLLARS": "10000"
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: v4.0.4.2...v4.0.5
v4.0.4.2 - fix for token['LIQUIDITYINNATIVETOKEN'] = 'false'
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
pip install cachetools
before running the bot
NEW PARAMETERS
✅ Swap exact amount of tokens
You've been waiting for a long time... It's there ! Add this in your tokens.json :
"KIND_OF_SWAP": "tokens",
"BUYAMOUNTINTOKEN": "50",
and LimitSwap will buy this amount of tokens 😎
✅ MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION --> to tell the bot the maximum of ETH / BNB... you want him to use per transaction, when you swap exact amount of tokens
BUGFIXES / IMPROVEMENTS
✅ Fix for token['LIQUIDITYINNATIVETOKEN'] = 'false'
✅ Logs improvements for Buy exact Tokens :
✅ We've added cache to the price calculation --> it's now faster and more accurate !
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: v4.0.4.1...v4.0.4.2
v4.0.4.1 - Improvements for Buy exact Tokens
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
pip install cachetools
before running the bot
NEW PARAMETERS
✅ Swap exact amount of tokens
You've been waiting for a long time... It's there ! Add this in your tokens.json :
"KIND_OF_SWAP": "tokens",
"BUYAMOUNTINTOKEN": "50",
and LimitSwap will buy this amount of tokens 😎
✅ MAX_BASE_AMOUNT_PER_EXACT_TOKENS_TRANSACTION --> to tell the bot the maximum of ETH / BNB... you want him to use per transaction, when you swap exact amount of tokens
BUGFIXES / IMPROVEMENTS
✅ Logs improvements for Buy exact Tokens :
✅ We've added cache to the price calculation --> it's now faster and more accurate !
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: v4.0.3.1...v4.0.4.1
v4.0.4
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
pip install cachetools
before running the bot
NEW PARAMETERS
✅ Swap exact amount of tokens
You've been waiting for a long time... It's there ! Add this in your tokens.json :
"KIND_OF_SWAP": "tokens",
"BUYAMOUNTINTOKEN": "50",
and LimitSwap will buy this amount of tokens 😎
BUGFIXES / IMPROVEMENTS
✅ We've added cache to the price calculation --> it's now faster and more accurate !
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: v4.0.3.1...v4.0.4
v4.0.3.1
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
(I now also include a pre-compiled .exe file for Windows users to my releases)
NEW PARAMETERS
✅ XXX_SECONDS_COOLDOWN_AFTER_SUCCESS_TX --> if you want the bot to wait XXX seconds after your first BUY Tx is a success. I did not add it to default tokens.json as it's a specific need. Asked by Steven user
✅ (settings.json) PASSWORD_ON_CHANGE --> set it to "true" if you want the bot to ask your PK password when a change is make to your tokens.json while the bot is running
BUGFIXES / IMPROVEMENTS
✅ Improvement of the error message when a Tx fail
✅ New methods added to WAIT_FOR_OPEN_TRADE = 'mempool' to detect more EnableTrading functions
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Give the ability to swap for exact amount of tokens
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: v4.0.3...v4.0.3.1
v4.0.3
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
(I now also include a pre-compiled .exe file for Windows users to my releases)
SPEED IMPROVEMENT
🚀 Bot should be 2x faster at doing price check 💪 💪 thanks to user Juan Lopez who suggested to cache some requests :)
NEW PARAMETERS
✅ Add Benchmark function --> use the --benchmark
parameter to benchmark your node !
To use it : python LimitSwap.py --benchmark
✅ --password_on_change
parameter --> asks for user's pk password if tokens.json is changed
To use it : python LimitSwap.py --password_on_change
BUGFIXES / IMPROVEMENTS
✅ Improved PREAPPROVAL --> bot now checks approval of Base pair at bot launch, to avoid TRANSFER_FROM_FAILED error (thanks to user Nico)
✅ Fix for memory leak thanks to Juan Lopez
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic Stablecoins liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Give the ability to swap for exact amount of tokens
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: 4.0.2...v4.0.3
v4.0.2
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
NEW PARAMETERS
✅ MAX_SUCCESS_TRANSACTIONS_IN_A_ROW --> just tell the bot how many transactions you want it to do, and then it stops
(it comes in addition of MAXTOKENS)
BUGFIXES / IMPROVEMENTS
✅ Fix for tokens with decimals = 9, to buy with the good amount
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Give the ability to swap for exact amount of tokens
☑️ Trailing stop losses
Happy sniping !
Full Changelog: 4.0.1...v4.0.2
v4.0.1
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
SPEED IMPROVEMENT
🚀 More optimisations to make the bot even faster
NEW PARAMETERS
✅ WAIT_FOR_OPEN_TRADE = "mempool" --> bot scans pending transactions to detect real "Open Trading" events
✅ ALWAYS_CHECK_BALANCE --> made for people who want to sell tokens they receive in their wallet while the bot is running
✅ --precise_price
parameter --> the bot gives you the same exact price that Poocoin, but it's slower. Gives the ability to snipe tokens with lots of 00000000, so it solves this issue : CryptoGnome#401
To use it : python LimitSwap.py --precise_price
BUGFIXES / IMPROVEMENTS
✅ Fix for WAIT_FOR_OPEN_TRADE when several tokens are used at the same time
✅ Made PREAPPROVE = instantafterbuy the default PREAPPROVE behaviour --> if you select PREAPPROVE = true, bot will no longer preapprove at launch, but after BUY Tx is a success
✅ Liquidity check : if liquidity amount is not ok, bot disable token instead of stop
✅ Liquidity check : Solved bug if you entered wrong contract on Custom Base Pair
✅ ... and many other small fixes that I forgot to mention
TO BE DONE IN FUTURE RELEASES
☑️ Implement super fast speed of @yaqub0r
☑️ Automatic liquidity detection by @yaqub0r
☑️ Sell after xxx% of gains / stoploss by @yaqub0r
☑️ Give the ability to swap for exact amount of tokens
☑️ Trailing stop losses
Enjoy ! love you guys ❤️
Full Changelog: 4.0.0...v4.0.1
Major Overhaul
📢 BIG NEW VERSION 📢
How to install : https://github.com/tsarbuig/LimitSwap/blob/master/README.md
In 2 months, we've done a LOT LOT LOT of new stuff for you guys !!
SPEED IMPROVEMENT
🚀 Bot is a lot faster (up to x20 faster, actually it's SO FAST that we will create an option to slow it down)
--> you should be able to snipe a lot more tokens
NEW PARAMETERS
✅ RUGDOC_CHECK
✅ BUYAFTER_XXX_SECONDS
✅ MAX_FAILED_TRANSACTIONS_IN_A_ROW
✅ WAIT_FOR_OPEN_TRADE --> bot waits for price to move before trying to make a BUY order
✅ MULTIPLEBUYS --> you can launch up to 5 buys orders with 5 different wallets at the same time !
NEW FEATURES
✅ ability to run the bot on MacOS / Linux
✅ private key encryption
✅ new PREAPPROVE setting "instantafterbuy" --> bot creates approval only if BUY order is a success
✅ lots of logs improvements (put date of the day to logs files name / new logs in the file)
✅ added colors in the Terminal if you use Powershell / MacOS / Linux
BUGFIXES / IMPROVEMENTS
✅ Fixed Liquidity Checking --> now works all the time, including with custom base pairs
✅ Added Support for EIP 1559 on Ethereum
✅ Put check_balance before buy() to accelerate transaction
✅ Set gas = 10 on BSC to accelerate transaction when you use BOOST on BSC
✅ Fixed lots of problems with Moonbag and Buyamount
✅ added Pancake and Uniswap testnet if you want to try the bot on Testnet (in settings.json : EXCHANGE = "Pancaketestnet" and "Uniswaptestnet"
✅ you can now launch the bot with some parameters, like : "python LimitSwap.py -s settingsETH.json -t tokensETHrinkeby.json" to choose which files you want to use
✅ you can launch the bot with "-p" parameter, like : "python LimitSwap.py -p mypassword" to avoid having to enter your password for private key
TO BE DONE IN FUTURE RELEASES
☑️ Automatic liquidity detection
☑️ Give the ability to swap for exact amount of tokens
☑️ Trailing stop losses
Enjoy ! love you guys ❤️