Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: s2 on August 06, 2016, 06:25:05 PM



Title: Get transactions that funded a particular address?
Post by: s2 on August 06, 2016, 06:25:05 PM
Is it possible to get the list of txids that funded a particular address from the bitcoin-cli?  I've had a peek at

listreceivedbyaddress (Seems like this should be the one but I can't pass in an address?)
listTransactions (seems only for accounts and since I'm not using these this doesn't help),
validateaddress( no obvious info relating to txids )
getreceivedbyaddress ( returns only a balance which isn't enough information)


Title: Re: Get transactions that funded a particular address?
Post by: achow101 on August 06, 2016, 07:54:54 PM
No there is not.


Title: Re: Get transactions that funded a particular address?
Post by: bitdumper on August 07, 2016, 03:18:28 PM
you can use iframe tags in html or use scrappers buy if you want a good and clean result you can try to write some php scripts qith the help of these https://blockchain.info/q


Title: Re: Get transactions that funded a particular address?
Post by: cpfreeplz on August 07, 2016, 03:25:04 PM
Is it possible to get the list of txids that funded a particular address from the bitcoin-cli?  I've had a peek at

listreceivedbyaddress (Seems like this should be the one but I can't pass in an address?)
listTransactions (seems only for accounts and since I'm not using these this doesn't help),
validateaddress( no obvious info relating to txids )
getreceivedbyaddress ( returns only a balance which isn't enough information)


To just have a list pop up somewhere? No... Bu you can do t leg-work. You should be able to create a bot that could scrape this info from a block explorer. I don't know of anyone that has already created one though. Why, if you don't mind me asking, would you need to see each TXID for funding a certain account? Sounds like you've got some detective work ahead of you  8)