Author

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

legendary
Activity: 2688
Merit: 1240
so whats going on with ocminers pool? we need windows exe Cheesy

There seems to be an error somewhere in the algo:

https://github.com/ocminer/cpuminer-hmq1725/blob/master/algo/hmq1725.c

https://github.com/CryptoCoderz/Espers/blob/master/src/hashblock.h

I cannot seem to find the difference, it should be working ok, but it isn't - the daemon isn't currently accepting blocks found by the external miner.
legendary
Activity: 896
Merit: 1001
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"...

Ya think?

New algo normally = private miner
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
so whats going on with ocminers pool? we need windows exe Cheesy
sr. member
Activity: 406
Merit: 250
I Shall Rise Again From The Ashes Of My Failures.
if you are having trouble mining all you have to do is go to the wallet, click help in the upper-left corner, click debug and type in;

setgenerate true

this will activate all cores of your CPU,
or you can enter;

setgenerate true X

(x) being the number of cores you want your cpu to dedicate.

to stop mining type

setgenerate false

hope this clears up any confusion.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Then my CPU sucks. hehehe.. I'll put in 32 and see... well, that didn't change anything.

No biggie, it's a 5 year old CPU.
legendary
Activity: 1302
Merit: 1001
I have found some blocks. But now diff is a bit high for my CPU.
What's your CPU? I'm not sure, but it seems the built-in cpu miner is single threaded. So in order to get more threads or cores of your CPU to work, you'd have to have more wallets running. Or make a bunch of VMs with 1 core each and have a wallet running in each.



You could just go into the rpc console and type "setgenerate true 4" (replace the 4 with how many threads your cpu has)

setgenerate true -1 takes all cores
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
I have found some blocks. But now diff is a bit high for my CPU.
What's your CPU? I'm not sure, but it seems the built-in cpu miner is single threaded. So in order to get more threads or cores of your CPU to work, you'd have to have more wallets running. Or make a bunch of VMs with 1 core each and have a wallet running in each.



You could just go into the rpc console and type "setgenerate true 4" (replace the 4 with how many threads your cpu has)
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
Ok, I think my CPUs suck. heheheh... Will mine for a few days, see if I get a block or two.
legendary
Activity: 2688
Merit: 1240
Seems there is something wrong with the miner currently, i'm stopping the pool, debugging and letting you know asap
legendary
Activity: 1302
Merit: 1001
I have found some blocks. But now diff is a bit high for my CPU.
What's your CPU? I'm not sure, but it seems the built-in cpu miner is single threaded. So in order to get more threads or cores of your CPU to work, you'd have to have more wallets running. Or make a bunch of VMs with 1 core each and have a wallet running in each.

setgenerate true -1
my wallet worked with all cores

still no blocks on suprnova
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
I have found some blocks. But now diff is a bit high for my CPU.
What's your CPU? I'm not sure, but it seems the built-in cpu miner is single threaded. So in order to get more threads or cores of your CPU to work, you'd have to have more wallets running. Or make a bunch of VMs with 1 core each and have a wallet running in each.

*edit* I could be mistaken. Maybe my CPU sucks.
legendary
Activity: 1302
Merit: 1001
everything working

accepted shares Smiley

What distro are you using? I'm setting up bare bones debian jesse in a bit, unless you recommend another distro, I'll go grab one and play with it.

its just a ubuntu vps that i have Smiley

clone from github again and compile...maybe than it will work
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
everything working

accepted shares Smiley

What distro are you using? I'm setting up bare bones debian jesse in a bit, unless you recommend another distro, I'll go grab one and play with it.
legendary
Activity: 2688
Merit: 1240
im on windows and i downloaded the binaries here https://github.com/tpruvot/cpuminer-multi/releases

yeah well thats not my repo, thats the original repo without the modded quark algo
hero member
Activity: 1036
Merit: 506
Coderz of the Crypto variety
legendary
Activity: 1302
Merit: 1001
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
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

I've pushed that curl stuff to the repo now, if you reclone it should compile fine

ur my man

everything working

accepted shares Smiley
legendary
Activity: 2688
Merit: 1240
http://imgur.com/qIgBD21

i got that just now ocminer what do?

got it a second time

yeah it's using the wrong algo.

Delete the repo, and refetch from my github here:

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

then you can use:

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

which should work fine now
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
upload the wallet to mega. cannot download its very very slow

Please stand by, adding to mega.
Jump to: