Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: BanzaiBTC on July 18, 2015, 11:47:02 AM



Title: I need some advice on blockexplorers
Post by: BanzaiBTC on July 18, 2015, 11:47:02 AM
-


Title: Re: I need some advice on blockexplorers
Post by: gjhiggins on July 18, 2015, 05:08:58 PM
I recently won a contest, and I won 750$ funds in my Vultr account  8) 8)

Applause!

Quote
So I am willing to use my vultr funds to contribute a dozen block explorers for a whole year.

Very public-spirited of you ...

$62.50 will get you a reasonably capable machine.

If I were you, I'd be looking at RPC-ACE (https://github.com/stolendata/rpc-ace) (php) or one of the open source explorers based on node.js such as Iquidus (https://github.com/iquidus/explorer) that read the metadata via the RPC port (with the attendant caveats about inspecting the coin source before taking the RPC output on trust, there have been examples where crooked devs have hacked their coin's RPC code in order to mask a hidden premine).

Abe (https://github.com/bitcoin-abe/bitcoin-abe), the original Python-implemented explorer actually reads the metadata direct from the blockchain and stores it into an RDBMS, so is correspondingly more challenging to set up but has the advantage that it is very difficult, even impossible to fool it into reporting false values. It has fewer features than the more recent explorers based on node.js.

This might also help: https://bitcointalk.org/index.php?topic=1080718.0

Cheers

Graham



Title: Re: I need some advice on blockexplorers
Post by: BanzaiBTC on July 19, 2015, 01:26:07 AM
Hi gjhiggins

Thank you for replying  :) I tried the Iquidus blockexplorer and it works like a charm.. Now its time to pick and choose a few coins :)

Thanks for the help!

Cheers,

Banzai


Title: Re: I need some advice on blockexplorers
Post by: Nxtblg on July 19, 2015, 02:59:11 PM
If I were you, I'd be looking at RPC-ACE (https://github.com/stolendata/rpc-ace) (php) or one of the open source explorers based on node.js such as Iquidus (https://github.com/iquidus/explorer) that read the metadata via the RPC port (with the attendant caveats about inspecting the coin source before taking the RPC output on trust, there have been examples where crooked devs have hacked their coin's RPC code in order to mask a hidden premine).

Abe (https://github.com/bitcoin-abe/bitcoin-abe), the original Python-implemented explorer actually reads the metadata direct from the blockchain and stores it into an RDBMS, so is correspondingly more challenging to set up but has the advantage that it is very difficult, even impossible to fool it into reporting false values. It has fewer features than the more recent explorers based on node.js.

Thanks for the links. :)