Skip to content

Releases: abayomi185/simple-pump-and-dump-bot

Improved Async Implementation

13 May 00:16
Compare
Choose a tag to compare

See previous release for main details.

This fixes two commented line for local db.

Improved Async Implementation

13 May 00:14
Compare
Choose a tag to compare

It is highly recommended to update to this version from previous versions

  • Critical fix: Bot previously only relied on config time, this release fixes that to check the price periodically
  • Time duration shown for pump critical process; This can be referenced against your config file value

A few things discovered during testing:

  • Time delay to check price during pump process could be improved. A possible solution to improve performance is Cython or port code to C++, this comes at a cost of improved complexity for inexperienced users.
  • Clock speed of the processor may have an effect on the number of request that can be made to check prices during the pump process

Kucoin Support Added

25 Apr 16:48
Compare
Choose a tag to compare

Pump and Dump on Kucoin now too
With identical config file as the Binance bot

First Release

28 Mar 19:46
65db7a0
Compare
Choose a tag to compare

First release:

  • Easy to use cli interface
  • Configurable options in config file
  • Market order buy and sell limits
  • Local database for bot orders