Skip to content

Instantly share code, notes, and snippets.

@bitcartel
Created June 22, 2016 04:16
Show Gist options
  • Save bitcartel/8ee7d7a495fb400c9807342b3bff1932 to your computer and use it in GitHub Desktop.
Save bitcartel/8ee7d7a495fb400c9807342b3bff1932 to your computer and use it in GitHub Desktop.
./src/zcash-cli listunspent
[
{
"txid" : "e5c9f4fb308c4ffc09b8db503e300ddf7ddf04495947977d1fe83acb3ef76e30",
"vout" : 0,
"address" : "n2EKawUowF2VQoL4vBuCNtBq62PF8v4VUE",
"scriptPubKey" : "21037162eb269d013b0917c13c6311f1a641c22b3b3b4453995dd96e136c2b60ef80ac",
"amount" : 0.59700000,
"confirmations" : 2743,
"spendable" : true
},
{
"txid" : "93563b3193ed26f30201b322c0dfcff2d3b89a5cb27b2e684a24bb3e3a55aa74",
"vout" : 0,
"address" : "mtgozdCiRR55Vr12zTy1vJM994F4F3rEZu",
"scriptPubKey" : "2102a058096dff15adb81efbd73a75c05cb74c6952a7fb83c1682dcebaafbb9407beac",
"amount" : 0.62850000,
"confirmations" : 2680,
"spendable" : true
},
{
"txid" : "863080ffc54c1fb0f25b51add7b625e368bf99fd4d217d9e448ab789cda5368c",
"vout" : 0,
"address" : "mkpysaVH6nM2jWuFwyp4eaAfpuLUuD5kvW",
"scriptPubKey" : "2102196d0a6578dd415b002377a005d2dccb337a20ddf7c1cc2f0e7c9af6fe2cb96aac",
"amount" : 0.65300000,
"confirmations" : 2631,
"spendable" : true
},
{
"txid" : "4db73316e90e7082c9829d63f12043f3c6e1844bcb115691b04c48f09a6a89af",
"vout" : 0,
"address" : "mrEbWh29nkjMgfTGCwxSMC2FfL4gn6ffpJ",
"scriptPubKey" : "2103ae694291f7a5ac2a9bffbdbfc1e6d9a1fd7a72ef3e042ba6475c9b84a962de97ac",
"amount" : 0.61800000,
"confirmations" : 2701,
"spendable" : true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment