Releases notes
✅ v0.64.0 : WalletHunter is now compatible with TraderJoe on AVAX C-Chain!
You can use it scanning mempool if you have access to a Validator node (lucky you) or 1 block later if you don't, just like in Arbitrum chain
Use EXCHANGE : "traderjoe"
to make it work
✅ v0.64.0 : WalletHunter is now compatible with CRONOS! (at least VVS and Mad Meerkat)
Use EXCHANGE : "cronos"
to make it work
✅ v0.64.0c : 3 new Uniswap and custom methods added to the bot
✅ v0.64.1 : WalletHunter can now clone only successful Tx! BUT BE CAREFUL:
you can only know if a Tx is successful after the Tx is mined --> this will make you buy 1 blocks later.
To enable it, use : SCAN_MODE: "1_block_after_only_success"
✅ v0.64.2 : solved a bug with 1_block_after_only_success mode
✅ v0.64.3 : solved an Approval error on BSC
✅ v0.64.4 : solved another bug on Approval
✅ v0.64.5 : WalletHunter is now compatible with Uniswap on Base!
Use EXCHANGE : "uniswap-base"
to make it work
✅ v0.64.6 : Autosell now has a 3rd take profit target! (tip : if you don't want to use it, set AUTOSELL_AMOUNT_TARGET_3: "0%"
✅ v0.64.6 : if MAX_GAS_FOR_AUTOSELL is reached, WalletHunter will compare it with MarketGas. If MAX_GAS_FOR_AUTOSELL > MarketGas --> it will create a Tx with MAX_GAS_FOR_AUTOSELL. It will avoid you to cancel Tx and waste money
✅ v0.64.7 : Making evolve Gas control, now that Tx can be made with Gas = 1 on BSC
✅ v0.64.8 : BASE gas bugfix for autosell
✅ v0.64.8b : BASE gas bugfix for autosell n°2
✅ v0.64.8c : Fixed a bug on Autosell created on last version
✅ v0.64.9 : Fixed a bug on Gas for Pancaswap when using BOOST mode
✅ v0.64.10 : Fixed a bug when using BUY_AMOUNT with fixed value (like "0.01") and trying to copy Tx with value = 0
✅ v0.64.11 : Fixed another bug when using BUY_AMOUNT with fixed value (like "0.01") --> should be much more reliable now
✅ v0.64.12 : new SIMULATION MODE
: if you want to know what your WalletHunter configuration would have done when you copy a Tx, you can now use Simulation mode 👍
HOW TO LAUNCH IT? Launch the bot with "--simu" option, and you will see :
1/ All the details of the Tx that WalletHunter would have created (without creating it)
2/ The original Tx decoded
✅ v0.64.13 : bugfix for Autosell when Trailing stop is activated and Target 3 is directly reached
✅ v0.64.14 : bugfix for Autosell
✅ v0.64.15 : bugfix for Cronos chain + sell amount calculation improvement for SigmaSell + log improvements
✅ v0.64.16 : new slippage calculation mode
: WalletHunter is now able to calculate slippage automatically, depending on token buy/sell tax, to avoid you being frontrunned
HOW TO SET IT IN PARAMETERS?
1/ SLIPPAGE_MODE : "automatic_over_tax"
2/ Use values like:
SLIPPAGE_FOR_BUY : "tax+25%"
SLIPPAGE_FOR_SELL : "tax+10%"
✅ v0.64.16 : several bugfixes for Autosell
✅ v0.64.17 : bugfix when converting a buy per tokens in buy per ETH if max buy is reached
✅ v0.64.18 : solved a bug who stopped the bot when facing a non-clonable Tx...
✅ v0.64.19 : big cleanup on AUTOSELL code, to avoid some bugs and some loops, creating infinite Failed Tx...
✅ v0.64.20 : bugfix for AUTOSELL to avoid TargetProfit n°2 reached not being taken into account