Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - CPU-only, Ultra-secure, Decentralized Voting
by
smoove
on 13/03/2014, 11:58:03 UTC
Thanks, installed dos2unix, then converted the file, but received the following:

************
   THIS IS BETA 2 - AND CAN ONLY BE USED WITH OUR hvc01.heavycoinpool.com STRATUM SERVER    *
   HOWEVER, IT SHOULD ALSO BE COMPATIBLE WITH OTHER HVC DEVS APPROVED STRATUM/MPOS POOLS    *
*********************************************************************************************
--> pausing for 2 seconds
./run_miner.sh: line 14: ./minerd: cannot execute binary file

thanks

You probably have 32 bit kernel and the miner is compiled as 64 bit.

Type: uname -m

if output is x86_64: 64 bit kernel
if output is  i686 32 bit kernel