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.