Author

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

hero member
Activity: 784
Merit: 501

How do I know if I'm mining or not in my wallet?  I checked the "Mine Heavycoin" box in options.


Go to the debugwindow under Help and click on the Console tab.

Type getmininginfo and press enter.

You should get a display like this:

{
"blocks" : 127,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 2.67442252,
"reward" : 657,
"vote" : 1,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 4448,
"pooledtx" : 0,
"testnet" : false
}

If you see "generate" : true," you are solo mining.

From the same console you can activate solo mining by typing

setgenerate -1

to solo mine with all the processor cores in your computer.

If you only want to mine with 2 cores you can type

setgenerate 2

If you want to stop solo mining type

setgenerate false

You can check the mining operation by going to the Information tab of the Debug window and open the Debug log file with the first button on the bottom (Open).
sr. member
Activity: 364
Merit: 250
procedure 2 i send u HVC address please check and send me coin!
sr. member
Activity: 686
Merit: 252
www.cd3d.app
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 rescan=true

=> HVC will appear in your wallet immediately. It does work.

before your instruction i already implemented improtprivkey  but with out rescan=true.

now i am trying as you told, erro like this


Error adding key to wallet (code -4)
full member
Activity: 140
Merit: 100
HuhHuhHuhHuhHuh


/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" ?
sr. member
Activity: 288
Merit: 253
Windows: I can confirm importing private key from IPO worked.  Wallet synced and mining, but no blocks so far for me...

blocks" : 127,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 2.67442252,
"reward" : 657,
"vote" : 512,
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"hashespersec" : 16576,
"pooledtx" : 0,
"testnet" : false

Going to try to compile on Linux now

IPO went well, coins are in the wallet, everything is GOOD!  Great coin!
sr. member
Activity: 434
Merit: 250
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!

Tnks Solved using centos
Code:
 yum install openssl-devel
full member
Activity: 131
Merit: 100
NODES!!!

addnode=172.245.221.171
addnode=94.102.53.183
addnode=76.10.203.44
addnode=61.156.57.71
addnode=172.246.113.106
addnode=117.27.110.138
addnode=54.186.44.85
addnode=125.79.96.236
addnode=198.52.200.43
addnode=node01.heavycoin.cc
legendary
Activity: 1092
Merit: 1000
nodes not working, post more nodes people or we will have forks!!
newbie
Activity: 22
Merit: 0
Mac OS X Wallet indeed broken (missing dependencies)

Should be fixed ASAP

YES PLEASE FIX MAC WALLET
full member
Activity: 210
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

For procedure 1 IPO stakeholders only, there is a mini-tutorial here: https://bitcointalksearch.org/topic/m.5198367
sr. member
Activity: 288
Merit: 253
Remember to vote after you get your miners fired up:

https://www.mintpal.com/voting
sr. member
Activity: 322
Merit: 250
My wallet can't connect to network. Any other node can be added?
sr. member
Activity: 350
Merit: 250
0 active connections on Heavycoin network.
newbie
Activity: 58
Merit: 0
Windows: I can confirm importing private key from IPO worked.  Wallet synced and mining, but no blocks so far for me...

blocks" : 127,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 2.67442252,
"reward" : 657,
"vote" : 512,
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"hashespersec" : 16576,
"pooledtx" : 0,
"testnet" : false

Going to try to compile on Linux now
newbie
Activity: 43
Merit: 0
try adding 76.10.203.44:7203
hero member
Activity: 798
Merit: 500
NODES!!!

Code:
addnode=172.245.221.171
addnode=94.102.53.183
addnode=198.52.200.43
addnode=node01.heavycoin.cc
hero member
Activity: 798
Merit: 500
Mac OS X Wallet indeed broken (missing dependencies)

Should be fixed ASAP
legendary
Activity: 1092
Merit: 1000
hero member
Activity: 798
Merit: 500
TO GET HVC from IPO
importprivkey

then restart wallet with -rescan
heavycoin-qt -rescan

after balance loaded
restart again

Code:
importprivkey YOURPRIVKEYHERE ipo

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

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
Jump to: