Post
Topic
Board Announcements (Altcoins)
Re: [ANN]🔥🚀 ZACA Coin (ZACA) [Scrypt PoW PoS Masternodes] | NO ICO | Bounty 🔥🚀
by
gpl4all
on 12/03/2018, 05:11:56 UTC
is this:

https://github.com/zacacoin/zacacoin

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.

zaca developer? comment please?