Post
Topic
Board Announcements (Altcoins)
Re: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED!
by
lomtax
on 13/11/2017, 10:37:38 UTC
@DrSluice

Sounds like your git working tree is not up-to-date, i had this issue yesterday and i fixed it,  can you try the following lines ?

cd digitalcoin
git checkout .
git pull 
./configure
sudo make install
digitalcoin-qt

Is it ok now ?