How to get input and output address in a transaction with blocksci? I have downloaded bitcoin core and have parsed it with blocksci. I want to get the data about the inputs and outputs of each transaction like this: import blocksci chain = blocksci.Blockchain('./btc.cfg') for block in chain: for tx in... 2 Vistas totales 1 mes publicado