Author

Topic: Server, ala blockchain.info...how? (Read 1089 times)

legendary
Activity: 1708
Merit: 1066
July 26, 2012, 04:11:58 AM
#4
You might want to check with the author of blockchain.info (piuk on this forum) what licensing he has on the blockchain.info code to see if you can base what you want to do on it.

The project itself is on github:
https://github.com/zootreeves/blockchain.info
legendary
Activity: 2506
Merit: 1010
July 25, 2012, 11:13:23 PM
#3
Once retrieved and turned into discrete transactions, I'd like to stuff the whole thing into a sql database, and after that point it's really pretty simple to manhandle the data however it wants to be.  But getting to the point of the entire transaction history in a db...I'm stumped.


The bitcoind RPC gives getblock/gettransaction.  See the new stuff in 0.7 as well:
 - https://bitcointalksearch.org/topic/07-gettransactiongetblock-rpc-calls-89725

There are other tools that you can use to build this capability as well.

 - libBitcoin
 - Armory (see Extras) http://github.com/etotheipi/BitcoinArmory/tree/master/extras
 - Bitcoin ABE
 - BitcoinJS
 - BicoinJ
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
July 25, 2012, 10:04:42 PM
#2
You might want to start with ABE: https://en.bitcoin.it/wiki/Abe
newbie
Activity: 34
Merit: 0
July 25, 2012, 07:00:30 PM
#1
I love what blockchain.info is doing, it seems like a really great service.  I'd like to make my own, at least generally along those lines, probably just for my own gits and shiggles.  Entirely PHP, entirely FOSS, simple and clean.

How on Earth do I go about getting and parsing the blockchain without using a wallet?  Preferably all in PHP?  Any ideas?  Once retrieved and turned into discrete transactions, I'd like to stuff the whole thing into a sql database, and after that point it's really pretty simple to manhandle the data however it wants to be.  But getting to the point of the entire transaction history in a db...I'm stumped.

Help?
Jump to: