Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

v0.2.1-beta

Latest
Compare
Choose a tag to compare
@reemuru reemuru released this 15 Sep 05:35
· 79 commits to dev since this release
efc577f

What's new in release v0.2.1-beta?

Rate lock mode - defaults to false. Set to true to override mode.price-confidence

application.yml

# Rate lock mode will lock rate for xmr -> btc swaps.
# Price confidence will allow greater freedom for flucuations.
# When not in rate lock mode it is possible for swaps to get rejected if it the server would take a
# loss beyond the threshold. While locked rates will never be rejected.
mode:
  rate-lock: false
  price-confidence: 0.95
# markup so we can pay the bills
# needs to be > 0.05 when not in rate lock mode to maintain profitablility
markup: 0.06

verify the signed release with gpg --verify mass-0.2.1-beta.tar.bz2.gpg