Pages:
Author

Topic: CryptoCoinExplorer - One of the Original Alt-Coin Explorer sites. - page 2. (Read 4291 times)

legendary
Activity: 1064
Merit: 1002
Very sad to hear this. But also very understandable. You have been providing a great service to the community

https://blockchain.info/tx/d20dbb4b15a36bfc0e0c0848bfd0a196bc1efc355bf37fd41b676181679300f8
legendary
Activity: 1064
Merit: 1000
**************IMPORTANT NEWS******************


Unfortunately I am in a situation where I have to cut down on the number of servers I am supporting myself. I simply cannot afford to pay out of pocket for these servers anymore.

I am going to have to drop about a dozen explorers and have to shut down 2 VPS. The decision was not an easy one, but I had to make choices based on three things:

1. Support from the community. Unfortunately except for a couple of coins this is almost non-existent. I have been paying for servers pretty much myself for almost 2 years. CCE is up to around 1.5 Million hits a week.

2. Coins that already have other explorers, so my explorers are redundant.

3. Three coins do not have an RPC that either support the TX information, do not provide all the TX info or the information is non-standard. I do not have the time to patch these daemons and ABE requires too many resources for me to support anymore.


List of coins that no longer have donation based explorers

Bitbar
Craftcoin
Wolrdcoin
Digitalcoin
Bytecoin
Feathercoin
Novacoin
Terracoin

Coins dropped due to reason three (RPC Support for CCE3)

BBQ
Peercoin
Freicoin

I will be offering a paid service for coins that wish to be hosted on a CCE3 server. More details to follow.
newbie
Activity: 49
Merit: 0
Hi,

can you build the block explorer also for this Coin?
https://bitcointalksearch.org/topic/new-wallet-and-sourceupdate-violetcoin-vlt-rare-10m-bittrex-599789

DEV have deleted yesterday the off. Blockchain ;.(

Please let me know how you can help us, we mine this coin since start, now we cant get our solved blocks..


Thanks Rob72
legendary
Activity: 1064
Merit: 1000
CCE3 Patch Applied 05/03/2014


This patch adds a new API feature:

Send Raw TX:

/api/rawtx/

This api command will return one of two responses:

If the transaction was accepted by the coin daemon:

"txid":""

If the transaction was rejected by the coin daemon:

"error":""
legendary
Activity: 1064
Merit: 1000
CCE3 patch applied 05/01/2014

All CCE3 explorers have been patched today.

Patch Notes:

The "block" webpage now accepts both block height and block-hash in the URL.

Examples:

http://blc.cryptocoinexplorer.com/block/96537

http://blc.cryptocoinexplorer.com/block/00000000000424f9b55dd2a45d4a0d6d66677eda4feb364420f04aecd696668b

Both the block webpage and block API will now trim much of the redundant address and transaction information. The block webpage will merge duplicate addresses that are next to each other in a single transaction and present a sum of the values. The system will trim many but not all the duplicates. The duplicates are normal and part of the block chains themselves as each input is accounted for separately regardless if they are from the same address. The block API now trims out most duplicate transaction entries.

Miner_fee flag added. This flag determines if fee value is shown with coinbase value to accommodate chains that destroy fees instead of passing them to the block finder. I will need to gather information on which coins destroy fees. Any coin devs out there with a coin a CCE could help out greatly by shooting me a message as to what your coin does with fees.

"Unknown" addresses are now suppressed on the webpage. Unknown addresses are typically part of a POS transaction or a P2POOL block. These "addresses" are just extra information and do not effect explorer functions.

Hopefully this is the end of the immediate technical needs. I hope to get started on cosmetic issues next.  Smiley
legendary
Activity: 1064
Merit: 1000
A small patch has been issued. Mostly cosmetic.

There is a new page with API instructions:

http://www.cryptocoinexplorer.com/api.html

This link also appears in the footer of every CCE3 explorer page.

legendary
Activity: 1064
Merit: 1000
ALL CCE3 EXPLORERS HAVE BEEN UPDATED WITH A NEW PATCH

In this patch:

- The favicons have been fixed. The coin icon will now appear on the browser tab instead of the cherrypy cherries.

- The block and blockhash API now report the transactions in the block.

- The block API (/api/block) will report the current top block in the database if passed "-1" in the parameter.
   Example: xpm.cryptocoinexplorer.com/api/block/-1



legendary
Activity: 1064
Merit: 1000
All CCE3 explorers have been updated with the patch.

Feathercoin should be caught up in a couple of hours. When I moved the coin Daemon over to its new home, I failed to add the 'txindex = 1' switch to the configuration causing issues with transaction record keeping.
legendary
Activity: 1064
Merit: 1000
Offering: off.cryptocoinexplorer.com
Cubits: qbt.cryptocoinexplorer.com
Bottlecaps: cap.cryptocoinexplorer.com
ufo: ufo.cryptocoinexplorer.com
Klingon Darsek: ked.cryptocoinexplorer.com
Gold Pressed Latinum: gpl.cryptocoinexplorer.com
Federation Credits: ufc.cryptocoinexplorer.com
Primecoin: xpm.cryptocoinexplorer.com
Goldcoin: gld.cryptocoinexplorer.com
Blakecoin: blc.cryptocoinexplorer.com


Have been updated with the patch. A few dev keys have been sent out to test the new developers box API.


**Feathercoin is in the middle of a database rebuild, should be back up in a few hours**
legendary
Activity: 1064
Merit: 1000
Patch for CCE3 (04/25/2014)

This patch will be applied over the weekend of (4/25/2014)

Patch Includes:

Web page:

-Fixed error on block page when block height entered > the top row in DB

API:
- Block API (/api/block/) has been revamped to have labled pairs.

- TX API (/api/tx/) has been revamped to have labled pairs. The first part of the output is VIN. The flag (vout:start) appears when the information changes to VOUT.

*NEW API ITEMS*
- Block hash api (/api/blockhash/) Allows getting block information by blockhash

- Balance API (/api/balance/
) Gets an address balance.

- Ledger API (/api/ledger/
) Sends back a ledger (limited to the last 1000 credits and debits) for address. The first part of the output are the credits. After the flag (debit:start), the information is the debits.

- Devbox API (/dev/) This allows coin devs or the responsible community leader to place/change the message in the developers message box on the coins home page.



API that are unchanged:

- Total Minted (/api/totalmint) Show total amount of coins created

- Difficulty (/api/difficulty) Shows the current difficulty

- Network hash  (/api/nethash) Shows the current network hash rate as reported by the coin daemon when available.
Pages:
Jump to: