Skip to content

BlockchainMultiSniper v2.1.1 Beta

Compare
Choose a tag to compare
@BytePhoenixCoding BytePhoenixCoding released this 31 Jul 23:49
· 3 commits to main since this release
af7ec4c
  • Added simulation mode: simulate buying and selling tokens from configured Telegram channels and test out trading strategies without risking any real crypto (paper trading). Enable 'simulationMode' in config file to use.
  • Added automatic gas price detection (for type 2 transactions, set priority to 'LOW', 'MEDIUM' or 'HIGH' depending on how much gas you will spend)
  • Tokens in token cache that haven't been checked the longest are now prioritised in price checks
  • Added sell mode 0 (manual selling) - bot will only sell if you use instant sell with spacebar
  • Fixed potential bug with price logging
  • Fixed bug where bot sometimes couldn't get block number
  • Fixed bug where TX's not mined within 50 blocks would throw an error
  • Other various bug fixes / improvements