jl777
7 years ago
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
source userpass |
source userpass |
||||
# this will only work for watchonly addresses that have been rescanned and with active coins |
# this will only work for watchonly addresses that have been rescanned and with active coins |
||||
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"fundvalue\",\"address\":\"RTu3JZZKLJTcfNwBa19dWRagEfQq49STqC\",\"holdings\":[{\"coin\":\"iota\",\"balance\":4500000}, {\"coin\":\"bitcoin-cash\",\"balance\":1500}, {\"coin\":\"bitcoin\",\"balance\":27}],\"divisor\":1400000}" |
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"fundvalue\",\"address\":\"RTu3JZZKLJTcfNwBa19dWRagEfQq49STqC\",\"holdings\":[{\"coin\":\"iota\",\"balance\":4500000}, {\"coin\":\"bitcoin-cash\",\"balance\":1200}, {\"coin\":\"bitcoin\",\"balance\":27}],\"divisor\":1400000}" |
||||
|
Loading…
Reference in new issue