jl777
7 years ago
2 changed files with 4 additions and 2 deletions
@ -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}" & |
|||
|
|||
|
@ -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}" & |
|||
|
Loading…
Reference in new issue