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

I think you're right, my kernel is 32 bit - i686, I'll need to find a 32 bit miner.

Linux ubuntu 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:42:40 UTC 2014 i686 i686 i386 GNU/Linux