Read the forum, this is problematic for many coins, and the exchange itself is to blame - the developers for years (literally there are several coins) require this to be corrected, and besides on this exchange there are no problems.
SCAM ?
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.
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if (nTime > GetAdjustedTime() + FutureDrift)
^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
// Time (prevent mempool memory exhaustion attack)
//if (nTime > GetAdjustedTime() + FutureDrift)
if (nTime > FutureDrift(GetAdjustedTime()))
andrey@che2pool:~/unit/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/andrey/unit/src -I/home/andrey/unit/src/obj -DUSE_UPNP=0 -I/home/andrey/unit/src/leveldb/include -I/home/andrey/unit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CTransaction::CheckTransaction() const’:
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if (nTime > GetAdjustedTime() + FutureDrift)
^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
main.cpp: At global scope:
main.cpp:47:22: warning: ‘nInterval’ defined but not used [-Wunused-variable]
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;
^
make: *** [obj/main.o] Oшибкa 1