Pages:
Author

Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot) - page 38. (Read 500113 times)

legendary
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
I'm new to this mining thing, but i didn't think it was possible to mine Equihash (zcash, zen, zclassic) with this miner? If  incorrect I could use some help with the bat file, because I cant get it to work.
It is possible......... use .........  ccminer.exe -a equihash ..........
Although the hashrate for this algo is less in ccminer....compared to alternative miners available with 2% devfee.

Consider excavator, nicehash has done a really good job with this miner after all that dev work.  Not sure if you can mine anywhere but nicehash to be honest, but there is no fee as far as i'm aware and factoring in fees I see about the same speed.
member
Activity: 102
Merit: 11
I'm new to this mining thing, but i didn't think it was possible to mine Equihash (zcash, zen, zclassic) with this miner? If  incorrect I could use some help with the bat file, because I cant get it to work.
It is possible......... use .........  ccminer.exe -a equihash ..........
Although the hashrate for this algo is less in ccminer....compared to alternative miners available with 2% devfee.
newbie
Activity: 23
Merit: 0
I'm new to this mining thing, but i didn't think it was possible to mine Equihash (zcash, zen, zclassic) with this miner? If  incorrect I could use some help with the bat file, because I cant get it to work.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
multiplier is just a setting for the com between the pool and the miner.. nothing related to coin diff
newbie
Activity: 7
Merit: 0
I am a pool operator, and found that there is difficulty multiplier set for different algos in ccminer, may I know what is the reason behind that?

weird question from a pool operator.
a multiplier is applied to stratum diff and may be different from coin to coin.
it's been like that for ages.
usually, a multiplier is set for a hashing algo when the first stratum implementation is made.
it's just a way to allow much easier shares for slow miners (compared to net hashrate).

The difficulty showing in the coin daemon(i.e.,  MaxCoin- Keccak, Digibyte - Scrypt) isn't multiplied. If we apply multiplier there, the difficulty showing in stratum will not be the same as what reporting from the daemon. So we haven't set the multiplier in the stratum pool and that works fine in sgminer. But for ccminer, there is a default multiplier for Keccak. Our pool give 1024 pool difficulty to the miner and ccminer will submit all shares which has difficulty >8. And so the reject rate showing is >99%. If I set multiplier = 128 in the pool for Keccak which is the same as ccminer, this will cause sgminer not submitting shares as it is too difficult for them. Moreover, it may also cause the pool difficulty (~128000) will be larger than network difficulty (~1000).
member
Activity: 99
Merit: 10
Here is a feature request, please consider adding a ping display to the current pool. Either by running a ping periodically or how long it takes for queries back and forth. This would be very helpful for diagnosing the health of the pool you're connected to.

You can access ping through ccminer api
legendary
Activity: 1750
Merit: 1024
Here is a feature request, please consider adding a ping display to the current pool. Either by running a ping periodically or how long it takes for queries back and forth. This would be very helpful for diagnosing the health of the pool you're connected to.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I am a pool operator, and found that there is difficulty multiplier set for different algos in ccminer, may I know what is the reason behind that?

weird question from a pool operator.
a multiplier is applied to stratum diff and may be different from coin to coin.
it's been like that for ages.
usually, a multiplier is set for a hashing algo when the first stratum implementation is made.
it's just a way to allow much easier shares for slow miners (compared to net hashrate).
member
Activity: 99
Merit: 10
Epsylon3, do you plan to activate yiimp api?
newbie
Activity: 7
Merit: 0
I am a pool operator, and found that there is difficulty multiplier set for different algos in ccminer, may I know what is the reason behind that?

