I would really like to have the ability to question the steadiness of an deal with (not belonging to me). The information ought to come from a completely synced bitcoin full node contained in the native LAN and I don’t wish to question any api companies outdoors my LAN like blockchain or blockcypher. In fact, API calls inside my LAN can be high quality and even most popular.
Which question method may you suggest me? What is the minimal {hardware} requirement? I suppose that will indicate a big index of addresses, would I’ve to depend with the identical area because the blockchain information itself?
I do know this query has been handled earlier than, however most options posted there usually are not actually updated or not supported anymore. What’s on the market as presently supported options?
Thanks prematurely
Edit:
Thus far, my analysis is that bitcoin-cli
can not reveal transactions primarily based on an deal with, the txindex=1
is just helpful for utilizing the RPC name getrawtransaction
which does not enable trying to find addresses.
Alternatively, I’ve put in btcd
: it permits utilizing btcctl searchrawtransactions deal with
which not less than prints out ALL transactions. That brings me nearer, however nonetheless would not present me the ultimate steadiness. Would that should calculated from the one transactions? If that’s the case, how?