Bitcoin Forum
April 16, 2024, 10:37:51 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 »
  Print  
Author Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)  (Read 499986 times)
groove_master
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 03, 2018, 03:43:05 AM
 #3161

I tried running the ccminer x64 for equihash, and the max gpu load was 90-91%. Is it not really compatible yet, or I need to add some tweaks into the .bat file?

The intensity setting doesn't seem to work.
1713263871
Hero Member
*
Offline Offline

Posts: 1713263871

View Profile Personal Message (Offline)

Ignore
1713263871
Reply with quote  #2

1713263871
Report to moderator
1713263871
Hero Member
*
Offline Offline

Posts: 1713263871

View Profile Personal Message (Offline)

Ignore
1713263871
Reply with quote  #2

1713263871
Report to moderator
1713263871
Hero Member
*
Offline Offline

Posts: 1713263871

View Profile Personal Message (Offline)

Ignore
1713263871
Reply with quote  #2

1713263871
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713263871
Hero Member
*
Offline Offline

Posts: 1713263871

View Profile Personal Message (Offline)

Ignore
1713263871
Reply with quote  #2

1713263871
Report to moderator
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
February 03, 2018, 03:45:38 AM
 #3162

I tried running the ccminer x64 for equihash, and the max gpu load was 90-91%. Is it not really compatible yet, or I need to add some tweaks into the .bat file?
Ccminer is unoptimized for Equihash.
groove_master
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 03, 2018, 04:09:52 AM
 #3163

I tried running the ccminer x64 for equihash, and the max gpu load was 90-91%. Is it not really compatible yet, or I need to add some tweaks into the .bat file?
Ccminer is unoptimized for Equihash.
That's what I thought, thanks.
santan
Member
**
Offline Offline

Activity: 102
Merit: 11


View Profile
February 03, 2018, 10:12:38 AM
 #3164

I tried running the ccminer x64 for equihash, and the max gpu load was 90-91%. Is it not really compatible yet, or I need to add some tweaks into the .bat file?
Ccminer is unoptimized for Equihash.

Try the switch .............   -t 2 ......  if you have 1 card
 or multiply by 2 with the total number of cards in your rig.... to have double thread ..... like .... -t 8.... for a rig with 4 gpu.
Most likely all the miners are using this approach inside.....
santan
Member
**
Offline Offline

Activity: 102
Merit: 11


View Profile
February 04, 2018, 01:52:48 PM
Last edit: February 05, 2018, 06:25:52 AM by santan
 #3165

@Epsylon3 .. @pallas........Or Anybody else, please help me .........

I wanted to add share info into a file (only for the submitted shares)......... Currently i succeeded to write the share diff only into a file.
How can we add.......  blockheader info too.... or their individual parts, ....

sctx->xnonce1, sctx->xnonce2, merkle_root, work->nonces, sctx->job.coinbase, sctx->job.ntime, sctx->job.prevhash...... into the output file...

Code:
//===Util.cpp=======================================
void filelog(FILE *file1, const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
char *f; const time_t now = time(NULL);
struct tm tm;
localtime_r(&now, &tm);
f = (char*)alloca(40 + (int)strlen(fmt) + 2);
sprintf(f, "[%d-%02d-%02d %02d:%02d:%02d]%s %s%s\n",
tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
tm.tm_hour, tm.tm_min, tm.tm_sec,
"", fmt, ""
);
vfprintf(file1, f, ap); /* write to file */

va_end(ap);
}
//======ccminer.cpp===================================
filelog(file1, "accepted: %lu/%lu (%s)",
p->accepted_count, p->accepted_count + p->rejected_count, suppl);
fflush(file1);
DrStein99
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 06, 2018, 08:10:34 AM
 #3166


I'VE NOTICED THAT INTENSITY SETTINGS DON'T WORK--

In the most recent versions of CCminer (2.2+), intensity settings appear to be ignored, and a default setting is applied.  Other users have posted about not being able to disable auto-tuning on algos like Scrypt pr CryptoNight. 

Frankly, default or auto-tune settings are often the best, but I have noticed that some older tuning parameters are ignored.       --scryptr

I have only been wrestling with ccminer for the last 4 hours, and can tell you for certain, every combination of INTENSITY parameter I threw at it, was ignored.  The default settings are NOT the fastest for my cards.  I have also been spending this whole time trying to learn this crazy "launch-config" parameter, digging through documents to find which of the 1,000 different technical specifications ccminer needs for me to accept.  It's parameter list is confusing to say the least.
lankyman
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250


View Profile
February 06, 2018, 09:17:32 PM
 #3167

so much to read in this thread, and cant see an actual answer as to what this message is?
Stratum extranonce answer id was not correct!

