The open source wallet for ManhattanGoldCoin, built to grow with the network.
tar -xzf mgccoin.tar.gz
cd mgccoin/
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
chmod +x autogen.sh share/genbuild.sh contrib/install_db4.sh
./contrib/install_db4.sh `pwd`
export BDB_PREFIX="$(pwd)/db4"
./autogen.sh
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --disable-tests
make -j$(nproc)
sudo make install
manhattangoldcoind (daemon)
manhattangoldcoin-qt (GUI)