Pages:
Author

Topic: [ANN] Primio ~ Rethinking it | JH Algo (NEW ALGO) | No premine | No IPO - page 5. (Read 16202 times)

hero member
Activity: 490
Merit: 500
thimo the dev
Hi, dev, how can i complie mining tool on ubuntu with a static option, so i can copy the complied file direct to another pc,
i typed this : ./configure CFLAGS="-O3 -static"
but there's an error:
Code:
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... no
configure: error: OpenSSL library required
root@ubuntu-stratum-mining-proxy:~/cpuminer-master#

but if i just type : ./configure CFLAGS="-O3" ,then it's ok
Code:
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.32.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands
root@ubuntu-stratum-mining-proxy:~/cpuminer-master#

what happend to the option:
./configure CFLAGS="-O3 -static"

When you compile staticly your compiler is apparently in need of libcrypto instead of libssl.
legendary
Activity: 1610
Merit: 1008
Forget-about-it


What is net hash at ? how do i check my own hash?
check your hash by typing "getmininginfo" into the console
net hash is an approx of the ammt of hashing based on how quickly blocks are being solved at the current difficulty.  hashes per sec is your hash if your mining in the wallet it would be higher than 0, typing "setgenerate true" will mine on all threads available.  type "setgenerate true 1" for 1 thread or enter any digit to represent how many threads youd like to set.

if your using the standalone miner make sure you have the current version is 1.0.4 on page 2,  youll need to create a primio.conf file in your wallet folder which says
listen=1
server=1
rpcport=
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1

then in the miner folder edit the .bat file to read

minerd -a jh -o 127.0.0.1: -u -p -t <# threads youd like to mine with>

run the .bat and in under a minute youll see thread x, xx hash per second Smiley
full member
Activity: 122
Merit: 100
Hi, dev, how can i complie mining tool on ubuntu with a static option, so i can copy the complied file direct to another pc,
i typed this : ./configure CFLAGS="-O3 -static"
but there's an error:
Code:
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... no
configure: error: OpenSSL library required
root@ubuntu-stratum-mining-proxy:~/cpuminer-master#

but if i just type : ./configure CFLAGS="-O3" ,then it's ok
Code:
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.32.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands
root@ubuntu-stratum-mining-proxy:~/cpuminer-master#

what happend to the option:
./configure CFLAGS="-O3 -static"
hero member
Activity: 490
Merit: 500
thimo the dev
What is net hash at ? how do i check my own hash?
{
"blocks" : 145,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 4.27751466,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 29938267,
"pooledtx" : 0,
"testnet" : false
}
hero member
Activity: 700
Merit: 500
What is net hash at ? how do i check my own hash?
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Can I mine with wallet ?
I see option "mine" there ?
hero member
Activity: 700
Merit: 500
How do i solo mine? someone please help
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
hero member
Activity: 676
Merit: 500
newbie
Activity: 48
Merit: 0
legendary
Activity: 1120
Merit: 1000
How to check current diff?

Go to

Help>Debug Window > Console

then type in getmininginfo
hero member
Activity: 676
Merit: 500
How to check current diff?
hero member
Activity: 490
Merit: 500
thimo the dev
Yeah it's the JH hash function, 1 of the 5 candidates in the SHA-3 contest. Primio utilizes the JH-256 version of it.
JH is not completely new to the cryptocurrency world. Quark, X11 and X13 also utilize it in it's multi algo form.

Thanks, maybe you should add these page into OP to let ppl get familiar with JH

http://ehash.iaik.tugraz.at/wiki/JH
http://www3.ntu.edu.sg/home/wuhj/research/jh/
Good idea, will update it Smiley
sr. member
Activity: 243
Merit: 250
Yeah it's the JH hash function, 1 of the 5 candidates in the SHA-3 contest. Primio utilizes the JH-256 version of it.
JH is not completely new to the cryptocurrency world. Quark, X11 and X13 also utilize it in it's multi algo form.

Thanks, maybe you should add these page into OP to let ppl get familiar with JH

http://ehash.iaik.tugraz.at/wiki/JH
http://www3.ntu.edu.sg/home/wuhj/research/jh/
hero member
Activity: 490
Merit: 500
thimo the dev
is JH related to ypool? Because all their house miner is named jh...

Can you provide more info about this jh algo?

edit: alrgiht, found it here: http://en.wikipedia.org/wiki/JH_(hash_function)
Yeah it's the JH hash function, 1 of the 5 candidates in the SHA-3 contest. Primio utilizes the JH-256 version of it.
JH is not completely new to the cryptocurrency world. Quark, X11 and X13 also utilize it in it's multi algo form.
sr. member
Activity: 406
Merit: 250
Diff is only going up.   Wink
sr. member
Activity: 243
Merit: 250
is JH related to ypool? Because all their house miner is named jh...

Can you provide more info about this jh algo?

edit: alrgiht, found it here: http://en.wikipedia.org/wiki/JH_(hash_function)
hero member
Activity: 490
Merit: 500
thimo the dev
mining about 25 minutes,but got nothing.. why???
Competition my friend Wink
full member
Activity: 140
Merit: 100
who has received blockreward?? Sad
full member
Activity: 140
Merit: 100
mining about 25 minutes,but got nothing.. why???
Pages:
Jump to: