Skip to content

Releases: devareus/Eclectic-Token-Sniper

v220922

22 Sep 13:21
73e3344
Compare
Choose a tag to compare

Dynamic activation of rules based on counters or flags. See
https://github.com/devareus/Eclectic-Token-Sniper/blob/main/README.md#counters for more details

v220906

06 Sep 10:58
e670b48
Compare
Choose a tag to compare

Fixed an issue with addresses not matching rules with certain node implementations

v220905

05 Sep 16:50
e670b48
Compare
Choose a tag to compare

Support for Polygon-edge derived blockchains gRPC TxPool (for example, Dogechain)

Mind that you need to set two new parameters for this. For example:

    "NodeAddressgRPC": "http://localhost:9632",
    "UsegRPCforMempool": true,

v220831

31 Aug 20:12
f16d049
Compare
Choose a tag to compare

Some fixes for Dogechain:

  • Avoid error on contract verification when the source code is not available on explorer.dogechain.dog
  • Using a patched version of Nethereum to make it compatible with Dogechain nodes' websocket messages

v220818

18 Aug 20:03
47ba73d
Compare
Choose a tag to compare
  • Support for Dogechain
  • Fix an issue calculating the liquidity of a token in blockchains where honeypot check feature isn't available

v220627

27 Jun 12:04
d9865e6
Compare
Choose a tag to compare
  • Minimum tax limits
  • Configurable keep alive

NOTE: From this version onwards a 3.0% dev fee will be charged on every successful buy. Previous versions will be disabled soon; please, update to make sure your bot keeps working.

v220618

18 Jun 11:26
ca63f7c
Compare
Choose a tag to compare

Use SellGasAmount for sells (as it should, some of the previous versions were using BuyGasAmount for sells too :/)
Correct out of gas simulations
Prevent double approvals when pre-approvals are enabled and WatchTokensInterval lower or close to the block time
Nethereum bumped to 4.6.1, that doesn't require a reconnect to BSC geth nodes every 200 blocks

v220601

01 Jun 18:39
79d5cb2
Compare
Choose a tag to compare
  • No real balance required anymore in the wallet to run in simulation mode, although will still be more accurate if you have a balance of AmountToSnipe or more
  • Allow negative UseAddressNumber in Telegram Sniper to start counting addresses from the bottom of the messages
  • Added transaction to/from filters to Events rules

v220530

30 May 18:21
ac51d6f
Compare
Choose a tag to compare

Added MinNewAddedLiquidityPercentage check
Fix: AddLiquiditySniperBlocks was using the parameters set defined in AddLiquiditySniperMempoolParametersSet instead of AddLiquiditySniperBlocksParametersSet

v220520

20 May 17:05
400ee51
Compare
Choose a tag to compare
  • Support for multiple liquidity pairs with automatic selection of the one with the best price for the amount to buy
  • Customisable Event Sniper
  • A few extra options added to the Customisable Transaction Sniper

Important:

  • Several parameters in the appsettings.json file have changed or been added. Previous versions of your config file won't work without modifications. Depending on how customised your settings were, it might be just easier to start from scratch and apply your changes to the new template than updating your old config to the new syntax.
  • The min/max liquidity limits are now always expressed in the equivalent worth of base tokens. If using alternative liquidity pairs the bot will do the conversion internally when checking the available liquidity for that pair in the exchange.