dotcoin.info
Sr. Member
Offline
Activity: 686
Merit: 252
www.cd3d.app
|
|
March 08, 2014, 02:34:50 PM |
|
dev!!!
I think I did mistake.
I just type like this.
importprivkey <my privkey>
but I get no balance for now...
plz answer me.
keccak512 i have the same problem. where is my coin?
|
|
|
|
Siggi84
|
|
March 08, 2014, 02:35:00 PM |
|
Cpu miner sources https://github.com/heavycoin/cpuminer-heavycoinbut i can not compile it heavy.c:2:25: error: openssl/sha.h: No such file or directory heavy.c: In function ‘heavycoin_hash’: heavy.c:44: error: ‘SHA256_CTX’ undeclared (first use in this function) heavy.c:44: error: (Each undeclared identifier is reported only once heavy.c:44: error: for each function it appears in.) heavy.c:44: error: expected ‘;’ before ‘ctx’ heavy.c:45: warning: implicit declaration of function ‘SHA256_Init’ heavy.c:45: error: ‘ctx’ undeclared (first use in this function) heavy.c:46: warning: implicit declaration of function ‘SHA256_Update’ heavy.c:48: warning: implicit declaration of function ‘SHA256_Final’ make[2]: *** [minerd-heavy.o] Error 1 make[2]: Leaving directory `/home/Desarrollo01/Documentos/cpuminer-heavycoin-master' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Desarrollo01/Documentos/cpuminer-heavycoin-master' make: *** [all] Error 2
apt-get update
apt-get install build-essential libcurl4-openssl-dev zip
git clone https://github.com/heavycoin/cpuminer-heavycoin
cd cpuminer-heavycoin
./autogen.sh
./configure CFLAGS="-O3"
make
Its run fine for me!
|
|
|
|
6strings
|
|
March 08, 2014, 02:35:12 PM |
|
getting tons of orphans, no blocks yet. but otherwise i think all is well
|
|
|
|
trademark
Legendary
Offline
Activity: 1932
Merit: 1003
|
|
March 08, 2014, 02:35:45 PM |
|
How do I know if I'm mining or not in my wallet? I checked the "Mine Heavycoin" box in options.
|
|
|
|
|
MaGNeT
Legendary
Offline
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
|
|
March 08, 2014, 02:36:40 PM |
|
Yeah, and they had only >3 weeks to prepare themselves.
Didn't I tell you to STFU ? ...or take your Ritalin at least... Lol, and who are you?
|
|
|
|
tinus42
|
|
March 08, 2014, 02:36:54 PM |
|
still waiting for my IPO coins to be sent to my HVC address that I provided via PM
Just be patient. The devs are only human. They must have lots to do right now. Yeah, and they had only >3 weeks to prepare themselves. They said the IPO coins would be paid out after the genesis block was mined. Which has only recently happened.
|
|
|
|
V8x8d
|
|
March 08, 2014, 02:37:13 PM |
|
dev!!!
I think I did mistake.
I just type like this.
importprivkey <my privkey>
but I get no balance for now...
plz answer me.
keccak512 i have the same problem. where is my coin? Did you guys get an error message or did nothing happen at all?
|
|
|
|
EarthcoinMOON
Member
Offline
Activity: 69
Merit: 10
|
|
March 08, 2014, 02:37:40 PM |
|
guys guys !!!
how to run deamon on 13.10 ubuntu? i have already compile it but i dont seem to find heavecoind
|
|
|
|
instacalm
|
|
March 08, 2014, 02:37:43 PM |
|
They said the IPO coins would be paid out after the genesis block was mined. Which has only recently happened.
still waiting for my IPO coins to be sent to my HVC address that I provided via PM
Fire up your debug console and enter: importprivkey YOURPRIVKEYHERE ipo => HVC will appear in your wallet immediately. It does work.
|
|
|
|
srwt
|
|
March 08, 2014, 02:37:45 PM |
|
How do I know if I'm mining or not in my wallet? I checked the "Mine Heavycoin" box in options.
See to the cpu usage, if it's under 100% - it's OK. Still no compiled for windows miner. Share your nodes, guys, that ones at the 1st page are really small amount.
|
|
|
|
yrj
Newbie
Offline
Activity: 20
Merit: 0
|
|
March 08, 2014, 02:37:54 PM |
|
Connection to network fails too often.
|
|
|
|
666try
|
|
March 08, 2014, 02:37:59 PM |
|
dev!!!
I think I did mistake.
I just type like this.
importprivkey <my privkey>
but I get no balance for now...
plz answer me.
close it and run .exe -rescan oh guys!!! good!! thx very much !!!!!!!!! I got my balance. thx!!
|
|
|
|
keccak512 (OP)
|
|
March 08, 2014, 02:38:22 PM |
|
Instamine checklist: - no pools up at launch - no external miner available at launch - trying to look incompetent instead of doing it on purpose - blame it on something technical while you had a month of preparation - instamine Hmm... I do wonder, why people have reported 0 coins in the early blocks (that weren't orphans)? Maybe, just maybe... That's a measure to prevent instamine? This was posted on the website for over two weeks and also on the forum. Heavycoin does not start with a predetermined block reward. The block reward is completely decided by decentralized voting from start to finish. How it works
Intially Heavycoin starts with a zero block reward. The very first miners will have the first opportunity to solve blocks and vote on what the first democratically selected block reward should be. The first 100 blocks (3.3 hours) will decide the starting block reward. From then on, block reward voting will continue, but the votes are counted and averaged every 3600 blocks (5 days).
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
March 08, 2014, 02:38:41 PM |
|
nodes plz
|
|
|
|
otila
|
|
March 08, 2014, 02:38:47 PM |
|
Yes, it's a VM. What to do with this "-lcrypto" ?
You compiling for the first time? Add it to the final link command line, or apply this patch (devs are also compiling for the first time) and run autogen.sh diff --git a/Makefile.am b/Makefile.am index b5b28e3..e69a01b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,6 @@ if ARCH_ARM minerd_SOURCES += sha2-arm.S scrypt-arm.S endif minerd_LDFLAGS = $(PTHREAD_FLAGS) -minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl +minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ -lcrypto minerd_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
|
|
|
pracutian
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 08, 2014, 02:38:56 PM |
|
TO GET HVC from IPO importprivkey <my privkey>
then restart wallet with -rescan heavycoin-qt -rescan
after balance loaded restart again
|
|
|
|
tinstar
Member
Offline
Activity: 84
Merit: 10
|
|
March 08, 2014, 02:39:01 PM |
|
How do I know if I'm mining or not in my wallet? I checked the "Mine Heavycoin" box in options.
Type getmininginfo into: Help-->Debug window-->Console Look for hashespersec should be >0
|
|
|
|
instacalm
|
|
March 08, 2014, 02:39:11 PM |
|
TO GET HVC from IPO importprivkey <my privkey>
then restart wallet with -rescan heavycoin-qt -rescan
after balance loaded restart again
importprivkey YOURPRIVKEYHERE ipo => HVC will appear in your wallet immediately. It does work.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
March 08, 2014, 02:39:20 PM |
|
NODES!!!
|
|
|
|
|