Bitcoin Forum
May 27, 2024, 02:10:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: anyone has method to get all the addresses with btc  (Read 663 times)
girlbtc.com (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

girlbtc.com


View Profile WWW
September 30, 2016, 03:09:05 AM
 #1

 Smiley anyone has method to get all the addresses with btc

findftp
Legendary
*
Offline Offline

Activity: 1022
Merit: 1006

Delusional crypto obsessionist


View Profile
September 30, 2016, 12:29:47 PM
 #2

Yes, download it from this page.
girlbtc.com (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

girlbtc.com


View Profile WWW
September 30, 2016, 01:20:42 PM
 #3

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


cr1776
Legendary
*
Offline Offline

Activity: 4046
Merit: 1303


View Profile
September 30, 2016, 01:59:27 PM
 #4

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.
altcoinhosting
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1006


View Profile
September 30, 2016, 02:01:11 PM
 #5

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...

girlbtc.com (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

girlbtc.com


View Profile WWW
September 30, 2016, 02:16:23 PM
 #6

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?

achow101
Moderator
Legendary
*
Offline Offline

Activity: 3402
Merit: 6659


Just writing some code


View Profile WWW
September 30, 2016, 02:43:49 PM
 #7

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?

Pages: [1]
  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!