Author

Topic: anyone has method to get all the addresses with btc (Read 673 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
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?
sr. member
Activity: 252
Merit: 250
girlbtc.com
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?
hero member
Activity: 896
Merit: 1006
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...
legendary
Activity: 4130
Merit: 1307
Yes, download it from this 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.
sr. member
Activity: 252
Merit: 250
girlbtc.com
Yes, download it from this page.


where can I found it in real time?

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

legendary
Activity: 1022
Merit: 1008
Delusional crypto obsessionist
Yes, download it from this page.
sr. member
Activity: 252
Merit: 250
girlbtc.com
 Smiley anyone has method to get all the addresses with btc
Jump to: