Pages:
Author

Topic: Get all Bitcoin Addresses with balance >= 0.00000001 - page 2. (Read 8184 times)

newbie
Activity: 36
Merit: 0
If searching and coding didn't get you there, your searching and coding skills need some improvement  Grin

Look here for some existing discussion on a very similar requirement:
https://bitcointalksearch.org/topic/parse-the-blockchain-for-all-addresses-with-positive-balance-762445
(found it using G with the search phrase "bitcoin find all addresses with positive balance", it isn't really that hard...)

Onkel Paul

Yea, I stumbled upon it before, but problem is that I'm a C# guy, every time I need to compile other programming languages its always an odyssey...

And I'm not even a Linux user.. so I think I will have to start getting into Linux.

Also, when you have to build 50 libraries, plus troubleshoot 200 more compilation errors, its always a pain in the ass to have the motivation to go through it all.

But come on guys, Bitcoin is already 6 years old and to get this basic info is so complex?

There are lots of lazy people out there... Wink

Making this kind of info accessible is part of the maturity of Bitcoin, if nothing like this is available yet, I will take care of building a website where this info will be accessible to everybody out there.
legendary
Activity: 1039
Merit: 1005
If searching and coding didn't get you there, your searching and coding skills need some improvement  Grin

Look here for some existing discussion on a very similar requirement:
https://bitcointalksearch.org/topic/parse-the-blockchain-for-all-addresses-with-positive-balance-762445
(found it using G with the search phrase "bitcoin find all addresses with positive balance", it isn't really that hard...)

Onkel Paul
newbie
Activity: 36
Merit: 0
The system itself doesn't have balances in any direct way, so thats one reason it's not as simple as you might guess.

What precisely are you trying to accomplish?

"What precisely are you trying to accomplish?"

I work for the NSA and I need to be able to get this list ASAP, we are trying to crack Bitcoin.

Just kidding Cheesy I just got into Bitcoin technically recently and I'm trying to figure out how everything works...

Basically what I'm searching for is for a way to query the blockchain locally.

But I find it very difficult to find a way, I use the blockchain.info API, but when you want to make millions of requests the API is obsolete since there are requests limits and obviously its slow.

I would like to do complex queries, but if I am just able to get all the current addresses with a balance > 0 I will be happy enough.

Maybe this info is available somewhere?

Any ideas?

staff
Activity: 4326
Merit: 8951
The system itself doesn't have balances in any direct way, so thats one reason it's not as simple as you might guess.

What precisely are you trying to accomplish?
newbie
Activity: 36
Merit: 0
Hi everyone,

How can I get a list of all Bitcoin addresses with the current balance >= 0.00000001?

I already searched for many ways, including coding, but I get nowhere.

Any ideas?

Thanks
Pages:
Jump to: