Browse Source

Test

etomic
jl777 7 years ago
parent
commit
75883011bc
  1. 3
      iguana/exchanges/getpeers
  2. 10
      iguana/exchanges/getpeersIP
  3. 3
      iguana/exchanges/getprice
  4. 3
      iguana/exchanges/orderbook

3
iguana/exchanges/getpeers

@ -1 +1,2 @@
curl --url "http://127.0.0.1:7779" --data "{\"method\":\"getpeers\"}"
source userpass
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"getpeers\"}"

10
iguana/exchanges/getpeersIP

@ -0,0 +1,10 @@
curl --url "http://5.9.253.195:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.196:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.197:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.198:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.199:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.200:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.201:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.202:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.203:7779" --data "{\"method\":\"getpeers\"}"
curl --url "http://5.9.253.204:7779" --data "{\"method\":\"getpeers\"}"

3
iguana/exchanges/getprice

@ -1 +1,2 @@
curl --url "http://127.0.0.1:7779" --data "{\"method\":\"myprice\",\"base\":\"REVS\",\"rel\":\"KMD\"}"
source userpass
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"getprice\",\"base\":\"REVS\",\"rel\":\"KMD\"}"

3
iguana/exchanges/orderbook

@ -1 +1,2 @@
curl --url "http://127.0.0.1:7779" --data "{\"method\":\"orderbook\",\"base\":\"REVS\",\"rel\":\"KMD\"}"
source userpass
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"orderbook\",\"base\":\"REVS\",\"rel\":\"KMD\"}"

Loading…
Cancel
Save