jl777
8 years ago
4 changed files with 6 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
source userpass |
|||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"inventory\",\"coin\":\"KMD\"}" |
@ -0,0 +1 @@ |
|||
export randval="<put a very strong passphrase here>" |
@ -0,0 +1,2 @@ |
|||
source randval |
|||
pkill -15 marketmaker; git pull; ./m_mm; ./marketmaker "{\"profitmargin\":0.01,\"passphrase\":\"$randval\"}" & |
@ -0,0 +1 @@ |
|||
export userpass="<put the userpass value from the first API call here>" |
Loading…
Reference in new issue