Browse Source

Tweak client

jl777
jl777 7 years ago
parent
commit
a227b31914
  1. 3
      iguana/exchanges/client

3
iguana/exchanges/client

@ -3,8 +3,9 @@ source passphrase
source coins
./stop
git pull;
cp ../exchanges/updateprices;./updateprices
cd ..;
./m_mm;
pkill -15 marketmaker;
./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" &
stdbuf -oL $1 ./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" &

Loading…
Cancel
Save