5 changed files with 24 additions and 9 deletions
@ -1,2 +1,2 @@ |
|||
source userpass |
|||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autotrade\",\"base\":\"REVS\",\"rel\":\"KMD\",\"volume\":1.01,\"price\":1.234}" |
|||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"autotrade\",\"base\":\"REVS\",\"rel\":\"KMD\",\"relvolume\":1.01,\"price\":1.234}" |
|||
|
@ -0,0 +1,2 @@ |
|||
source userpass |
|||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"bestfit\",\"rel\":\"KMD\",\"relvolume\":1.01}" |
@ -1,4 +1,4 @@ |
|||
cp orderbook autotrade client run_osx client_osx run coins disable enable forward myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv lookup pub setprice status utxos ../dexscripts |
|||
cp bestfit orderbook autotrade client run_osx client_osx run coins disable enable forward myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv lookup pub setprice status utxos ../dexscripts |
|||
cd ../dexscripts |
|||
cp ../exchanges/passphrase ../exchanges/userpass . |
|||
echo you will need to modify passphrase file with your passphrase and userpass file with userpass value |
|||
#cp ../exchanges/passphrase ../exchanges/userpass . |
|||
echo you will need to have a passphrase file with your passphrase and userpass file with userpass value in dexscripts dir |
|||
|
Loading…
Reference in new issue