Post
Topic
Board Announcements (Altcoins)
Re: [KGC] The future is krugercoin and the future is now! [Official Launch]
by
hamburger
on 31/10/2018, 15:07:27 UTC
what changes to the above are need to get the gui client to compile?

I unfortunately do not know - I make use of the command line only or Windows PC.

Most likely you will have to include the qt dependencies, my development environment include;

autoconf
automake
autotools-dev
build-essential
g++
git
libboost-all-dev
libczmq-dev
libdb4.8++-dev
libdb4.8-dev
libevent-dev
libgmp-dev
libprotobuf-dev
libqrencode-dev
libqt4-dev
libssl-dev
libtool
miniupnpc
pkg-config
protobuf-compiler
python3
qt
software-properties-common
univalue
unrar
uuid-dev


For Qt5 also install;

libqt5gui5
libqt5core5
libqt5dbus5
qttools5-dev
qttools5-dev-tools


In most altcoins, the altcoin-qt for *nix will automatically build when you compile, provided that all the correct dependencies are met.

I will try to do this once I have a stable chain to work with - It's been more than a month now since the mining stopped and the blockchain went out of sync. I will recompile the Krugercoin 0.9.4 client with check points to only follow the longest Krugercoin chain. At the same time, I will see if I can find a way to prevent Worldcoin, Digitalcoin and the rest of the Krugercoin and Litecoin clones that piggy back on Krugercoin to connect to the network. If all else fail, I'll either abandon the rescue of this project or create a hard fork.

H