Kelp v1.7.2 Release Notes

Release Date: 2019-08-26 // over 4 years ago
  • This is v1.7.2 of kelp.

    🚑 This patch release includes some critical reliability fixes:

    • ➕ add triggers to modification log line in sdex
    • 🛠 fix fill tracker to also work with path_payment type operations for sdex
    • 🛠 fix op_underfunded error when replenishing top offer
    • 🆕 new oversell trigger during modify to check need to reduce amount of existing offers

    🚀 See the CHANGELOG for more details on this release.


    Download the package for your platform and begin making the market! After you untar the downloaded file, change to the generated directory (kelp-v1.7.2) and invoke the kelp binary.

    Here's an example to get you started (replace filename with the name of the file that you download):

    tar xvf filename
    cd kelp-v1.7.2
    ./kelp
    

    To run the bot in simulation mode, try this command:

    ./kelp trade -c sample_trader.cfg -s buysell -f sample_buysell.cfg --sim
    

    Be sure to check out our walkthroughs section in the README for a quick intro on how to get started with Kelp.

    We welcome any feedback that you have. Feel free to open a bug report or submit a feature request, we're listening to what you have to say.

    🚀 Hope you enjoy this release.