On a separate note, has anyone had success building the new wallet from source? For Linux, following the build-unix.txt in the repo leads to an error
Any linux folks successfully build wallet yet?
go to coin2.0 root directory and type command qmake. It creates Makefile. Then type make -j8 (or whatever concurrency you prefer).
If no qmake command, maybe qmake-qt4 or qmake-qt5.
Linux users can ignore all mingw crap.