Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
EarthcoinMOON
on 08/03/2014, 14:56:14 UTC
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


thank you very very much!