Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: sversus64 on December 18, 2014, 11:39:04 AM



Title: How to get all inbound and outbound transactions addresses?
Post by: sversus64 on December 18, 2014, 11:39:04 AM
How to get all inbound and outbound transactions addresses?
Which command sequence should be used?


Title: Re: How to get all inbound and outbound transactions addresses?
Post by: shorena on December 18, 2014, 11:57:00 AM
How to get all inbound and outbound transactions addresses?

There is no outbound transaction, just unspend outputs of other transactions which could be decoded into the receiving address(es).

Which command sequence should be used?

decoderawtx [1]


[1] https://en.bitcoin.it/wiki/Raw_Transactions#decoderawtransaction_.3Chex_string.3E


Title: Re: How to get all inbound and outbound transactions addresses?
Post by: sversus64 on December 18, 2014, 02:25:25 PM
thank