Hi all,
I've been fighting with jsonrpc and bitcoind for about 2 days ...
I still have the problem that I can't determine the sender address of received payments.
One easy solution would have been to simple grab the VOut of the previos transaction and extract the sender from there but bitcoind doesn't save transactions for which there are no private keys in the wallet. And I didn't figure out how I could
motivate bitcoind to ask the p2p-network for details to a transaction with hash=X.
Currently, I know the pubkey of the sender has to be in scriptsig somewhere but it seems to be impossible to extract it from there.
After googling a lot, I didn't find any sample codes extracting the hash and converting it to a base58 address.
Coule someone please give me some tips?
Thank you in advance!
All the best,
Thomas