Code:
switch (opt_algo) {
case ALGO_HMQ1725:
case ALGO_JACKPOT:
case ALGO_JHA:
case ALGO_NEOSCRYPT:
case ALGO_SCRYPT:
case ALGO_SCRYPT_JANE:
work_set_target(work, sctx->job.diff / (65536.0 * opt_difficulty));
break;
case ALGO_DMD_GR:
case ALGO_FRESH:
case ALGO_FUGUE256:
case ALGO_GROESTL:
case ALGO_LBRY:
case ALGO_LYRA2v2:
case ALGO_LYRA2Z:
case ALGO_TIMETRAVEL:
case ALGO_BITCORE:
work_set_target(work, sctx->job.diff / (256.0 * opt_difficulty));
break;
case ALGO_KECCAK:
case ALGO_LYRA2:
work_set_target(work, sctx->job.diff / (128.0 * opt_difficulty));
break;
case ALGO_EQUIHASH:
equi_work_set_target(work, sctx->job.diff / opt_difficulty);
break;
default:
work_set_target(work, sctx->job.diff / opt_difficulty);
}
newbie
Activity: 56
Merit: 0

Who can tell me how to set the candidate POOL
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
sigh.... if you want to mine an old algo with an old gpu, so use an old version... they are still on github
newbie
Activity: 3
Merit: 0
hi
it works for while
then i get this
algo=scrypt
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 419)
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 420)
[2017-10-17 00:38:48] GPU #0: CUDA error `unspecified launch failure` while waiting the kernel.

i got gtx 970 thanks

Try turning your overclock down
that didn't help
it crashes sooner or later
newbie
Activity: 3
Merit: 0
hi
it works for while
then i get this
algo=scrypt
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 419)
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 420)
[2017-10-17 00:38:48] GPU #0: CUDA error `unspecified launch failure` while waiting the kernel.

i got gtx 970 thanks

Try turning your overclock down
my card is not overclocked yet but I can try to lower it down
full member
Activity: 245
Merit: 105
hi
it works for while
then i get this
algo=scrypt
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 419)
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 420)
[2017-10-17 00:38:48] GPU #0: CUDA error `unspecified launch failure` while waiting the kernel.

i got gtx 970 thanks

Try turning your overclock down
newbie
Activity: 3
Merit: 0
hi
it works for while
then i get this
algo=scrypt
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 419)
[2017-10-17 00:38:48] GPU #0: cudaError 4 (unspecified launch failure) (sha256.cu line 420)
[2017-10-17 00:38:48] GPU #0: CUDA error `unspecified launch failure` while waiting the kernel.

i got gtx 970 thanks
newbie
Activity: 2
Merit: 0
Did you enter your wallet address or did you leave it as shown above? "<>" needs to be replaced with your Zcash wallet address in order for it to work.

sure, I entered my wallet address
sr. member
Activity: 1246
Merit: 274
hi everyone
could you please help me to fix my config file for ZCash
cannot find good example yet for nanopool...

here is the error I get
Quote
[2017-10-17 00:35:29] Unsupported extranonce size of 16 (12 maxi)
[2017-10-17 00:35:29] Stratum subscribe answer id is not correct!
[2017-10-17 00:35:29] JSON-RPC call failed: (unknown reason)
[2017-10-17 00:35:29] ...retry after 30 seconds
[2017-10-17 00:35:32] API bind to port 4068 failed - using port 4070


my config looks like this
Code:
ccminer-x64 -a equihash -o stratum+tcp://zec-eu1.nanopool.org:6666 -u <>  -p x 
pause

Thanks!

Did you enter your wallet address or did you leave it as shown above? "<>" needs to be replaced with your Zcash wallet address in order for it to work.
newbie
Activity: 2
Merit: 0
hi everyone
could you please help me to fix my config file for ZCash
cannot find good example yet for nanopool...

here is the error I get
Quote
[2017-10-17 00:35:29] Unsupported extranonce size of 16 (12 maxi)
[2017-10-17 00:35:29] Stratum subscribe answer id is not correct!
[2017-10-17 00:35:29] JSON-RPC call failed: (unknown reason)
[2017-10-17 00:35:29] ...retry after 30 seconds
[2017-10-17 00:35:32] API bind to port 4068 failed - using port 4070


my config looks like this
Code:
ccminer-x64 -a equihash -o stratum+tcp://zec-eu1.nanopool.org:6666 -u <>  -p x 
pause

Thanks!
newbie
Activity: 2
Merit: 0
Welcome

I did it, but I got 6.4 Mh/s with 970 gtx, how can I boost it?

Thank You
Pages:
Jump to: