how to run the damn deamon on linux?? i have already compile it but cant find heavycoind
it should be in the folder where you compiled it
src/heavycoind for the daemon and the main folder for the heavycoin-qt wallet
either start it from there
cd src
./heavycoind
or copy it to a folder in your PATH (maybe ~/bin) and start it with "heavycoid"
you may want to strip it first