Skip to content

Instantly share code, notes, and snippets.

@KevinKu
Created March 10, 2019 13:28
Show Gist options
  • Save KevinKu/56a1b36fc14d9a2da11032587b672445 to your computer and use it in GitHub Desktop.
Save KevinKu/56a1b36fc14d9a2da11032587b672445 to your computer and use it in GitHub Desktop.
#!/bin/bash
while 1>0
do
echo '\n' >> TestgetConfidences
date >> TestgetConfidences
echo '\n' >>TestgetConfidences
curl http://p02.zeronet.iota.cafe:14265 -X POST -H 'Content-Type:application/json' -H 'X-IOTA-API-Version: 1' -d '{"command":"getConfidences","transactions":["WBHTOYOSBNGWA9GIRATL9NSTVTRGTMTWU9BSUPLADZLCVIWAYN9XSZKLAVPSVE9KSLNWFR9CDHAFHA999"] }' >> TestgetConfidences
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment