Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE
by
fairglu
on 19/04/2014, 07:26:24 UTC
Very nice implementation fairglu! Now we can finally see complete address contents. Quick question: does your explorer use the rpc interface or parse from block files?
Thanks!

I'm using the RPC interface, this way I'm more independent from the implementation details, and the blockchain explorers are hosted on a different machine than the clients are, so a remote protocol would be needed anyway (I'm tunneling the RPC however, clients are firewalled and the RPC ports are closed from the outside, as I don't entirely trust the security of the RPC)