Hello,
Is anyone able to compile the GUI wallet.
I saw the snapshots on the website it looks cool.
I am getting errors on compiling in ubuntu
yea, I've got it compiled on Ubuntu 14. I just upgraded to 16 again then noticed an issue with the overview frame of the wallet not displaying balance.
I'll see if I can get you a build onto github pretty quick.
Also, been considering a hard fork to bytecoin's code that uses rocksDB, and maybe some other config changes
This would give us a lot more connectivity to the rest of the Cryptonote community.
No time soon, maybe ~80k block height.
I've compiled GUI on ubuntu 16.04, it showed error during making.
I do all step follow the Dragonglasswallet github. The error messages show below.
...
[ 73%] Linking CXX static library libdragonglass.a
[ 73%] Built target dragonglass
make[2]: *** No rule to make target '/home/xxx/clarence-dollars/build/release/src/miner', needed by 'qrc_resources.cpp'. Stop.
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/Dragonglasswallet.dir/all' failed
make[1]: *** [CMakeFiles/Dragonglasswallet.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
It's seems the 'miner' file be wrong place. I copied all files in /home/xxx/dragonglass to /home/xxx/clarence-dollars and made it again.
Finally, It's complete built.