itsik78
|
|
March 09, 2014, 01:02:13 PM |
|
Hey, HVC question: Trying to compile the custom minerd. Apt-got all needed libraries and I get this: /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
Any idea what I need to do? Thanks Do you have libssl-dev installed? Fixed it by adding these 2 lines to configure.ac: AC_CHECK_LIB([ssl],[SSL_library_init], [], [AC_MSG_ERROR([OpenSSL library required])]) AC_CHECK_LIB([crypto],[EVP_DigestFinal_ex], [], [AC_MSG_ERROR([OpenSSL library required])])
|
|
|
|
reorder
|
|
March 09, 2014, 01:02:31 PM |
|
Howdy Can anyone help me, i use ubuntu 13.10 i run with no problems the AUR & MAX pools with CPU miner, but when it try 2 run for the HVC pool i can not make the fricking run.... this is what i did mkdir heavy git clone https://github.com/1gh/cpuminer-heavycoin.gitcd heavy cd cpuminer-heavycoin ./autogen.sh ./configure CFLAGS "=-03" And than Make but the make command does work here i have all dependencies install so no probleme there It should be ' ./configure CFLAGS="-O3" ' instead (please also note the O3 is not zero-3, but big O-3)
|
|
|
|
bitmonster
Full Member
Offline
Activity: 129
Merit: 100
@cryptominer
|
|
March 09, 2014, 01:15:48 PM |
|
thanks men, that was the problem dumm of me it is O not zero
|
|
|
|
bitmonster
Full Member
Offline
Activity: 129
Merit: 100
@cryptominer
|
|
March 09, 2014, 01:20:01 PM |
|
Now it is mining but i have only rejected ones + Warning: Your block reward vote (1024) exceeds the maxvote reported by the pool (0).
Any one with the same problem?
|
|
|
|
1gh (OP)
Jr. Member
Offline
Activity: 46
Merit: 4
|
|
March 09, 2014, 01:33:35 PM |
|
Now it is mining but i have only rejected ones + Warning: Your block reward vote (1024) exceeds the maxvote reported by the pool (0).
Any one with the same problem?
Double-check that: 1. You compiled cpuminer from https://github.com/1gh/cpuminer-heavycoin2. Connection string is: ./minerd -a heavy -v VOTE -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
|
|
|
|
1gh (OP)
Jr. Member
Offline
Activity: 46
Merit: 4
|
|
March 09, 2014, 01:38:25 PM |
|
Fixed it by adding these 2 lines to configure.ac: AC_CHECK_LIB([ssl],[SSL_library_init], [], [AC_MSG_ERROR([OpenSSL library required])]) AC_CHECK_LIB([crypto],[EVP_DigestFinal_ex], [], [AC_MSG_ERROR([OpenSSL library required])]) Thanks!
|
|
|
|
bitmonster
Full Member
Offline
Activity: 129
Merit: 100
@cryptominer
|
|
March 09, 2014, 01:41:57 PM |
|
by change from 1024 with the word VOTE i don't receive any warning any more, but there are not accepted blocks, 0/25 (0.00%) 35.10 khash/s (boooo) no (yaaa)
what could be the problem?
|
|
|
|
1gh (OP)
Jr. Member
Offline
Activity: 46
Merit: 4
|
|
March 09, 2014, 01:58:48 PM Last edit: March 12, 2014, 08:31:55 PM by 1gh |
|
by change from 1024 with the word VOTE i don't receive any warning any more, but there are not accepted blocks, 0/25 (0.00%) 35.10 khash/s (boooo) no (yaaa)
what could be the problem?
VOTE is a number (0-1024). You are using a wrong cpuminer. Delete the directory, redownload the miner from our repository and compile it again: sudo apt-get install libcurl4-openssl-dev libtool autoconf build-essential git clone https://github.com/1gh/cpuminer-heavycoin 1ghminer cd 1ghminer ./autogen.sh ./configure CFLAGS="-O3" (or ./configure CFLAGS="-O3 -march=native" for the best performance) make ./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
|
|
|
|
Wh1teKn1ght
|
|
March 09, 2014, 07:23:52 PM |
|
your custom minerd doesnt do anything when I run it...however when i run the 2.2.3 latest version of cpuminer, the minerd works fine. What's up with your custom version? even when i just try run minerd.exe i get a blank window...this doesnt happen with the 2.2.3 version...i at least get a help window that comes up with that version.
|
|
|
|
reorder
|
|
March 09, 2014, 08:08:23 PM |
|
your custom minerd doesnt do anything when I run it...however when i run the 2.2.3 latest version of cpuminer, the minerd works fine. What's up with your custom version? even when i just try run minerd.exe i get a blank window...this doesnt happen with the 2.2.3 version...i at least get a help window that comes up with that version.
Do you run the right version for your system (32 or 64-bit)? Besides, antivirus may be blocking it, please try adding it to exceptions or running with antivirus disabled.
|
|
|
|
Wh1teKn1ght
|
|
March 10, 2014, 03:46:43 AM |
|
your custom minerd doesnt do anything when I run it...however when i run the 2.2.3 latest version of cpuminer, the minerd works fine. What's up with your custom version? even when i just try run minerd.exe i get a blank window...this doesnt happen with the 2.2.3 version...i at least get a help window that comes up with that version.
Do you run the right version for your system (32 or 64-bit)? Besides, antivirus may be blocking it, please try adding it to exceptions or running with antivirus disabled. yeah, tried running the 32-bit version, didn't help with the AV disabled. thanks for the suggestion though!
|
|
|
|
Afromiffo
Newbie
Offline
Activity: 9
Merit: 0
|
|
March 10, 2014, 04:23:54 PM |
|
Im trying to mine on this pool but i get this error
Stratum connection failed: Connection timed out after 30001 milliseconds
Anyone knows why? ive tried both servers but its the same
|
|
|
|
reorder
|
|
March 10, 2014, 04:27:04 PM |
|
Im trying to mine on this pool but i get this error
Stratum connection failed: Connection timed out after 30001 milliseconds
Anyone knows why? ive tried both servers but its the same
What is your miner commandline?
|
|
|
|
Afromiffo
Newbie
Offline
Activity: 9
Merit: 0
|
|
March 10, 2014, 05:38:03 PM |
|
Im trying to mine on this pool but i get this error
Stratum connection failed: Connection timed out after 30001 milliseconds
Anyone knows why? ive tried both servers but its the same
What is your miner commandline? ./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u MYWALLETADRESS -p x
|
|
|
|
reorder
|
|
March 10, 2014, 05:40:57 PM |
|
Im trying to mine on this pool but i get this error
Stratum connection failed: Connection timed out after 30001 milliseconds
Anyone knows why? ive tried both servers but its the same
What is your miner commandline? ./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u MYWALLETADRESS -p x This looks valid, can you ping the hvcpool.1gh.com? Because no connectivity problems registered on the server side lately. Please also try using hvcpool2.1gh.com if hvcpool.1gh.com does not work.
|
|
|
|
xinshiji168
Newbie
Offline
Activity: 8
Merit: 0
|
|
March 11, 2014, 03:56:53 AM |
|
what's the difference -v 512 and -v 1024?
|
|
|
|
1gh (OP)
Jr. Member
Offline
Activity: 46
Merit: 4
|
|
March 11, 2014, 07:18:29 AM |
|
what's the difference -v 512 and -v 1024?
It's a block reward vote. 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).
Heavycoin is configured to mine and vote by default, with a default vote of 512 HVC. If you want to change your block reward vote then see How to vote and RPC voting. Otherwise, to disable voting then see How to mine. When mining is enabled, every time you mine a block your wallet will automatically cast a block reward vote. The Heavycoin network automatically averages these votes every 5 days (3600 blocks) and sets the new block reward accordingly. The block reward is the average of all 3600 votes over the previous voting period rounded to the nearest integer.
|
|
|
|
DarkAGeS
|
|
March 12, 2014, 08:54:04 AM |
|
can minerd for HVC be compilled and work on freebsd?
|
|
|
|
1gh (OP)
Jr. Member
Offline
Activity: 46
Merit: 4
|
|
March 12, 2014, 01:23:53 PM |
|
can minerd for HVC be compilled and work on freebsd?
Yes, of course: cd /usr/ports/ftp/curl make install clean BATCH=yes cd /usr/ports/devel/git make install clean BATCH=yes cd /usr/ports/devel/autotools make install clean BATCH=yes cd /usr/ports/devel/libtool make install clean BATCH=yes
cd ~ git clone https://github.com/1gh/cpuminer-heavycoin 1gh-hvc-cpuminer cd 1gh-hvc-cpuminer ./autogen.sh ./configure CFLAGS="-O3 -march=native" make
./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
|
|
|
|
goodluck0319
|
|
March 13, 2014, 03:38:55 AM |
|
how many coins per day for i7 4770k?
|
|
|
|
|