i get this using klaust ccminer and algo lyre2v2
cyberdeath
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
February 07, 2018, 12:53:00 AM
 #3168

Please add support for 19x gpu systems, it is not possible to mine on b250 mining expert mobo (
thanks
DumaxFr
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
February 07, 2018, 02:48:36 AM
 #3169

Hello,

Is ccminer 2.2.4 ready for linux or windows only ?
I would like to mine -phi algo



There is a better phi miner by anorganix.

if read tpruvot commits, you can see that phi in 2.2.4 was imported from anorganix's one
DumaxFr
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
February 07, 2018, 02:59:01 AM
 #3170


I'VE NOTICED THAT INTENSITY SETTINGS DON'T WORK--

In the most recent versions of CCminer (2.2+), intensity settings appear to be ignored, and a default setting is applied.  Other users have posted about not being able to disable auto-tuning on algos like Scrypt pr CryptoNight. 

Frankly, default or auto-tune settings are often the best, but I have noticed that some older tuning parameters are ignored.       --scryptr

I have only been wrestling with ccminer for the last 4 hours, and can tell you for certain, every combination of INTENSITY parameter I threw at it, was ignored.  The default settings are NOT the fastest for my cards.  I have also been spending this whole time trying to learn this crazy "launch-config" parameter, digging through documents to find which of the 1,000 different technical specifications ccminer needs for me to accept.  It's parameter list is confusing to say the least.

Intensity is hardcoded in implementations of many algos (for ccminer 2.2.4).
It's a good thing to avoid you posting on youtube that your rig is on fire Smiley
konqueror
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
February 07, 2018, 08:01:03 AM
 #3171

Hello,

Is ccminer 2.2.4 ready for linux or windows only ?
I would like to mine -phi algo



There is a better phi miner by anorganix.

if read tpruvot commits, you can see that phi in 2.2.4 was imported from anorganix's one

This does not mean both have the same speed Smiley
The anorganix performes better, at least for me but of course you can make your own tests
caleb150
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
February 07, 2018, 09:14:46 AM
 #3172

Where can I get the updated version of ccminer 2.2.5?
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
February 07, 2018, 05:05:26 PM
 #3173


I'VE NOTICED THAT INTENSITY SETTINGS DON'T WORK--

In the most recent versions of CCminer (2.2+), intensity settings appear to be ignored, and a default setting is applied.  Other users have posted about not being able to disable auto-tuning on algos like Scrypt pr CryptoNight.  

Frankly, default or auto-tune settings are often the best, but I have noticed that some older tuning parameters are ignored.       --scryptr

I have only been wrestling with ccminer for the last 4 hours, and can tell you for certain, every combination of INTENSITY parameter I threw at it, was ignored.  The default settings are NOT the fastest for my cards.  I have also been spending this whole time trying to learn this crazy "launch-config" parameter, digging through documents to find which of the 1,000 different technical specifications ccminer needs for me to accept.  It's parameter list is confusing to say the least.

Intensity is hardcoded in implementations of many algos (for ccminer 2.2.4).
It's a good thing to avoid you posting on youtube that your rig is on fire Smiley

I DON'T POST ON YOUTUBE--

But I do enjoy custom-tuning my rigs.  Perhaps Epsylon3 could "star" (mark with asterisk) the algorithms affected in his documentation. Then, make a note of explanation.  

Scrypt, Scrypt-N, BoolBerry, CryptoNight all had difficult-to-master tuning parameters.  Even NeoScrypt could be trouble as the code changed with optimization.  Spending an hour on un-necessary, non-effective tuning could be avoided with a few documentation notes.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
cyberdeath
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
February 07, 2018, 05:50:45 PM
 #3174

Please add 17gpu+ mining support
Ccminer works well with 16 gpu system
But when adding 17's card, card identified incorrectly.

Here is what we have with ccminer -n on the system with 17 gpu's

c:\miner\Desktop\ccminer-x86-2.2.4-cuda9>ccminer -n
*** ccminer 2.2.4 for nVidia GPUs by tpruvot@github ***
    Built with VC++ 2013 and nVidia CUDA SDK 9.0 32-bits

  Originally based on Christian Buchner and Christian H. project
  Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

GPU #0: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #1: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #2: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #3: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #4: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #5: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #6: SM 6.1 ASUS GTX 1060 3GB @ 1785 MHz (MEM 4004)
GPU #7: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #8: SM 6.1 MSI P104-100 @ 1734 MHz (MEM 5005)
GPU #9: SM 6.1 Gigabyte GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #10: SM 6.1 MSI GTX 1080 @ 1823 MHz (MEM 5005)
GPU #11: SM 6.1 GeForce GTX 1080 @ 1823 MHz (MEM 5005)
GPU #12: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #13: SM 6.1 Gigabyte P104-100 @ 1734 MHz (MEM 5005)
GPU #14: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)
GPU #15: SM 6.1 GeForce GTX 1080 Ti @ 1633 MHz (MEM 5505)
GPU #0: SM 6.1 P104-100 @ 1734 MHz (MEM 5005)

c:\miner\Desktop\ccminer-x86-2.2.4-cuda9>

17th gpus has id 0
And while i'll try to miner on this sistem i get the following errors

[2018-02-07 09:49:41] Starting on stratum+tcp://pool.bsod.pw:2132
[2018-02-07 09:49:41] NVAPI GPU monitoring enabled.
[2018-02-07 09:49:41] 17 miner threads started, using 'lyra2z' algorithm.
[2018-02-07 09:49:48] Stratum difficulty set to 1 (0.00391)
[2018-02-07 09:49:48] lyra2z block 3856, diff 333.930
[2018-02-07 09:49:48] GPU #0: scanhash_lyra2Z:60 invalid device ordinal

Please fix such issues with 17+ gpu's Thanks.
monrad
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 07, 2018, 11:37:54 PM
 #3175

Guys, is this legit? https://github.com/MSFTserver/ccminer/releases

It seems to be released by tpruvot but on MSFTserver repository... and description doesn't seem to be from him. What do you guys think?
firemylasers
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 08, 2018, 12:57:30 AM
 #3176

I can't get any recent version of ccminer to compile on OSX. I have previously successfully compiled 1.7.6-r10-nanashi, but multiple attempts at compiling several versions of v2.2.4 (windows source, linux source, windows release source) and someone else's fork of v2.2 have all failed with the following errors:

Code:
equi/cuda_equi.cu(2040): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "void eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::solve(const char *, unsigned int, const char *, unsigned int, fn_cancel, fn_solution, fn_hashdone) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2042): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "void eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::solve(const char *, unsigned int, const char *, unsigned int, fn_cancel, fn_solution, fn_hashdone) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2061): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "void eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::solve(const char *, unsigned int, const char *, unsigned int, fn_cancel, fn_solution, fn_hashdone) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(1966): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(1967): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(1968): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2001): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2002): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2003): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::eq_cuda_context(int, int) [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2108): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "void eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::freemem() [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here

equi/cuda_equi.cu(2111): error: no instance of constructor "rt_error::rt_error" matches the argument list
            argument types are: (char [512])
          detected during instantiation of "void eq_cuda_context<RB, SM, SSM, THREADS, PACKER>::freemem() [with RB=9U, SM=1248U, SSM=12U, THREADS=640U, PACKER=packer_cantor]"
(2124): here


I've been unable to find any explanation online for these errors. A look through the source code was unproductive outside of revealing the origin of rt_error (equi/eqcuda.hpp appears to remap std::runtime_error to rt_error, not that this tells me much of anything). I've tried using different CUDA versions on the off chance that this was related to that, but 8.0, 9.0, and 9.1 all give the same error...

I'm honestly not sure how the heck to resolve the issue at this point. Does anyone have any ideas? Some help would be greatly appreciated. I've gone through the past 30 pages of the thread looking for answers and have found nothing helpful.
santan
Member
**
Offline Offline

Activity: 102
Merit: 11


View Profile
February 08, 2018, 08:54:58 AM
 #3177

Please add 17gpu+ mining support
Ccminer works well with 16 gpu system
But when adding 17's card, card identified incorrectly.
.......................
...........................
Please fix such issues with 17+ gpu's Thanks.

Change this Line in .......... Miner.h.........and Build new executable..... Enjoy!!
Code:
#define MAX_GPUS 16
cyberdeath
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
February 08, 2018, 04:36:57 PM
 #3178

Please add 17gpu+ mining support
Ccminer works well with 16 gpu system
But when adding 17's card, card identified incorrectly.
.......................
...........................
Please fix such issues with 17+ gpu's Thanks.

Change this Line in .......... Miner.h.........and Build new executable..... Enjoy!!
Code:
#define MAX_GPUS 16

Thanks, compiling.
But i think it will be better if tpruvot will modify src so every new release will have support for 19 gpus.
Because there are a lot of motherboards Asus b250 mining expert are on market.
So logically will be good if ccminer will support 19 gpu's by default.
cyberdeath
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
February 08, 2018, 05:16:26 PM
 #3179

I was not able to compile with 19 gpu's, i've got a lot of errors. 16 gpu's version compiled without any troubles.
I htink tpruvot must check this situation.  Angry
knohult
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 08, 2018, 08:32:40 PM
 #3180


Welcome to the discussion thread for my ccminer fork.



https://imgur.com/BaLuHQy

What´s the boo and yes about?
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!