Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: supercanada1 on May 16, 2015, 04:47:37 AM



Title: any idea about how to make altcoin explore website if I developed my own altcoin
Post by: supercanada1 on May 16, 2015, 04:47:37 AM
any idea about how to make altcoin explore website if I developed my own altcoin?
any API to call to the node or someway? by PHP


Title: Re: any idea about how to make altcoin explore website if I developed my own altcoin
Post by: dreamwatcher on May 16, 2015, 05:20:52 PM
I recently released an open source version of CCE 4.0 (This is a very basic version of the full closed source version) at:

https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0 (https://github.com/cryptocoinexplorer/Open-Source-CCE-4.0)

Example of this open source explorer is at:

http://openblc.cryptocoinexplorer.com/ (http://openblc.cryptocoinexplorer.com/)

Full version of CCE (CCE 3.5 as the full version of CCE 4.0 has not been rolled out on cryptocoinexplorer yet) can be seen on any of the sponsored explorers at:

www.cryptocoinexplorer.com (http://www.cryptocoinexplorer.com)

If you wish to have an explorer setup and hosted on CCE, sponsorship information is here:

http://www.cryptocoinexplorer.com/sponsor


You could also set up an ABE explorer:

https://github.com/bitcoin-abe/bitcoin-abe (https://github.com/bitcoin-abe/bitcoin-abe)


Title: Re: any idea about how to make altcoin explore website if I developed my own altcoin
Post by: supercanada1 on May 16, 2015, 05:48:56 PM
thanks principally is there any API to call if some daemon running on vps? I am curious I guess there is some API or db call to get all the transaction history


Title: Re: any idea about how to make altcoin explore website if I developed my own altcoin
Post by: YarkoL on May 17, 2015, 09:09:49 AM
RPC-Ace is simple to set up (compared to Abe), and
works by daemon calls only. Here's the thread

https://bitcointalk.org/index.php?topic=686177.0