Bitcoin Forum
May 28, 2024, 06:30:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Which Block Explorer do you use ? on: June 11, 2014, 09:20:02 AM
I am pretty pleased with https://www.biteasy.com and it's API.
2  Bitcoin / Project Development / Re: [ANN] New blockchain explorer (with BIP32 hierarchical web-wallet) on: April 05, 2014, 08:41:13 AM
Good work so far Smiley

I did have a question for you if you don't mind answering. The blockchain parser you suggested does not provide the data structures for transaction inputs/outputs. Am I missing something here or did you do extra work on that area?
3  Economy / Service Announcements / Re: Blockr.io bitcoin block explorer on: April 04, 2014, 08:55:14 AM
I am building something similar for myself for learning purposes and I wanted to ask how do you do the parsing of the .dat files? Are you using https://code.google.com/p/blockchain or something else that I could use as well?
4  Bitcoin / Project Development / Re: [ANN] New blockchain explorer on: February 17, 2014, 11:45:59 AM
What's your infrastructure?

Backend uses LevelDB, on a SSD dedicated server. Frontend is python.


Ah nice! I can not understand however how did you implement multiple coins. Are you reading the data from the RPC interface of each daemon?

I am asking cause I have been playing around with something similar for myself

Using a hybrid system:
  • I read block data directly from blockchain files (found it was much faster, esp. during initial startup; it also allows me to get all orphaned blocks, not sure I could get that with RPC).
  • I use RPC for live data.

Multiple coin is not so hard, they're all very similar to Bitcoin.

Makes sense. Is there a tool which you recommend for reading the blockchain files so I can have a look at it as well?
5  Bitcoin / Project Development / Re: [ANN] New blockchain explorer on: February 14, 2014, 12:34:35 PM
What's your infrastructure?

Backend uses LevelDB, on a SSD dedicated server. Frontend is python.


Ah nice! I can not understand however how did you implement multiple coins. Are you reading the data from the RPC interface of each daemon?

I am asking cause I have been playing around with something similar for myself
6  Bitcoin / Project Development / Re: [ANN] New blockchain explorer on: February 07, 2014, 08:13:54 AM
What's your infrastructure?
7  Other / Beginners & Help / Re: How to access blockchain data through bitcoind on: October 29, 2012, 09:25:18 AM
@Stephen Gornick, I was just asking where exactly in those documents was that quote from because I have been through them and apparently I missed it Smiley

Thanks again for your useful input.
8  Other / Beginners & Help / Re: How to access blockchain data through bitcoind on: October 28, 2012, 10:50:40 PM
Thank you both for your answers. I already knew about ABE but I was hoping to do it through bitcoind's API, if possible. I guess i will give a chance to ABE.

@Stephen Gornick, can you please tell me from where did you quote that info?
9  Other / Beginners & Help / How to access blockchain data through bitcoind on: October 28, 2012, 10:19:51 PM
Hello,

I am interested in indexing to a database ALL blocks/transactions since genesis for private use and I am trying to understand how to achieve this. The bitcoind API does not give you a way to access the information stored in the local database files and you can only get the transactions which are related with your wallet. Is there an API call I am missing here?

Thank you for your time
10  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: October 28, 2012, 03:57:01 PM
Hello,

I am a developer and I would like to get access to the rest of the forum in order to ask a couple of technical questions which I haven't found an answer in bitcoind wiki or somewhere else.
I understand pretty well the bitcoin system and I would like to be able to ask more advanced questions in the technical section.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!