2 changed files with 4 additions and 2 deletions
@ -1,9 +1,10 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
source passphrase |
source passphrase |
||||
source coins |
source coins |
||||
pkill -15 marketmaker; |
./stop |
||||
git pull; |
git pull; |
||||
cd ..; |
cd ..; |
||||
./m_mm; |
./m_mm; |
||||
|
pkill -15 marketmaker; |
||||
./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" & |
./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" & |
||||
|
|
||||
|
@ -1,8 +1,9 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
source passphrase |
source passphrase |
||||
source coins |
source coins |
||||
pkill -15 marketmaker; |
./stop |
||||
git pull; |
git pull; |
||||
cd ..; |
cd ..; |
||||
./m_mm; |
./m_mm; |
||||
|
pkill -15 marketmaker; |
||||
$1 ./marketmaker "{\"gui\":\"nogui\", \"profitmargin\":0.01, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" & |
$1 ./marketmaker "{\"gui\":\"nogui\", \"profitmargin\":0.01, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$passphrase\", \"coins\":$coins}" & |
||||
|
Loading…
Reference in new issue