Bitcoin Forum
May 04, 2024, 03:25:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to download only all bitcoin addresses?  (Read 320 times)
albalxzd4 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 08, 2017, 03:11:45 PM
Last edit: December 08, 2017, 05:43:45 PM by albalxzd4
 #1

So I want to check bitcoin addresses on my server app, and I don’t want to rely on third parties like blockchain.info.

What I want is a list of all bitcoin addresses ever used, and if not possible, a list of all addresses with balance.
I don’t need to know the balance, it’s just to not test them all in the blockchain, wich I think thats like 10 seconds.
Is there anywhere I can download a list like this?

Somebody said “Probably you can get them by modifying bitcoinrpc source code”, but I don’t know how to do that.

This graphic https://blockchain.info/charts/n-unique-addresses What is showing? the number goes up and down so I guess is the number of addressees with balance? Or is it the number of addresses per block?
How many addresses ever used do you think there are in the blockchain?
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
1714793102
Hero Member
*
Offline Offline

Posts: 1714793102

View Profile Personal Message (Offline)

Ignore
1714793102
Reply with quote  #2

1714793102
Report to moderator
mobnepal
Legendary
*
Offline Offline

Activity: 1218
Merit: 1006


View Profile
December 08, 2017, 06:23:41 PM
 #2

What you need is a blockchain explorer script and here is one which open source so that you can use it for free or modify it as per you needs.
https://github.com/bitpay/insight
Quote
insight is an open-source Bitcoin blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC.

Demo  : https://insight.bitpay.com/

They also have guide on their github  on how to setup this explorer in your server.

ptrk
Member
**
Offline Offline

Activity: 137
Merit: 90


View Profile
December 08, 2017, 06:39:03 PM
 #3

Install a Bitcoin full node, download the whole blockchain and retrieve all transactions starting at genesis block by querying the underlying database. That gives you all addresses ever used.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!