jl777
7 years ago
2 changed files with 1 additions and 7 deletions
@ -1,4 +1,4 @@ |
|||
cp secretaddresses dividends snapshot goals goal portfolio autoprice deletemessages getmessages debug register registerall trade ordermatch bestfit orderbook autotrade client run_osx client_osx run coins disable enable myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv setprice status utxos ../dexscripts |
|||
cp snapshot_balance snapshot_loop secretaddresses dividends snapshot goals goal portfolio autoprice deletemessages getmessages debug register registerall trade ordermatch bestfit orderbook autotrade client run_osx client_osx run coins disable enable myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv setprice status utxos ../dexscripts |
|||
cd ../dexscripts |
|||
#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 |
|||
|
@ -1,10 +1,4 @@ |
|||
source userpass |
|||
ht=$1 |
|||
while true |
|||
do |
|||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"snapshot_balance\",\"coin\":\"KMD\",\"height\":$ht,\"addresses\":[\"RSAzPFzgTZHNcxLNLdGyVPbjbMA8PRY7Ss\", \"RBgD5eMGwZppid4x7PTEC2Wg1AzvxbsQqB\"]}" |
|||
ht=$(( $ht + 100 )) |
|||
echo next hight $ht |
|||
sleep 6000 |
|||
done |
|||
|
|||
|
Loading…
Reference in new issue