Last active
August 29, 2015 14:16
-
-
Save matthieu/e4d139ada2419b4ed5fb to your computer and use it in GitHub Desktop.
Revisions
-
matthieu revised this gist
Mar 11, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #!/bin/bash openssl enc -d -aes-256-cbc -base64 -in send_a_candy.json.aes256 2>&1 | \ curl -H "Content-Type: application/json" -d @- https://api.blockcypher.com/v1/btc/main/txs/micro?to_address=$1 -
matthieu created this gist
Mar 11, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash openssl enc -d -aes-256-cbc -nosalt -base64 -in send_a_candy.json.aes256 2>&1 | \ curl -H "Content-Type: application/json" -d @- https://api.blockcypher.com/v1/btc/main/txs/micro?to_address=$1