One thing I just don't get. If you have an idea like Dev has with this coin, you should be able to release a whitepaper with launch. Only a screenshot will not do, it even looks pasted. Why people still mine coins that promise features that are not delivering a good whitepaper or something special before launch? If no whitepaper at launch, how can you trust he will be able to build this, if he even cannot tell you at this moment how exactly he is going to build it? It looks like good timing with the whole Piratebay drama and this is a newby account and there is a 3% premine. I am not saying this Dev is not going to deliver, but it is more likely he will not deliver than that he will...
So Dev, whitepaper today?
I had the same feeling about the screenshot that it looks pasted especially around the 'TORRENT' button area, but after I went through their source code on github, I found that the button itself and some of the torrent related stuff is actually there in the source code but disabled or commented out for some reason.
Here some of the stuff I've found
#DEFINES += TORRENT
#CONFIG += torrent_sample
#CONFIG += torrent_enable
torrent_enable {
HEADERS += src/qt/torrent/qbtsession.h \
src/qt/torrent/qtorrenthandle.h \
src/qt/torrent/bandwidthscheduler.h \
src/qt/torrent/trackerinfos.h \
src/qt/torrent/torrentspeedmonitor.h \
src/qt/torrent/filterparserthread.h \
src/qt/torrent/alertdispatcher.h \
src/qt/torrent/torrentstatistics.h
SOURCES += src/qt/torrent/qbtsession.cpp \
src/qt/torrent/qtorrenthandle.cpp \
src/qt/torrent/torrentspeedmonitor.cpp \
src/qt/torrent/alertdispatcher.cpp \
src/qt/torrent/torrentstatistics.cpp \
src/qt/torrent/filterparserthread.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += src/qt/torrent/torrentmodel.h \
src/qt/torrent/shutdownconfirm.h
SOURCES += src/qt/torrent/torrentmodel.cpp \
src/qt/torrent/shutdownconfirm.cpp
}
} #torrent_enable
Anyway, I might be wrong but this looks very legit to me, but I still don't know why dev would remove all of the torrent related stuff in this released.