Extract all public keys from blockchain

0

I want to extract all public keys from the blockchain. Those will probably mostly be keys that have been used to sign transactions.

How would I do this?

Benedikt Bünz

Posted 2015-05-12T19:17:18.907

Reputation: 446

Question was closed 2015-05-12T21:42:31.283

This question seems really similar to your other question: http://bitcoin.stackexchange.com/questions/37291/all-bitcoin-public-keys-with-non-zero-balance It seems like Nate Eldrige answered the general aspect of your question and linhares answered how to implement it. Is there some aspect that you want clarification on?

Nick ODell 2015-05-12T20:19:20.343

@NickODell Good catch. In fact, the only difference seems to be "all public keys with non-zero balance" and now "all public keys", so I closed it as a duplicate.Murch 2015-05-12T21:44:14.430

I don't think he's looking for anything less than a list of all known pubkeys.Wizard Of Ozzie 2015-05-13T10:00:20.030

@ Wizard Of Ozzie indeedBenedikt Bünz 2015-05-14T05:14:24.433

No answers