[ad_1]
I downloaded the bitcoin blockchain, I’ve a full node and I wish to do some parsing, I take advantage of RPC to ship instructions to bitcoin core from my python program, once I get a block it really works positive however the enter is lacking, I’m pressured to search for the related transaction to “uncover” the tackle and the worth, for the output no downside, it is a identified downside get enter tackle and quantity from vin utilizing bitcoin core rpc the issue is that making an additional request for every enter slows down my program quite a bit, for the second I have not discovered an answer so I am counting on you a bit
I attempted to discover a answer on the UTXO aspect with the gettxout command however I’ve to assume once more, unsure it does what I would like
my aim is to get a consequence just like the one among blockchain.data, https://blockchain.data/rawblock/5 addresses do not curiosity me, the HEX script is sufficient, the enter tackle, the output tackle, and the related worth
thanks
[ad_2]