Kelp v1.6.1 Release Notes

Release Date: 2019-04-12 // about 5 years ago
  • This is v1.6.1 of kelp.

    ๐Ÿ‘€ Kelp now supports trading on 100+ centralized exchanges! see the full list of supported exchanges by running ./kelp exchanges.
    ๐Ÿš€ 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.6.1) 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.6.1
    ./kelp
    

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

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

    ๐Ÿ‘€ Kelp sets the X-App-Name and X-App-Version headers on requests made to Horizon. These headers help us track overall Kelp usage, so that we can learn about general usage patterns and adapt Kelp to be more useful in the future. These can be turned off using the --no-headers flag. See kelp trade --help for more information.


    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.