importprivkey
then restart wallet with -rescan
heavycoin-qt -rescan
after balance loaded
restart again
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
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@
importprivkey YOURPRIVKEYHERE ipo
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