Unfortunately, both coinmarketcap and bittrex are listed at bitcredits...
It should be Bitcredit. :/ Not a huge deal.
Wondering why there is no market cap listed, only current price?
They don't show the total coins mined
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
qt/messagemodel.cpp: In member function ‘virtual QVariant InvoiceItemTableModel::data(const QModelIndex&, int) const’:
qt/messagemodel.cpp:1176:49: error: conversion from ‘int64_t {aka long int}’ to ‘QVariant’ is ambiguous
return rec->quantity * rec->price;
^
qt/messagemodel.cpp:1176:42: note: candidates are:
return rec->quantity * rec->price;
^
In file included from /usr/include/qt4/QtCore/qabstractitemmodel.h:45:0,
from /usr/include/qt4/QtGui/qabstractitemview.h:46,
from /usr/include/qt4/QtGui/qheaderview.h:45,
from /usr/include/qt4/QtGui/QHeaderView:1,
from qt/guiutil.h:11,
from qt/messagemodel.cpp:1:
/usr/include/qt4/QtCore/qvariant.h:429:12: note: QVariant::QVariant(void*)
inline QVariant(void *) { Q_ASSERT(false); }
^
/usr/include/qt4/QtCore/qvariant.h:429:12: note: no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘void*’
/usr/include/qt4/QtCore/qvariant.h:219:5: note: QVariant::QVariant(Qt::GlobalColor)
QVariant(Qt::GlobalColor color);
^
/usr/include/qt4/QtCore/qvariant.h:219:5: note: no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘Qt::GlobalColor’
/usr/include/qt4/QtCore/qvariant.h:186:36: note: QVariant::QVariant(const char*)
QT_ASCII_CAST_WARN_CONSTRUCTOR QVariant(const char *str);
^
/usr/include/qt4/QtCore/qvariant.h:186:36: note: no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘const char*’
/usr/include/qt4/QtCore/qvariant.h:184:5: note: QVariant::QVariant(float)
QVariant(float f) { d.is_null = false; d.type = QMetaType::Float; d.data.f = f; }
^
/usr/include/qt4/QtCore/qvariant.h:183:5: note: QVariant::QVariant(double)
QVariant(double d);
^
/usr/include/qt4/QtCore/qvariant.h:182:5: note: QVariant::QVariant(bool)
QVariant(bool b);
^
/usr/include/qt4/QtCore/qvariant.h:181:5: note: QVariant::QVariant(qulonglong)
QVariant(qulonglong ull);
^
/usr/include/qt4/QtCore/qvariant.h:180:5: note: QVariant::QVariant(qlonglong)
QVariant(qlonglong ll);
^
/usr/include/qt4/QtCore/qvariant.h:179:5: note: QVariant::QVariant(uint)
QVariant(uint ui);
^
/usr/include/qt4/QtCore/qvariant.h:178:5: note: QVariant::QVariant(int)
QVariant(int i);
^
/usr/include/qt4/QtCore/qvariant.h:169:5: note: QVariant::QVariant(QVariant::Type)
QVariant(Type type);
^
/usr/include/qt4/QtCore/qvariant.h:169:5: note: no known conversion for argument 1 from ‘int64_t {aka long int}’ to ‘QVariant::Type’
Makefile:5096: recipe for target 'qt/qt_libbitcreditqt_a-messagemodel.o' failed