Author

Topic: How to get information about all transactions like blockexplorer? (Read 1078 times)

sr. member
Activity: 350
Merit: 252
probiwon.com
I do have a working implementation of the protocol that uses an event driven approach to communication. It'll allow you to get real time events from the wire without having to rely on the Bitcoin client to notify you or even worse, having to pull data out of it at regular intervals.

tcp -> bitcoin data struct decoding -> sql ?

I never really thought about this way. I'll do then, it will be interesting.

Quote
What sort of backend are you using? A database?

yes, postgresql db
hero member
Activity: 489
Merit: 504
I do have a working implementation of the protocol that uses an event driven approach to communication. It'll allow you to get real time events from the wire without having to rely on the Bitcoin client to notify you or even worse, having to pull data out of it at regular intervals.

What sort of backend are you using? A database?
sr. member
Activity: 350
Merit: 252
probiwon.com
I want to make a database similar to blockexplorer for internal usage.

blockexplorer uses a patch to access to such information on bitcoind. Maybe it makes sense to make such a patch as part of the official client?
Jump to: