Post
Topic
Board Announcements (Altcoins)
Re: Crave: NextGen
by
Crestington
on 14/02/2018, 19:28:02 UTC
but with all this included - this is not decentralized network. binaries from unknown source, some unknown bash lines to boot up that you wouldn't find on official github. and on top you adding budget system. show me crave's decentralization lol! there was no working wallets for macos for almost a month - this is not the same difficulty windows wallets saw when swap begins. missing something?

you don't have to use the script for the installation, or what do you mean? the source code can be read on GitHub. It is decentralised, why shouldn't it or how can it not be decentralised if it is a network of nodes, all on different computers.

how it is decentralized with hardcoded alert keys that giving nice set of control to key holders?

Alert keys are just for alerting people of changes?

The crave-install script I mentioned just does all the steps for you to compile on linux. You can open it up with a text editor and see but it just clones the source, installs the dependancies, chmods the autogen.sh and lvldb files, then does ./autogen.sh, ./configure, make.

If you already have the dependencies you can just open your console and type

git clone https://github.com/Crave-Project/Crave-NG.git
cd Crave-NG
chmod +x autogen.sh
cd share
chmod +x genbuild.sh
cd
cd Crave-NG/src/leveldb
chmod +x build_detect_platform
cd
cd Crave-NG
sudo ./autogen.sh
sudo ./configure
sudo make

If you need the dependencies then you can open unix-build in the Crave-NG/doc folder and it will list all the things you need for the daemon and QT