Author

Topic: viewing transactions....bitcoin daemon (Read 1280 times)

newbie
Activity: 39
Merit: 0
March 22, 2014, 02:54:15 PM
#7
Alright - hypothetical situation

I don't have access to the blockchain explorer. All I have is an active daemon connected to the internet. Is there anyway I can view the transaction IDs associated with the most recent transactions associated with a particular Bitcoin address? I know I could do this through blockchain.info but how can I do it through the console?

Example:

>i have a donation address
>i dont have access to a wallet
>all i have is a bitcoin daemon
>how can i view the transactions received by that wallet address?

thanks

Are we assuming that the bitcoin daemon is online and caught up with synchronizing the blockchain?

Are we assuming that you are only looking for information about confirmed transactions?

Is the address that you are wanting to know about an address in your bitcoin daemon?

If the answers to all the above questions are "Yes", then you should be able to use listunspent to see all the unspent outputs that have been received at that bitcoind.  Each unspent output should have an address.  If you filter the output for the address you are interested in, you'll see all the incoming transactions that are associated with that address.



thanks
legendary
Activity: 3416
Merit: 4658
March 20, 2014, 12:06:04 PM
#6
Alright - hypothetical situation

I don't have access to the blockchain explorer. All I have is an active daemon connected to the internet. Is there anyway I can view the transaction IDs associated with the most recent transactions associated with a particular Bitcoin address? I know I could do this through blockchain.info but how can I do it through the console?

Example:

>i have a donation address
>i dont have access to a wallet
>all i have is a bitcoin daemon
>how can i view the transactions received by that wallet address?

thanks

Are we assuming that the bitcoin daemon is online and caught up with synchronizing the blockchain?

Are we assuming that you are only looking for information about confirmed transactions?

Is the address that you are wanting to know about an address in your bitcoin daemon?

If the answers to all the above questions are "Yes", then you should be able to use listunspent to see all the unspent outputs that have been received at that bitcoind.  Each unspent output should have an address.  If you filter the output for the address you are interested in, you'll see all the incoming transactions that are associated with that address.

full member
Activity: 154
Merit: 100
March 18, 2014, 02:44:57 AM
#5
On the daemon you can only see transactions done by your addresses if you want to do that bitcoind gettransaction "txid_goes_here" will help
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
March 17, 2014, 11:50:31 PM
#4
You could always install your own block explorer.
member
Activity: 70
Merit: 10
March 17, 2014, 05:00:51 PM
#3
Alright - hypothetical situation

I don't have access to the blockchain explorer. All I have is an active daemon connected to the internet. Is there anyway I can view the transaction IDs associated with the most recent transactions associated with a particular Bitcoin address? I know I could do this through blockchain.info but how can I do it through the console?

Example:

>i have a donation address
>i dont have access to a wallet
>all i have is a bitcoin daemon
>how can i view the transactions received by that wallet address?

thanks

I dont believe this is possible from the native bitcoind client. I would recommend looking for a websocket client which broadcasts new transactions as they reach the network, you can then systematically filter on the address you are looking for.
sr. member
Activity: 412
Merit: 275
March 17, 2014, 09:48:29 AM
#2
You can't search for payments to an arbitrary address using bitcoin. You can see transactions by addresses, if they are in the wallet, but this a little awkward, and risky. I have found that relying on bitcoind's wallet functionality can lead to some strange things occurring, and only rely on the bitcoin raw transaction interface. You can only watch for new transactions to addresses in a list somewhere in your program by scanning each transaction in each block.
newbie
Activity: 39
Merit: 0
March 16, 2014, 10:44:05 PM
#1
Alright - hypothetical situation

I don't have access to the blockchain explorer. All I have is an active daemon connected to the internet. Is there anyway I can view the transaction IDs associated with the most recent transactions associated with a particular Bitcoin address? I know I could do this through blockchain.info but how can I do it through the console?

Example:

>i have a donation address
>i dont have access to a wallet
>all i have is a bitcoin daemon
>how can i view the transactions received by that wallet address?

thanks
Jump to: