Re: How to list all transaction by a non-wallet address?
by
DeathAndTaxes
on 01/03/2014, 22:06:35 UTC
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?