Author

Topic: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast - page 292. (Read 542277 times)

newbie
Activity: 28
Merit: 0
TO GET HVC from IPO
importprivkey

then restart wallet with -rescan
heavycoin-qt -rescan

after balance loaded
restart again
sr. member
Activity: 336
Merit: 250
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

Code:
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@
 
legendary
Activity: 3248
Merit: 1070
full member
Activity: 210
Merit: 100
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.

Quote
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).
full member
Activity: 157
Merit: 100
dev!!!

I think I did mistake.

I just type like this.

importprivkey

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!! Smiley Smiley Smiley
yrj
newbie
Activity: 20
Merit: 0
Connection to network fails too often.  Sad
full member
Activity: 123
Merit: 100

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.
hero member
Activity: 798
Merit: 500
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:

Code:
importprivkey YOURPRIVKEYHERE ipo

=> HVC will appear in your wallet immediately. It does work.
member
Activity: 69
Merit: 10
guys guys !!!

how to run deamon on 13.10 ubuntu? i have already compile it but i dont seem to find  heavecoind
full member
Activity: 212
Merit: 101
dev!!!

I think I did mistake.

I just type like this.

importprivkey

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?
hero member
Activity: 784
Merit: 501
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.
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Yeah, and they had only >3 weeks to prepare themselves.

Didn't I tell you to STFU ?    Kiss

...or take your Ritalin at least...

Lol, and who are you?
legendary
Activity: 1428
Merit: 1001
getmonero.org
legendary
Activity: 1932
Merit: 1003

How do I know if I'm mining or not in my wallet?  I checked the "Mine Heavycoin" box in options.
sr. member
Activity: 441
Merit: 250
getting tons of orphans, no blocks yet.
but otherwise i think all is well
full member
Activity: 131
Merit: 100
Cpu miner sources

https://github.com/heavycoin/cpuminer-heavycoin

but i can not compile it


Code:
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


Code:
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!
sr. member
Activity: 686
Merit: 252
www.cd3d.app
dev!!!

I think I did mistake.

I just type like this.

importprivkey

but I get no balance for now...

plz answer me.

keccak512

i have the same problem. where is my coin?
hero member
Activity: 822
Merit: 1002

/usr/bin/ld: minerd-heavy.o: undefined reference to symbol 'SHA256_Init@@OPENSSL_1.0.0'
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line

How hard can it be? -lcrypto

EDIT: you compiling as root?!? hopefully in virtual machine?
Yes, it's a VM.
What to do with this "-lcrypto" ?
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
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.
full member
Activity: 140
Merit: 100
Me too  Huh

I'm getting while when trying to compile the miner on ubuntu:

Code:
gcc -std=gnu99  -O3 -pthread  -o minerd minerd-cpu-miner.o minerd-util.o minerd-sha2.o minerd-scrypt.o minerd-keccak.o minerd-groestl.o minerd-blake.o minerd-hefty1.o minerd-heavy.o  minerd-sha2-x64.o minerd-scrypt-x64.o  -L/usr/lib/x86_64-linux-gnu -lcurl compat/jansson/libjansson.a -lpthread  -lssl
/usr/bin/ld: minerd-heavy.o: undefined reference to symbol 'SHA256_Init@@OPENSSL_1.0.0'
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [minerd] Error 1
make[2]: Leaving directory `/root/cpuminer-heavycoin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cpuminer-heavycoin'
make: *** [all] Error 2

Any advice?
Jump to: