jimswers, very good job done, it's really useful toos to monitor our masternode, thank you so much for great effort! will donate some when i reach ROI in next few days!
Masternodes stats & roi available: https://quaz.overemo.com/masternodes ... Tips QUAZ welcome to address: NEF1iEEXUu7EknoobQE4ueZxPiCSg8Ajx6 Customization of explorer interface is available by request. possible to point custom DNS subdomain
source code of wallets distributed on google drive? looking at the source, it's shitty result of copy & paste.
Code:
[zacacoin] > make -j1 /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -o Makefile zaca-coi[Suspicious link removed]o Cannot find file: zaca-coi[Suspicious link removed]o. Makefile:791: recipe for target 'Makefile' failed make: *** [Makefile] Error 2
it turned out that dev forget to rename file to zaca-coin dot pro so, copied zaca dot pro and zaca dot pro dot user to zaca-coin dot pro
make again and ended up with this:
Code:
src/qt/optionsdialog.cpp: In member function void OptionsDialog::setMapper(): src/qt/optionsdialog.cpp:146:28: error: class Ui::OptionsDialog has no member named anonymizeZaca mapper->addMapping(ui->anonymizeZaca, OptionsModel::AnonymizeZacaAmount); ^ Makefile:4281: recipe for target 'build/optionsdialog.o' failed
looks like wallet on google drive are not result of compilation of source on github.
got to be careful, too many new coin/mn turned out to be scam.
i try to compile on Ubuntu 16.04 but display this error at the and of make.
ccminer-ccminer.o: nella funzione "miner_thread(void*)": ccminer.cpp:(.text+0x7b75): riferimento non definito a "scanhash_timetravel10" ... anyone can help me?
I seem to not be able to compile it on Debian 9 Linux. I followed the instructions on the Nicehash website and most of it works, except for the make. It goes for awhile but it eventually failed with an error. P.S. i had to modify the makefile slightly to use clang compiler as it couldn't find any other.
lookslike there's a compatibility issue btween nvcc & clang, i've compiled with gcc without problem, try gcc.