Post
Topic
Board Bitcoin Technical Support
Topic OP
How to figure out from which addresses i received a transaction?
by
rabit
on 04/01/2013, 21:52:36 UTC
I try to figure out the easiest way for identifyiung the addresses from which a transaction was sent with bitcoind and bash.

The only way i can think off is looking at getrawtransaction of the transaction and then analyzing the txids of vin. This solution is a little bit complicated and i want to know if there is a better way.