Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address
by
IconFirm
on 12/06/2016, 19:00:33 UTC
Can anyone help us with the above problem?

I use Xubuntu 14.04 LTS 64bit & this is what I use for compiling my daemons - works for me every time.

From within the downloaded directory (crowncoin):

Code:
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen.sh
./configure --disable-tests --without-gui
make clean
make

Then:

Code:
cd src
strip crowncoind
chmod +x crowncoind

No need to install, I just run it from whatever dierectory it's in.

16.04 is a relatively new release, so if it still fails it's probably due to missing packages that haven't been released for the newer version yet. There are some bugs with every new release, which is why I wait a few months before updating to the latest version.