Author

Topic: Bitcoin Public Key Database with balance 2009-2022 (Read 241 times)

legendary
Activity: 1512
Merit: 7340
Farewell, Leo
So, as far as I understand you want three kind of outputs:

  • P2PK outputs. (most of which happened from coinbase rewards in the early days)
  • Outputs with reused addresses. (reuse of an address reveals its public key(s), if any)
  • P2TR outputs.

To be sure you've checked all public keys, you'll have to probably either alter the source code of one of these projects witcher_sense has provided, or write one yourself. If not, they must do the work.
legendary
Activity: 2450
Merit: 4414
🔐BitcoinMessage.Tools🔑
How to scrape bitcoin public key 2009 to 2022 , any code ineed 1M<10M Public keys
You can't get a database of all public keys that have a positive balance, but you can find at least some of them: particularly those with P2PK scripts, associated with partially spent addresses, re-used addresses, and those that have been stolen or exposed in any other way. You probably need to find all addresses with balance and than filter out those that didn't reveal a public key.

Some useful scripts in Python:

https://github.com/graymauser/btcposbal2csv
https://github.com/shivaenigma/bitcoin-abe
https://github.com/alecalve/python-bitcoin-blockchain-parser
https://github.com/ragestack/blockchain-parser
https://github.com/garethjns/PyBC
jr. member
Activity: 33
Merit: 7
Your might face an issue if you're wanting a public key instead of an address though as they're only given when funds are spent from them and not when funds are received as those are sent to addresses
On very old addresses, the public key can be seen even without outgoing transactions.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
1. You need to start by syncing with the bitcoin blockchain (such as by running bitcoin core). You can then use software to parse the blockchain database (there's quite a lot of options available, as well as running the commands on the daemon yourself).

Your might face an issue if you're wanting a public key instead of an address though as they're only given when funds are spent from them and not when funds are received as those are sent to addresses (which are hashed forms of private keys).
jr. member
Activity: 70
Merit: 1
@LoyceV (OP)
Hi, I need Bitcoin Public Key Database with balance  2009 to 2022
Please upload Bitcoin Public Key Database with balance your site http://addresses.loyce.club/

Example Publickeys.txt
Code:
02ceb6cbbcdbdf5ef7150682150f4ce2c6f4807b349827dcdbdd1f2efa885a2630
02ceb6cbbcdbdf5ef7150682150f4ce2c6f4807b349827dcdbdd1f2efa885a2630
02ceb6cbbcdbdf5ef7150682150f4ce2c6f4807b349827dcdbdd1f2efa885a2630

Bitcoin Public Key Database  2009-2022 any  gdrive github other site send link please
i need 1M < 10M public keys .txt formet
any one send me link please


Or

How to scrape bitcoin public key 2009 to 2022 , any code ineed 1M<10M Public keys
Jump to: