Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2.  
  3. lookup if payment comes inside: curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "listreceivedbyaddress", "params": [0, true, true,"'$pruefwallet'"] }' -H 'content-type: text/plain;' http://$username:$password@$ip:$port/
  4.  
  5. The payment is now confirmed: 3 curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "listreceivedbyaddress", "params": [3, true, true,"'$pruefwallet'"] }' -H 'content-type: text/plain;' http://$username:$password@$ip:$port/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement