-
-
Save kolobus/706111e132272bc0fa9e7e73276d4d05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myip=`curl -s4 checkip.amazonaws.com` | |
sleep 4 | |
curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"SuperNET\",\"method\":\"myipaddr\",\"ipaddr\":\"$myip\"}" | |
tests/addnotarys_7776 | |
./btc_7776 | |
./kmd_7776 | |
#curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnotary\",\"ipaddr\":\"$myip\"}" | |
./dpow_7776 | |
sleep 3 | |
./wp_7776 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myip=`curl -s4 checkip.amazonaws.com` | |
pkill iguana | |
../agents/iguana notary & | |
sleep 4 | |
coins/gennotary | |
tests/addnotarys_7776 | |
tests/getinfoN_7776 | |
curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"SuperNET\",\"method\":\"myipaddr\",\"ipaddr\":\"$myip\"}" | |
./wp_7776 | |
curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"SuperNET\",\"method\":\"activehandle\"}" | |
./btc_7776 | |
./kmd_7776 | |
curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnode\",\"activecoin\":\"NOTARY\",\"ipaddr\":\"$myip\"}" | |
./dpow_7776 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment