Bitcoin Forum
April 24, 2024, 07:22:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
Author Topic: Get list of all addresses with a balance over x?  (Read 43248 times)
virtualx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 507


LOTEO


View Profile
May 13, 2015, 08:46:10 AM
 #41

I use znort987/blockparser in ubtunu/debian

Code:

sudo apt-get install libssl-dev build-essential g++-4.4 libboost-all-dev libsparsehash-dev git-core perl

git clone https://github.com/znort987/blockparser

cd blockparser

make

./parser allBalances >manygigs.txt


This does get ALL balances.  Anyone know how to tweak this?

I think you can combine it with grep, this might do:
Code:
grep '50.00000000' manygigs.txt > result.txt

If it does not work, the only method is to modify the code of the blockchain parser which should not be hard to do. Simply iterate all transactions in the blockchain and save those that meet the required conditions. Smiley

...loteo...
DIGITAL ERA LOTTERY


r

▄▄███████████▄▄
▄███████████████████▄
▄███████████████████████▄
▄██████████████████████████▄
▄██  ███████▌ ▐██████████████▄
▐██▌ ▐█▀  ▀█    ▐█▀   ▀██▀  ▀██▌
▐██  █▌ █▌ ██  ██▌ ██▌ █▌ █▌ ██▌
▐█▌ ▐█ ▐█ ▐█▌ ▐██  ▄▄▄██ ▐█ ▐██▌
▐█  ██▄  ▄██    █▄    ██▄  ▄███▌
▀████████████████████████████▀
▀██████████████████████████▀
▀███████████████████████▀
▀███████████████████▀
▀▀███████████▀▀
r

RPLAY NOWR
BE A MOON VISITOR!
[/center]
1713943372
Hero Member
*
Offline Offline

Posts: 1713943372

View Profile Personal Message (Offline)

Ignore
1713943372
Reply with quote  #2

1713943372
Report to moderator
1713943372
Hero Member
*
Offline Offline

Posts: 1713943372

View Profile Personal Message (Offline)

Ignore
1713943372
Reply with quote  #2

1713943372
Report to moderator
1713943372
Hero Member
*
Offline Offline

Posts: 1713943372

View Profile Personal Message (Offline)

Ignore
1713943372
Reply with quote  #2

1713943372
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713943372
Hero Member
*
Offline Offline

Posts: 1713943372

View Profile Personal Message (Offline)

Ignore
1713943372
Reply with quote  #2

1713943372
Report to moderator
Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
May 14, 2015, 03:40:49 PM
 #42

Hello , For me I'm a programmer and I can create functions in Php that check address balance
but if you are checking a hazard address that you generate from Python scripts ...
I will say please don't waste your time (Already tested and hated my self after it  Grin) .

Bitcoin Boy.
ChetnotAtkins
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
May 18, 2015, 10:16:00 PM
 #43

Does someone have a current list of all addresses with a Balance (over x) ?

Thanks
Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
May 18, 2015, 11:42:26 PM
 #44

Over a year ago I actually started importing the blockchain and doing just that, but it requires the full blockchain imported into MySQL or your preferred database.

Interested in doing this too. Found this to import blockchain into MongoDB: https://github.com/thelinuxkid/bitcoinquery
Hi , this can be better to check the balance and you won't have to use an api that may ask
for captcha a time to time . But I would like to know for what will this be useful  Huh
I think you can just add your private keys to a wallet like Multi bit and get it ordered
by balance and we are done !

Bitcoin Boy .
tupelo
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
May 27, 2015, 09:06:45 AM
 #45

I would also be interested in an up-to-date list of all addresses with balance. No sites I have found provide this service.

Could anybody please post the current list? Thanks!
tupelo
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
June 02, 2015, 10:25:34 AM
 #46

bump

Anyone?
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 02, 2015, 03:34:38 PM
 #47

Hope any of these helps you.

 • https://bitcointalk.org/index.php?topic=959897.msg10500979#msg10500979
 • https://github.com/znort987/blockparser
 • https://bitcointalk.org/index.php?topic=762445.0;all

tupelo
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
June 02, 2015, 06:28:48 PM
 #48

Thanks but unfortunately I don't have a local copy of the blockchain. That is why I was hoping a benevolent person like Sologap could post an up-to-date list of addresses with balance. I think such a list would be very useful to a lot of people and I wonder why no blockexplorer provides this service.
fronti
Legendary
*
Offline Offline

Activity: 2909
Merit: 1307



View Profile
June 02, 2015, 07:00:58 PM
 #49

I think most people have now idea why such a list may be usefull.
What do you want for a service?
type in a number of value and see on which position this is?
Or what is your intention?
in which format do you need the list?

