Updated source code:
https://sourceforge.net/projects/galacticmilieu/files/DeVCoin/Also updated on my github.
qt version has some new images. Both versions have updated receivers.h and a recent checkpoint.
I cannot compile the qt version now that I have moved to Fedora 17, as it seems I do not have qmake-qt4 anymore.
Compiling with just qmake, which is from qt3 or qt3.3, even if I use qmake -project first to update the project itself, ends up dying on some GUI thing somewhere even after I add into its makefile the required adding of -fpermissive for gcc and use of custom openssl that includes elliptic stuff that Fedora normally leaves out of its openssl. So I am figuring I need some way to use my installed qt 4, the way used to be to use qmake-qt4 but that no longer exists and its not clear what if anything one should use instead. qmake definitely seems to be compiling against qt3 not qt4, and I know I always needed qt4 for this thing.
Luckily I have no intention of using a GUI but still its annoying that the thing won't even build. I had thought to put it on a bootable live usb image people could use as a boot-and-play system.
As to changing the name of the program, I just do "mv bitcoindusr/local/bin/devcoind" after doing "strip bitcoind", there are gosh knows how many makefiles plus some kind of qt project file thing one would have to hack at to have it actually build it to a different name in the first place, and I suspect the qt project file's own name might even have to be changed as I suspect it uses the name of the project file to decide on a name for the final program it builds, though I am not sure as I have never "done" qt.
-MarkM-