Bitcoin Forum
May 30, 2024, 02:35:33 PM *
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 43268 times)
mazertwo
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
June 25, 2018, 09:35:48 AM
 #301

Thank you, friend!
So scary balances on btcz....
Banxter
Jr. Member
*
Offline Offline

Activity: 88
Merit: 2


View Profile
June 25, 2018, 09:57:00 AM
 #302

So scary balances on btcz....
make division by 100000000
mazertwo
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
June 27, 2018, 08:14:38 PM
 #303

starmyc, can you share older files (may be yesterday's only) for free?
Sorry, i dont have now any donations Sad
Thank you anyway!
bro_roku
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 28, 2018, 07:26:11 PM
 #304

Sorry, because they are too much space consuming, I do not offer those.

zip it, make torrent!
..we really need all address even with zero bal.
or help to do it myself
Finally I was able to parse the whole the blockchain.

Here is a list of ALL ever used bitcoin address until 24.06.2018:
http://srv.keinbrot.com/download/Bitcoin_AllAdressesEver_20180624.txt.torrent

If you like it: download and help seeding Wink

Thanks for this daboehla.

Any chance of a seed? Stuck at 0% right now.
daboehla
Sr. Member
****
Offline Offline

Activity: 490
Merit: 258



View Profile
June 29, 2018, 04:37:52 AM
 #305

Sorry, because they are too much space consuming, I do not offer those.

zip it, make torrent!
..we really need all address even with zero bal.
or help to do it myself
Finally I was able to parse the whole the blockchain.

Here is a list of ALL ever used bitcoin address until 24.06.2018:
http://srv.keinbrot.com/download/Bitcoin_AllAdressesEver_20180624.txt.torrent

If you like it: download and help seeding Wink

Thanks for this daboehla.

Any chance of a seed? Stuck at 0% right now.
Still no luck? How long did you tried?

My utorrent is still seeding since start.

I will check if I manage to upload it somewhere.
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
June 29, 2018, 01:26:24 PM
 #306

starmyc, can you share older files (may be yesterday's only) for free?
Sorry, i dont have now any donations Sad
Thank you anyway!

Nope, sorry!

Any chance of a seed? Stuck at 0% right now.

If you need quickly an update export of all addresses, I create it & upload it everyday. Smiley

Code:
$ zcat all-up-to-1301.gz | wc -l
408379261

Feel free to contact me for more information!

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
mazertwo
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
July 01, 2018, 12:17:19 PM
 #307

Starmyc, how about Monero (XMR)?
Banxter
Jr. Member
*
Offline Offline

Activity: 88
Merit: 2


View Profile
July 01, 2018, 12:28:06 PM
 #308

can anyone make a list Ethereum addresses?
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 01, 2018, 07:54:00 PM
 #309

Starmyc, how about Monero (XMR)?

Not planned for the moment... Monero is not a bitcoin fork, so it would require to reverse engineer bitmonero, and this is not something I've done yet.

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
KeenEdge
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 09, 2018, 11:33:48 PM
 #310

Could anyone update and share for free BTC actual ballances list, please?
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 10, 2018, 12:21:26 PM
 #311

Could anyone update and share for free BTC actual ballances list, please?

Someone was kindly enough to unlock https://balances.syndevio.com/ for today! Feel free to quick download the balance file.

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
GreatBug
Sr. Member
****
Offline Offline

Activity: 629
Merit: 252



View Profile
July 10, 2018, 11:59:54 PM
 #312

there are a lot of ways to do that man.
DryPalms
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 12, 2018, 04:37:26 AM
 #313

Hello starmyc  Smiley

First of all, thanks for a great software. But I am struggling to get it working.

I am on CentOS 7 (7.5.1804)

You stated earlier in this thread that yum install leveldb-devel will be enough to install LevelDB on my OS but I found that CentOS repos doesn't have that lib, so i searched and found it on epel repo.

Running yum install leveldb-devel installed LevelDB 1.12.0 with headers. Then I installed chainstate with no errors, but when I try to run it I am getting this:

Code:
[xuser@power chainstate]$ time ./chainstate >/tmp/cs.output 2>/tmp/cs.errors
Aborted

real    0m0.024s
user    0m0.014s
sys     0m0.004s

And this:
Code:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.

What am I doing wrong?
Thank you for your help!

starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 12, 2018, 06:20:16 AM
 #314

And this:
Code:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.

What am I doing wrong?
Thank you for your help!

Likely, the DB can't be opened for some reason. Did you correctly follow the required steps prior using this program ?

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
DryPalms
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 12, 2018, 08:20:20 AM
 #315

And this:
Code:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.

What am I doing wrong?
Thank you for your help!

Likely, the DB can't be opened for some reason. Did you correctly follow the required steps prior using this program ?

I hope so. I have re-installed it two times from the scratch just now. Re-installed dependencies and even installed it under different user - same result.

Can you please take a look at the install log? Here is it: https://pastebin.com/z7h6sdmD

Anything suspicious? What additional info can I provide you with to identify/fix the problem?

Thank you very much!
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 12, 2018, 08:35:30 AM
 #316

And this:
Code:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.

What am I doing wrong?
Thank you for your help!

Likely, the DB can't be opened for some reason. Did you correctly follow the required steps prior using this program ?

I hope so. I have re-installed it two times from the scratch just now. Re-installed dependencies and even installed it under different user - same result.

Can you please take a look at the install log? Here is it: https://pastebin.com/z7h6sdmD

Anything suspicious? What additional info can I provide you with to identify/fix the problem?

Thank you very much!

Did you correctly stopped bitcoind before copying the state directory ?

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
DryPalms
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 12, 2018, 08:50:34 AM
 #317

Did you correctly stopped bitcoind before copying the state directory ?

Sure. Here is the script that stops my bitcoind. Is this correct stopping?

Code:
[suser@power ~]$ cat /home/suser/bitcoin-core/.bitcoin/stop.sh
#!/bin/sh
if [ -f /home/suser/bitcoin-core/.bitcoin/bitcoind.pid ]; then
    kill $(cat /home/suser/bitcoin-core/.bitcoin/bitcoind.pid)
fi

I stopped it before copying. I am using bitcoin core 0.16.0

starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 12, 2018, 09:02:41 AM
 #318

Did you correctly stopped bitcoind before copying the state directory ?

Sure. Here is the script that stops my bitcoind. Is this correct stopping?

Code:
[suser@power ~]$ cat /home/suser/bitcoin-core/.bitcoin/stop.sh
#!/bin/sh
if [ -f /home/suser/bitcoin-core/.bitcoin1/bitcoind.pid ]; then
    kill $(cat /home/suser/bitcoin-core/.bitcoin/bitcoind.pid)
fi

I stopped it before copying. I am using bitcoin core 0.16.0

You must take care of waiting a few seconds before copying: bitcoind takes a few seconds to stop & correctly close the database. If you send the kill signal then directly copy the directory, it is possible the database is still marked as open and the leveldb library will refuse to open it, leading to the exception you're hitting. Please add a "sleep 15" after your kill, and check your bitcoind is really down.

If that does not do it, the best I can do is to show the leveldb error message instead of the exception; It would give you an hint. I'll take a look about this tonight.

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
DryPalms
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 12, 2018, 09:23:01 AM
 #319

You must take care of waiting a few seconds before copying: bitcoind takes a few seconds to stop & correctly close the database. If you send the kill signal then directly copy the directory, it is possible the database is still marked as open and the leveldb library will refuse to open it, leading to the exception you're hitting. Please add a "sleep 15" after your kill, and check your bitcoind is really down.

If that does not do it, the best I can do is to show the leveldb error message instead of the exception; It would give you an hint. I'll take a look about this tonight.

I have started the bitcoind, waited it to synchronize with network and then stopped via bitcoin-cli stop (this is the correct way as per docs). After a few minutes I copied chainstate and run your software - unfortunately, it still dying with the same error. So it seems like there some problem with leveldb library - maybe it is too old (1.12.0) and incompatible with bitcoin core 0.16.0 database.

Ok I will be waiting and monitoring your git for the version which catches leveldb error.

Thank you for your help. I appreciate it.
kirkarsedat
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile
July 17, 2018, 08:52:06 PM
 #320

I would recommend ABE, but with it, if you start importing from block 0, it might take a month or two to fully import the blockchain, unless of course you have an SSD and fast RAM
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!