Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast
by
Maestr0
on 18/03/2014, 23:27:33 UTC
Anybody tried to mine with GPU via CGMiner on some other pool than 1Gh? I tried to redirect now to Heavycoinpool, but I get Reject error ...(Ntime out of range)

BREAKING NEWS!!!!

It's now possible to GPU mine with CGMINER on Heavycoinpool.com. In order to save this coin from doom, redirect immediately your GPUs (and CPUs) away from 1Gh to prevent 51% attack. Redistribution of hashpower will help to increase the value of this coin quite quickly.

You have to use this address in cgminer: stratum01.heavycoinpool.com:5333

 cgminer version 3.7.3 - Started: [2014-03-18 17:17:17] - [0 days 00:10:29]
 Connected to stratum01.heavycoinpool.com diff 0 with stratum as user SimkoMiner
 Pool 0  Diff: 788  Started: [17:27:28]  Best share: 2
-------------------------------------------------------------------------------
 GPU 0:  61.0C  32%    | 3.082M/3.057Mh/s | R:3.9% HW:0 WU:0.0/m T:1 I: 7
-------------------------------------------------------------------------------
 [17:27:24] Accepted 65c4cea5 Diff 0/0 GPU 0
 [17:27:26] Accepted c99238ff Diff 0/0 GPU 0
 [17:27:30] Pool 0 stale share detected, submitting as user requested
 [17:27:35] Accepted 691dad81 Diff 0/0 GPU 0
 [17:27:38] Accepted c6d2c050 Diff 0/0 GPU 0

Has anybody managed to get this to work in Linux?  The readme instructions describe building for Skeincoin and Maxcoin, but nothing about Heavycoin.  I've tried building and running many different ways and the best result is 100% rejects with messages like "Rejected be506c0c Diff 1/0 GPU 1  (Ntime out of range)".

That's because it is beta which was not authorized for distribution. Here is the original message: https://bitcointalk.org/index.php?topic=392322.msg5725903#msg5725903

For the impatient, here is HVC cgminer version that works on 1gh: https://github.com/reorder/cgminer_skein

It currently only works with GCN cards (or so I believe). No binaries are available as it is a WIP, and I will not provide support for this version.

Please configure with './autogen.sh --enable-heavy --enable-opencl' and run with '--heavy --vote 1024' (or your preferred vote). Best intensity setting seems to be 3 for all cards, but you may have luck with higher values.

That did the trick. Thank you!!  Interesting it seems that --vote is required.