Bitcoin Forum
May 07, 2024, 12:18:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to list all transaction by a non-wallet address?  (Read 544 times)
lzp729 (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
March 01, 2014, 09:56:36 PM
 #1

getrawtrasaction can get non-wallet transaction by hash, but how can I know all the transaction hashes by a  non-wallet address?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715041088
Hero Member
*
Offline Offline

Posts: 1715041088

View Profile Personal Message (Offline)

Ignore
1715041088
Reply with quote  #2

1715041088
Report to moderator
1715041088
Hero Member
*
Offline Offline

Posts: 1715041088

View Profile Personal Message (Offline)

Ignore
1715041088
Reply with quote  #2

1715041088
Report to moderator
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
March 01, 2014, 10:06:35 PM
 #2

Every single transaction?

Start at block zero.  Get a list of all transaction hashes for the block.  goto the next block and repeat.  Continue until you reach the current block.
I have no idea why you would want to do that though.  Maybe this is an xy problem?

http://meta.stackoverflow.com/questions/66377/what-is-the-xy-problem
lzp729 (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
March 02, 2014, 11:08:59 AM
 #3

Every single transaction?

Start at block zero.  Get a list of all transaction hashes for the block.  goto the next block and repeat.  Continue until you reach the current block.
I have no idea why you would want to do that though.  Maybe this is an xy problem?

http://meta.stackoverflow.com/questions/66377/what-is-the-xy-problem

I am just curious about why blockexplore can track my address transaction so quickly for bitcoind have no API interface to do that.
With your explanation, they surely did some pre-process saving everything in their DB.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4623



View Profile
March 02, 2014, 01:54:03 PM
 #4

they surely did some pre-process saving everything in their DB.

Correct.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!