Hi guys!
The website is online for quite a while now, but wasn't really stable. It's now ready for its grand opening! I'm very excited to share it with you, there is a LOT of features that aren't available ANYWHERE else.
Base URL:
http://coinplorer.comMain features:
-
Most advanced profit simulator so far. You can add YOUR hardware to the list and have ROI for each of them. Different difficulty extrapolation algorithms are supported (linear, flat, exponential or manual input, feel free to propose more). You can simulate profits in BTC of course, but also in all other currencies we support. You can save and share the simulations even if you don't have an account (but it's better if you have one
-- 3 auth methods to retrieve your saved simulations: url key, cookie key (go to hardware > create or retrieve a simulation to get the list of your previously saved simulations) and account.
- Multi currency block explorer; importation progresses can be found on
http://coinplorer.com/Console/Status2 (I heavily rely on the official daemons of each currency to import the blockchains and I can guarantee you some of them are a real pain in the *** and none of them is really fast or stable! => for example, the worst are BTCT (VERY slow, crashes a lot, I guess because people are doing experiments on it), XPM (sooooooo slow!), FRC and ANC (crashes all the time)):
Anoncoin ANC
BBQCoin BQC
BitBar BTB
Bitcoin BTC
Bitcoin Testnet BTCT
Bytecoin BTE
CHNCoin CNC
CryptogenicBullion CGB
DigitalCoin DGC
FeatherCoin FTC
Franko FRK
Freicoin FRC
JunkCoin JKC
Litecoin LTC
Megacoin MEC
Mincoin MNC
NovaCoin NVC
Phenixcoin PXC
Primecoin XPM
Terracoin TRC
Worldcoin WDC
YACoin YAC
NMC, PPC, DVC, IXC not supported because of their clients (see
http://coinplorer.com/Pages/FAQ).
Some currencies have better support than others as I rely on their clients (some doesn't even tell the vout addresses or even the vin txid! If those currencies ever get their clients corrected the importations will automatically be corrected).
NB: If the status page fails to load some currencies or is very slow to load some currency, it means their client is faulty (they are ALL hosted on the same server, running the exact same way, and the server is far from being overloaded).
The BTC client is probably the more reliable, even if I'm running 12 (!) clients simultaneously to make it able to import all transactions of blocks within an acceptable timeframe.
- Multi currency exchange rates charts
here: you can basically graph any currency in any other (from the simplest, aka BTC in USD, to the most complicated, for example CGB in AUD or even petroleum price in BTC -- exotic graph loading might take a few seconds (because of cache warm up), just wait ^^). I had no success displaying this on the charts, but everywhere an exchange rate is displayed, placing your mouse over will show you how it's computed after a few ms of wait.
-
Difficulty charts and predictions, with a very nice look (you can feel it much better on a chart than with just numbers)
-
Mining hardware comparison, a classic (I needed a list for the profit simulator)
-
Currencies profit comparison, a classic too (given the base I had, it was "free" to do). I wasn't able to properly distinguish "miners rewards" from "foundation donations" on FRC, leading to a wrong calculation for FRC (divide the profitability of it by ~3 currently). If anyone have an idea on how to distinguish rewards from donations GENERALLY SPEAKING (I don't want any currency specific code), just let me know!
-
Discussions which are a mix between a forum and a chat (each topic can be seen as a channel). This is very basic for the moment, but will improve over time.
Coming soon: maybe a donation widget and/or an exchange rate widget.
Coming a little bit later: portfolio manager (input your addresses and it will tell you how much you own in any currency), mining rig manager (watch your speed, change the settings of your workers, alerts, etc.), API.
How it works:
- Full blockchains are imported into a MongoDB datastore, with very little changes from the clients outputs (only normalizations of the outputs + denormalization of some parts of the data to speed up some queries)
- There is a "watchdog" that reboot the currencies server when some of the clients are down or irresponsive (because stopping the clients via RPC just doesn't work most of the time when clients stop responding... I found a reboot to be easier than killing the faulty clients)
- The importer always look for inconsistencies in the imported things with a full check every week (friday nights).
- Exchange rates are retrieved from the major exchanges (Mtgox, Bistamp, BTC-E, BTER, Cryptsy, The Rock Trading, Vircurex, Coinchoose, Bitcoincharts, European central bank and OpenExchangerates (the latter 2 to have fiat currencies exchange rates) and combined together (an exchange rate object is currently more than 8 500 combinations of currencies!)
Interrested in the project?
Participate on the discussions threads
I'm always looking for moderators, admins, etc.!
I gladly welcome any bug report or feature request.
Disclaimer:
Do NOT rely on the provided data, it can always have a bug somewhere! I'm very dependent from outputs of the clients and how MongoDB want to works (sometimes it's very lazy!).
Despite more stable now, it's still in an early beta stage.