Author

Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌ - page 817. (Read 923760 times)

legendary
Activity: 2660
Merit: 1240
And here is the miner:

https://github.com/ocminer/cpuminer-hmq1725

Use with:

./cpuminer -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory
 #include "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h"


Hmm weird, maybe you can get that include from here:

https://github.com/tpruvot/cpuminer-multi

I just cloned the repo and made changes .. I probably picked the linux branch, you want the full includes from the windows branch

its strage i compiled it for ubuntu..hmmm


open the "Makefile" and search for "LDADD", change:

LDADD =  -L/usr/lib/x86_64-linux-gnu -lcurl -ljansson -lpthread -lssl -lcrypto


EDIT:

Actually this should also work on Linux:

./autogen.sh && ./configure --with-curl --with-crypto CFLAGS="-march=native" && make clean && make -j2

still same error...have the other cpu miner running...same version only missing algos..but dont know how to add

I've pushed that curl stuff to the repo now, if you reclone it should compile fine
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
@ocminer,

I can spin up a brand new VM (virtual machine). What linux distro would you recommend? Debian?

This is just for cpu mining this particular coin. I would appreciate some sort of step-by-step instructions. (I'll be using Hyper-V)

The host machine is my own, not on some cloud.
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
http://imgur.com/qIgBD21

i got that just now ocminer what do?

got it a second time

Use the built in wallet miner if you'd like that is the only one that we KNOW works.
We have NOT built a GPU or an external CPU miner so we cannot garaunty any 3rd party functionality in such
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
Also please add this node as well to help (OP has been updated, we are launching nodes like crazy stand by for stabilization of the network!

addnode 70.214.43.97:22447 add

and the other one in case anyone missed it

addnode 159.203.12.73:22447 add
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
Okay guys, new node please connect to it if you are having connection issues, another will follow shortly.

addnode 159.203.12.73:22447 add
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
And here is the miner:

https://github.com/ocminer/cpuminer-hmq1725

Use with:

./cpuminer -a quark -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

Changed this to reflect -a quark instead of -a hmq1725

Updated github of the miner too.

no shares yet 8 blocks now
legendary
Activity: 2660
Merit: 1240
the command provided does not work for windows pool mining

Which error do you get ?
it says its not a valid algo. someone please upload the windows wallet somewhere fast

Hmm, ok, try -a quark instead of hmq1725 - i've hacked/re-used quark as a template
it seems to be working ok now using quark. is quark correct?

It's not the real quark algo, but I've used "quark" in the cpu-miner as a template for the new algo, so you're hashing with hmq1725 when you set -a quark.

As long as you get accepted shares it's all good.



no shares yet 6 blocks now

Try to recompile - i've changed it back to  -a quark in the miner
legendary
Activity: 2660
Merit: 1240
And here is the miner:

https://github.com/ocminer/cpuminer-hmq1725

Use with:

./cpuminer -a quark -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

Changed this to reflect -a quark instead of -a hmq1725

Updated github of the miner too.
legendary
Activity: 2660
Merit: 1240
the command provided does not work for windows pool mining

Which error do you get ?
it says its not a valid algo. someone please upload the windows wallet somewhere fast

Hmm, ok, try -a quark instead of hmq1725 - i've hacked/re-used quark as a template
it seems to be working ok now using quark. is quark correct?

It's not the real quark algo, but I've used "quark" in the cpu-miner as a template for the new algo, so you're hashing with hmq1725 when you set -a quark.

As long as you get accepted shares it's all good.

legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
the command provided does not work for windows pool mining

Which error do you get ?
it says its not a valid algo. someone please upload the windows wallet somewhere fast

Hmm, ok, try -a quark instead of hmq1725 - i've hacked/re-used quark as a template
it seems to be working ok now using quark. is quark correct?
legendary
Activity: 1302
Merit: 1001
And here is the miner:

https://github.com/ocminer/cpuminer-hmq1725

Use with:

./cpuminer -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory
 #include "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h"


Hmm weird, maybe you can get that include from here:

https://github.com/tpruvot/cpuminer-multi

I just cloned the repo and made changes .. I probably picked the linux branch, you want the full includes from the windows branch

its strage i compiled it for ubuntu..hmmm


open the "Makefile" and search for "LDADD", change:

LDADD =  -L/usr/lib/x86_64-linux-gnu -lcurl -ljansson -lpthread -lssl -lcrypto


EDIT:

Actually this should also work on Linux:

./autogen.sh && ./configure --with-curl --with-crypto CFLAGS="-march=native" && make clean && make -j2

still same error...have the other cpu miner running...same version only missing algos..but dont know how to add
legendary
Activity: 2660
Merit: 1240
the command provided does not work for windows pool mining

Which error do you get ?
it says its not a valid algo. someone please upload the windows wallet somewhere fast

Hmm, ok, try -a quark instead of hmq1725 - i've hacked/re-used quark as a template
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
the command provided does not work for windows pool mining

Which error do you get ?
it says its not a valid algo. someone please upload the windows wallet somewhere fast
hero member
Activity: 661
Merit: 500
Guess im wallet mining until someone makes the exe!

Wahoo first stake !
legendary
Activity: 2660
Merit: 1240
the command provided does not work for windows pool mining

Which error do you get ?
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
any nodes!?

By the way Cpuminer dosen't work on WIndows with HMQ1725 !?

someone needs to compile the exe for us Cheesy
sr. member
Activity: 416
Merit: 250
any nodes!?

By the way Cpuminer dosen't work on WIndows with HMQ1725 !?
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
the command provided does not work for windows pool mining
legendary
Activity: 2660
Merit: 1240
And here is the miner:

https://github.com/ocminer/cpuminer-hmq1725

Use with:

./cpuminer -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3451 -u suprnova.1 -p x

You can also solo-mine to your wallet.

And I want to be honest: The probability there is already a GPU miner is pretty high, I've checked the algos and there are already modules for Nvidia/AMD for them, so somebody just has to "rework" the quark algo in ccminer/sgminer, chain the correct modules and "voilla"...

fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory
 #include "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h"


Hmm weird, maybe you can get that include from here:

https://github.com/tpruvot/cpuminer-multi

I just cloned the repo and made changes .. I probably picked the linux branch, you want the full includes from the windows branch

its strage i compiled it for ubuntu..hmmm


open the "Makefile" and search for "LDADD", change:

LDADD =  -L/usr/lib/x86_64-linux-gnu -lcurl -ljansson -lpthread -lssl -lcrypto


EDIT:

Actually this should also work on Linux:

./autogen.sh && ./configure --with-curl --with-crypto CFLAGS="-march=native" && make clean && make -j2
Jump to: