Greetings guys.
1) I didn't find your github, does it exists?
2) I've tried to run your wallet on Linux, but it throws error
./castle-qt-linux: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
Tried to do:
ldd $(which ./castle-qt-linux)
libdb_cxx-4.8.so => not found
It seems to be berkley DB? I have to recompile it and link?I did the following: `ln -s /usr/lib/x86_64-linux-gnu/libdb_cxx-5.3.so /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so` - now I'm having new error:
ERROR: CDB() : error Invalid argument (22) opening database environment
Also there is another error (not sure that second is important):
libpng warning: Incorrect bKGD chunk length
Anyways, you should recompile the linux wallet (I'm having even not so recent ubuntu 16.04.3!) to make it work okay.
Thanks.
Den