Skip to content

Script to print all public keys in the blockchain.

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE.txt
MIT
bct-LICENSE.txt
Notifications You must be signed in to change notification settings

shivaenigma/bitcoin-abe

 
 

Repository files navigation

Script to print all public keys in the blockchain. Based on bitcoin-abe/bitcointools. Blocks/tx are not commited to database for speedup.

Installation and Running

python setup.py install

This will install abe to your system. You may need to install some python module dependencies. See https://github.com/bitcoin-abe/bitcoin-abe for more details

To Run execute

python -m Abe.abe --config abe.conf 

This will read bitcoin blocks from disk and print public keys to file pub_keys.txt. If you stop the process and restart, it will start again after the last processed block.

About

Script to print all public keys in the blockchain.

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE.txt
MIT
bct-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • JavaScript 2.0%
  • CSS 0.2%