From be533c69adbcafedeadbdb8d2218464a1c1298af Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 25 Jan 2018 11:23:35 +0400 Subject: [PATCH] Test --- iguana/exchanges/client | 3 ++- iguana/exchanges/run | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/client b/iguana/exchanges/client index a36758376..3b33a363a 100755 --- a/iguana/exchanges/client +++ b/iguana/exchanges/client @@ -1,9 +1,10 @@ #!/bin/bash source passphrase source coins -pkill -15 marketmaker; +./stop git pull; cd ..; ./m_mm; +pkill -15 marketmaker; ./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" & diff --git a/iguana/exchanges/run b/iguana/exchanges/run index ec549c0c7..0954a5c1a 100755 --- a/iguana/exchanges/run +++ b/iguana/exchanges/run @@ -1,8 +1,9 @@ #!/bin/bash source passphrase source coins -pkill -15 marketmaker; +./stop git pull; cd ..; ./m_mm; +pkill -15 marketmaker; $1 ./marketmaker "{\"gui\":\"nogui\", \"profitmargin\":0.01, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" &