look this torrent:
 btc-address-balance-2015-06-02.txt.torrent


If you like to give me a tip:  bc1q8ht32j5hj42us5qfptvu08ug9zeqgvxuhwznzk

"Bankraub ist eine Unternehmung von Dilettanten. Wahre Profis gründen eine Bank." Bertolt Brecht
teukon
Legendary
*
Offline Offline

Activity: 1246
Merit: 1002



View Profile
June 02, 2015, 11:44:50 PM
 #50

I think most people have now idea why such a list may be usefull.
What do you want for a service?
type in a number of value and see on which position this is?
Or what is your intention?
in which format do you need the list?

look this torrent:
 btc-address-balance-2015-06-02.txt.torrent

My guess is curiosity about ranking.  In which case http://ondn.net:800/search would probably do the job.

I wonder what other uses such a complete list would have.
tupelo
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
June 03, 2015, 07:25:29 PM
 #51

I am interested in the distribution and want to make graphs for myself.

@fronti: I cannot find that torrent Sad , could you check if it is still available? thanks!

@teukon: thanks that site is also useful
vrzo
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
June 13, 2015, 07:11:59 PM
 #52

What is the most recent number of bitcoin addresses with non-zero balance?

EDIT: I found it: 5.03M
ChetnotAtkins
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
June 15, 2015, 06:27:08 PM
 #53

So does anybody have a current list of addresses with balance? I too could not find the torrent fronti was referring to
maheshmahi
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 25, 2015, 02:59:22 PM
 #54

But the resulting file may be upto 3 gb
samsads
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 04, 2015, 01:28:17 PM
 #55

Are you sure that list is not somehow corrupted? For me it stops at line 503 and after that it's only endless lines of 'X's

Does somebody have an intact recent list off all addresses that they could share?
Thanks!

oh, i actually couldn't check it because of the size  Shocked, i might forgot something. ill look into it and upload again. sorry about that

Edit: here is the full list with no problems https://mega.co.nz/#!0UpWCTxb!oIMkD8t4PK4iATuuj2TmMNhT4TXJn-pDcED1iyXBvAM


after 3000000 addresses its only XXXXXXXXXXXX Huh Huh

Please can someone share the updated list.

Will be very much thankful.

Or atleast tell me a way to get all addresses without downloading the whole blockchain

Plz help... I am new to this..
mocacinno
Legendary
*
Online Online

Activity: 3360
Merit: 4917


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
December 04, 2015, 01:40:21 PM
 #56

Are you sure that list is not somehow corrupted? For me it stops at line 503 and after that it's only endless lines of 'X's

Does somebody have an intact recent list off all addresses that they could share?
Thanks!

oh, i actually couldn't check it because of the size  Shocked, i might forgot something. ill look into it and upload again. sorry about that

Edit: here is the full list with no problems https://mega.co.nz/#!0UpWCTxb!oIMkD8t4PK4iATuuj2TmMNhT4TXJn-pDcED1iyXBvAM


after 3000000 addresses its only XXXXXXXXXXXX Huh Huh

Please can someone share the updated list.

Will be very much thankful.

Or atleast tell me a way to get all addresses without downloading the whole blockchain

Plz help... I am new to this..

I can try to do this for you... But since it'll take a lot of time and recources, i'm not doing this for free Wink

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
December 04, 2015, 01:53:14 PM
 #57

But the resulting file may be upto 3 gb
I have such list for regular (not p2sh addresses) with balances
There are ~5700000 addresses there
And the size of file is 288mb
samsads
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
December 04, 2015, 01:57:49 PM
 #58

But the resulting file may be upto 3 gb
I have such list for regular (not p2sh addresses) with balances
There are ~5700000 addresses there
And the size of file is 288mb

compressed size 288mb??

will you plz share???
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
December 04, 2015, 02:04:20 PM
 #59

compressed size 288mb??
will you plz share???
uncompressed. not for free
daboehla
Sr. Member
****
Offline Offline

Activity: 490
Merit: 258



View Profile
February 20, 2016, 12:44:07 AM
Last edit: February 20, 2016, 12:59:32 PM by daboehla
 #60

I have an new address list with balance:
http://rs.keinbrot.com/balances398037.txt


If you like it, plz spend me some beer, cost me lot of brain and cpu time:
1F55vXEqYCq3pnLVe2JTJUXGGRmYgkKxW5

List is ordered by used time to block 398037.
Format: "PublicKey;BalanceInSatoshi"

Already a new:
http://rs.keinbrot.com/balances399271.txt

For futher updates: contact me Wink
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  All
  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!