Skip to content

Releases: damartripamungkas/botdexdamar

v9.1.0

11 Jan 00:24
8e95d1f
Compare
Choose a tag to compare

Changelog

[bot]

  • add some new variable to file bot.ini
  • change all variable config marked "/" to "_"
  • change some variable on file bot.ini
  • change some variable name on file config.ini
  • change some variable value format on file config.ini
  • set default value broadcast logs without having to press "listen log" in telegram_bot extra control
  • fixed some issues for extra control telegram_bot
  • delete bot "pretx_copy" for some reason
  • delete bot "token_create_sandwich" because it is handed over to "token_create"

[token_swap]

  • add variable "target_block" to target block pending or latest

[token_swap_limit]

  • add variable "target_block" to target block pending or latest

[sweeper_wallet]

  • update can be run on blockchain (evm)

[token_swap_copy]

  • update can be run on blockchain (evm)

v9.0.0

05 Jan 15:57
0c8cd62
Compare
Choose a tag to compare

Changelog

[bot]

  • add new bot "token_create_sandwich"
  • add new bot "token_create"
  • add new bot "token_swap_copy"
  • add new bot "pretx_copy"
  • add new bot "sweeper_wallet"
  • add extra control with telegram bot
  • add function to send transactions at different rpc url (for privatetx). set in variable: "url_rpc/send_tx"
  • add support blockchain sol (SOLANA)
  • add support transaction with type 0 (legacy) and 2 (eip-1559) in blockchain eth
  • add support extra gasPrice/feeData in blockchain eth. set in variable: "tx/gasprice"
  • add support extra gasLimit in blockchain eth. set in variable: "tx/gaslimit"
  • add support multiple running bot at same time
  • add mechanism nonce wallet management for wallet running more than 1 process in bot at same time in blockchain eth. this is useful to avoid clashes
  • add mechanism to resend the payload if the request result fails
  • add support CREATE, UPDATE, DELETE in file config when bot is running
  • change the configuration bot for readability
  • change name bot from "botsniper/presale" to "pretx"
  • change name bot from "botsniper/swap" to "token_swap"
  • change name bot from "botsniper/autoTradeSellTokenOnly" to "token_swap_limit"
  • change name bot from "botexploit/backrun" to "token_swap_backrun"
  • change name bot from "botexploit/sandwich" to "token_swap_sandwich"
  • change name bot from "botexploit/buybulk" to "token_swap_direct"
  • delete encryption/decryption AES-256 for key_wallet in bot

[pretx]

  • add support for customizing data input directly to the bot in the form of function and parameter

[token_swap]

  • add swap support COIN to TOKEN, TOKEN to COIN
  • add swap support for smartcontract uniswap v2, v3 code router

[token_swap_limit]

  • add swap support COIN to TOKEN, TOKEN to COIN
  • add swap support for smartcontract uniswap v2, v3 code router
  • add tx reference for takeprofit/cutlose, with price or percent options
  • add the initial check out price to calculate with the current price which will result in a percent or price gap

v8.5.0

08 May 13:00
44d40b5
Compare
Choose a tag to compare

Changelog

[add]

  • profit calculation according to txfee in some dex such as uniswapv2 and pancakeswapv2 on botexploit/sandwich

[fix]

  • type network IPC on some device
  • stuck monitor price autoTradeSellToken on botsniper
  • stuck monitor mempool botexploit/sandwich
  • filter minimum amount profit on botexploit/sandwich

[delete]

  • filter mempool with http type network in botexploit/backrun

v8.4.5

23 Apr 09:21
44d40b5
Compare
Choose a tag to compare

Changelog

[fix]

  • fix chiGasToken on customRouter
  • fix botexploit/sandwich
  • fix botsniper/autoTradeSellTokenOnly
  • fix autoTradeSellToken on botsniper/swap
  • fix gwei auto on botsniper/autoTradeSellToken

v8.4.0

21 Apr 17:45
454bb0e
Compare
Choose a tag to compare

Changelog

[add]

  • slippage
  • support running multiple bots
  • support filter mempool with http type network in botexploit/backrun
  • support double filter pending transaction
  • automatic speedup transaction on gwei high
  • automatic use chiGasToken on gwei high

[fix]

  • fix type network ipc
  • fix listener botexploit/sandwich
  • fix botexploit/buyBulk