Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. x@x:~$ pandacoind listaccounts
  2. {
  3. "" : 0.00000000,
  4. "My account" : 0.00000000,
  5. "account" : 10.00000000
  6. }
  7. x@x:~$ pandacoind listunspent
  8. [
  9. {
  10. "txid" : "d814d81fb51e99e7a9cfc3b6c0cc6a1176c9aa771ad286145a8813cc4adaa04b",
  11. "vout" : 1,
  12. "address" : "PDdMKehy1f3fQekmT8Y3QGnGCcoqempxU8",
  13. "account" : "account",
  14. "scriptPubKey" : "76a9143741f29d08be9548c0430795da34bed7d7301a8588ac",
  15. "amount" : 10.00000000,
  16. "confirmations" : 11
  17. }
  18. ]
  19. x@x:~$ pandacoind getbalance account 0
  20. 0.00000000
  21. x@x:~$ pandacoind getbalance account
  22. 0.00000000
  23. x@x:~$ pandacoind getbalance "account"
  24. 0.00000000
  25. x@x:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement