Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: girlbtc.com on September 30, 2016, 03:09:05 AM



Title: anyone has method to get all the addresses with btc
Post by: girlbtc.com on September 30, 2016, 03:09:05 AM
 :) anyone has method to get all the addresses with btc


Title: Re: anyone has method to get all the addresses with btc
Post by: findftp on September 30, 2016, 12:29:47 PM
Yes, download it from this (https://bitcointalk.org/index.php?topic=267618.msg15398605#msg15398605) page.


Title: Re: anyone has method to get all the addresses with btc
Post by: girlbtc.com on September 30, 2016, 01:20:42 PM
Yes, download it from this (https://bitcointalk.org/index.php?topic=267618.msg15398605#msg15398605) page.


where can I found it in real time?

the valid addrs is changing all the time, even a second



Title: Re: anyone has method to get all the addresses with btc
Post by: cr1776 on September 30, 2016, 01:59:27 PM
Yes, download it from this (https://bitcointalk.org/index.php?topic=267618.msg15398605#msg15398605) page.


where can I found it in real time?

the valid addrs is changing all the time, even a second



You can run bitcoin core and write some code to monitor the block chain and update your database.


Title: Re: anyone has method to get all the addresses with btc
Post by: altcoinhosting on September 30, 2016, 02:01:11 PM
blockparser is the tool you need... Download core, let it sync, compile blockparser, run it.... And it gives you a nice report on all addresses.

https://github.com/znort987/blockparser

an other option would be abe... This one actually parses the blockchain and imports everything in a nice mysql database (if you set it up correctly)... It's single thread, and inserts one record at a time, so it takes weeks to run tough...


Title: Re: anyone has method to get all the addresses with btc
Post by: girlbtc.com on September 30, 2016, 02:16:23 PM
blockparser is the tool you need... Download core, let it sync, compile blockparser, run it.... And it gives you a nice report on all addresses.

https://github.com/znort987/blockparser

an other option would be abe... This one actually parses the blockchain and imports everything in a nice mysql database (if you set it up correctly)... It's single thread, and inserts one record at a time, so it takes weeks to run tough...

uhmm.....it seems good but . before that I got another question I Don't want to start a new thread here .

I sync the block chain for three days ( 54G)  and then today I open the bicoin core it shows  no blocks found and start to download from 0

Oh my god .any one face this kind of problem?


Title: Re: anyone has method to get all the addresses with btc
Post by: achow101 on September 30, 2016, 02:43:49 PM
blockparser is the tool you need... Download core, let it sync, compile blockparser, run it.... And it gives you a nice report on all addresses.

https://github.com/znort987/blockparser

an other option would be abe... This one actually parses the blockchain and imports everything in a nice mysql database (if you set it up correctly)... It's single thread, and inserts one record at a time, so it takes weeks to run tough...

uhmm.....it seems good but . before that I got another question I Don't want to start a new thread here .

I sync the block chain for three days ( 54G)  and then today I open the bicoin core it shows  no blocks found and start to download from 0

Oh my god .any one face this kind of problem?
You are probably using the wrong datadir. Go to Help > Debug Window and check the datadir field. If it isn't what you expect, then stop Bitcoin Core and re-set the datadir using the instructions I gave you yesterday. Did you at any point click the "Reset options" button in the options for Bitcoin Core?