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...
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
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...
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?
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...
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.
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...