Search results

  1. programonauta

    How to get other wallet's balance using dash-cli

    WOW! It worked fine. Thanks @thephez! Just to documentation I'll show the commands and these outputs: ~$ ps -ef | grep dash ricardo 213 1 76 22:46 ? 00:02:24 dashd -testnet -addressindex -reindex -daemon ricardo 243 2 0 22:49 tty1 00:00:00 grep --color=auto dash $...
  2. programonauta

    How to get other wallet's balance using dash-cli

    Hi @thefez, I tried the getaddressbalance command and the output was: $ ps -ef | grep dashd ricardo 17 1 0 15:30 ? 00:00:25 dashd -addressindex -daemon ricardo 60 2 0 18:25 tty1 00:00:00 grep --color=auto dashd $ dash-cli getaddressbalance '{"addresses"...
  3. programonauta

    How to get other wallet's balance using dash-cli

    Hi @strophy Probably I'm doing something wrong. I started dashd with -addressindex, and I'm sure it's runnning for a long time (about 7hours), and when I try get balance from any address I get zero. $ ps -ef | grep dash ricardo 11409 1 6 11:27 ? 00:25:00 dashd -addressindex...
  4. programonauta

    How to get other wallet's balance using dash-cli

    Coming back to the topic, Looking for in the Bitcoin documentation, I found out the bx (bitcoin explorer) in this repo of github. But I didn't find any repo like that to Dash
  5. programonauta

    How to get other wallet's balance using dash-cli

    Maybe I still see in a "romantic" way, but I do believe in the power of community. I do with others what I'd like people do with me. The interesting thing is that normally we receive much more than we give, mainly because when we face some problems that someone already faced before and the...
  6. programonauta

    How to get other wallet's balance using dash-cli

    Your question is about blockgeeks? I registered in the very beginning of this site and some times I look some articles. But what grabbed my attention was the values in ETH on each question. Does some one pay for answered questions?
  7. programonauta

    How to get other wallet's balance using dash-cli

    I'm still a bit confused, it looks like the dash-cli commands refer only to addresses on the wallet stored on the local machine. For instance I got a actual transaction on blockcypher, see this link. And when I try to get info of this transaction I got: $ dash-cli gettransaction...
  8. programonauta

    How to get other wallet's balance using dash-cli

    Exactly, what I'd like to know is how to gather the information using dash-cli.
  9. programonauta

    How to get other wallet's balance using dash-cli

    Hi @demo, Calling this API: explorer.dash.org / chain/Dash/q/addressbalance (I put some spaces in URL due Forum software was blocking my post with the complete URL) I get the balance, but I'd like to know if there is some way to explore blockchain in the dash-cli.
  10. programonauta

    How to get other wallet's balance using dash-cli

    Is it possible get the balance of an specific address (not stored on my computer) using dash-cli? I mean: I'd like the same result using the API, but my goal is only to understand how it works behind the scenes, inspecting the source code, not an actual problem that could be solved using API...
Back
Top