ladimolnar / BitcoinDatabaseGenerator

A high performance data transfer tool that can be used to transfer data from Bitcoin Core blockchain files to a SQL Server database
Apache License 2.0
122 stars 53 forks source link

pubkey? #2

Closed alexanderkent closed 9 years ago

alexanderkent commented 9 years ago

This looks cool. Are you storing the pubkey somewhere? or does one have to fetch it from OutputScript etc?

ladimolnar commented 9 years ago

Yes, you are correct. The pubkey will have to be fetched from TransactionOutput.OutputScript. If you want to do that be careful though how you plan to handle multisignature transactions.