Edit: I got it working, for more information on how read here:
https://bitcointalksearch.org/topic/m.11430553I've been trying to get the Hyper wallet working on Ubuntu all day and I was able to get the Dogecoin wallet working from this video:
https://www.youtube.com/watch?v=b5GYHnkMg7c&list=WL and the woodcoin wallet from this thread:
https://bitcointalksearch.org/topic/ann-woodcoin-log-pure-skein-pow-logarithmic-release-no-premine-nor-ico-831003The reason I mention the other 2 is because I had to download a few things, and I obviously have those few things on this computer since I got the other ones to work. The woodcoin wallet is pretty much the same instructions as Hyper.
TO MAKE WOODCOIN-QT (gui chopper)
cd woodcoin
qmake
make
./Woodcoin-qt
I downloaded the Hyper wallet and went into the folder in the exact same way I got into the woodcoin folder. Following the instructions on the Hyper wallet, all I had to do was write qmake, and then the make commands. (which was the same as Woodcoin, so I was doing that correctly) Which I did for Hyper too, but I got this error on Hyper.
clude/qt5/QtCore -Ibuild -Ibuild -o build/walletdb.o src/walletdb.cpp
src/walletdb.cpp: In function ‘bool DumpWallet(CWallet*, const string&)’:
src/walletdb.cpp:737:16: error: aggregate ‘std::ofstream file’ has incomplete type and cannot be defined
ofstream file;
^
src/walletdb.cpp: In function ‘bool ImportWallet(CWallet*, const string&)’:
src/walletdb.cpp:795:16: error: aggregate ‘std::ifstream file’ has incomplete type and cannot be defined
ifstream file;
^
make: *** [build/walletdb.o] Error 1
Does anyone know what the error is about?
Or is there an already compiled version of the Hyper wallet for Linux somewhere?
Edit: I also just got GoldPieces to work too. If I can just get Hyper working, I'd be thrilled. Help please.