Browse Source

Merge pull request #730 from jl777/jl777

Jl777
patch-3
jl777 7 years ago
committed by GitHub
parent
commit
852ad188cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      iguana/exchanges/LP_include.h
  2. 2
      iguana/exchanges/coins
  3. 8
      iguana/exchanges/run_osx

2
iguana/exchanges/LP_include.h

@ -35,7 +35,7 @@ voind dontprintf(char *formatstr,...) {}
#define LP_MAJOR_VERSION "0"
#define LP_MINOR_VERSION "1"
#define LP_BUILD_NUMBER "27771"
#define LP_BUILD_NUMBER "27772"
#define LP_BARTERDEX_VERSION 1
#define LP_MAGICBITS 1

2
iguana/exchanges/coins

File diff suppressed because one or more lines are too long

8
iguana/exchanges/run_osx

@ -1,8 +0,0 @@
#!/bin/bash
source passphrase
source coins
pkill -15 marketmaker;
git pull;
cd ..;
./m_mm;
$1 ./marketmaker "{\"gui\":\"nogui\", \"profitmargin\":0.01, \"userhome\":\"/${HOME#"/"}/Library/Application\ Support\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" &
Loading…
Cancel
Save