Pages:
Author

Topic: [ANN] Coinplorer: most advanced profit simulator, multi currency explorer & more - page 2. (Read 5508 times)

hero member
Activity: 692
Merit: 569
nice website and awesome graphs. Looking forward to use this in the future
full member
Activity: 148
Merit: 100
Crazy!
Just pushed up a nice update to the difficulty prediction, have a look: http://coinplorer.com/Charts/Difficulty/BTC
hero member
Activity: 743
Merit: 500
full member
Activity: 148
Merit: 100
Crazy!
I just completed the "manual input" for the difficulty extrapolation. You basically input the date and value of the changes and that's it!
full member
Activity: 148
Merit: 100
Crazy!
You use Mt.Gox to convert BTC to USD? Come on. Please use BitCoinAverage or something like that.
Nobody will give you $180 when the average price is $162.

I'm not asking anybody to give me $180. The data only needs to be consistent across the days. I choose mtgox as the reference because they still (unfortunately) have 50% of the total traded volume.
If you put your mouse over a price it will tell you how it's calculated (doesn't work on charts though).
In the simulations you can input the exchange rate you want (people usually simulate with the current exchange rate to calculate their ROI, but the exchange rate will NOT be the same when you'll sell your BTC).
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
You use Mt.Gox to convert BTC to USD? Come on. Please use BitCoinAverage or something like that.
Nobody will give you $180 when the average price is $162.
legendary
Activity: 1232
Merit: 1076
Would be cool to have a listing of the latest crypto news stories.
full member
Activity: 148
Merit: 100
Crazy!
Completed difficulty prediction, pretty satisfied by the result: http://coinplorer.com/Charts/Difficulty/BTC
full member
Activity: 148
Merit: 100
Crazy!
Updated: simulations charting (now consistent across the website), ability to enable/disable pieces of hardware in one click.
Next: diff prediction, then direct input for simulations difficulties
full member
Activity: 148
Merit: 100
Crazy!
Cool website! I like it! Have you through about replacing the front page forum with a chat box?

Thx. Why not, good idea,  even if the chat box is already embedded in all pages.
legendary
Activity: 1232
Merit: 1076
Cool website! I like it! Have you through about replacing the front page forum with a chat box?
full member
Activity: 148
Merit: 100
Crazy!
Damn, I wonder if I posted this in the good forum...
full member
Activity: 148
Merit: 100
Crazy!
full member
Activity: 148
Merit: 100
Crazy!
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.com

Main 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 Smiley -- 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 Smiley 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.
Pages:
Jump to: