Thanks for the hard work guys, glad to see another great update. Is this update supposed to work on Linux? I had a hell of a time getting it to compile. It runs but does not show any balance, even after backup/restore the wallet.dat and resynching the block chain. Also when launching from the CLI it shows an error something about obfs4 not found, however in the GUI it says tor+obfs4 so I'm not sure how to confirm obfs4 is actually working.
There's a Linux source release coming soon, which will include docs for compilation, but in brief it is:
qmake OPENSSL_INCLUDE_PATH=/path/to/openssl-1.0/include/files OPENSSL_LIB_PATH=/path/to/openssl-1.0/lib/files BDB_INCLUDE_PATH=/path/to/bdb-4.8/include/files BDB_LIB_PATH=/path/to/bdb-4.8/lib/files
make -j2 # or however many CPUs you have
OpenSSL 1.0 is a requirement for now, like with most altcoins, but we plan to move to 1.1 for our 1.4 release. Similarly with BDB 4.8, we plan to move to a current 5.x release for our 1.4 release.
The "OBFS4 not found" message is nothing to worry about, we only enable it when necessary (i.e. where Tor is blocked). If you're in a country that doesn't block Tor there is no advantage gained by using OBFS4 and it slows down communication resulting in slower sync speed.
See my previous message regarding your zero balance.