Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 488. (Read 5806057 times)

legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
FWIW, BFGMiner still provides normal ZIPs so you don't need any 3rd party software just to extract it.
Many people just install WinZip and break the license, even though it's not necessary, if you only want to extract zip archives Sad

It's better to promote open source software than to promote breaking licenses and removing copyrights and that sort of stuff ...

OpenSource even allows people to waste everyone's time and make their own personal forks Cheesy
https://github.com/luke-jr/bfgminer/commit/b9df56511c7bd1a2e1f075e9c184c1a4b0f1ba20
OMG, the only change he did is.... change all "cgMiner" to "bfgMiner" and "ckolivas" to "luke-jr"
Hm... looks like I can finally release my cool, new, better, faster, improved ravMiner 2.8 Tongue
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
FWIW, BFGMiner still provides normal ZIPs so you don't need any 3rd party software just to extract it.
Many people just install WinZip and break the license, even though it's not necessary, if you only want to extract zip archives Sad

It's better to promote open source software than to promote breaking licenses and removing copyrights and that sort of stuff ...

OpenSource even allows people to waste everyone's time and make their own personal forks Cheesy
https://github.com/luke-jr/bfgminer/commit/b9df56511c7bd1a2e1f075e9c184c1a4b0f1ba20
sr. member
Activity: 383
Merit: 250
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
FWIW, BFGMiner still provides normal ZIPs so you don't need any 3rd party software just to extract it.

What is this, recess at elementary school? Mine is better than yours. Nana nana boo boo stick your head in doo doo.  Grow the @#$% up Luke-Jr.
legendary
Activity: 2576
Merit: 1186
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
FWIW, BFGMiner still provides normal ZIPs so you don't need any 3rd party software just to extract it.
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
Use 7-zip - it's free and you won't be breaking the winzip license like almost everyone does with winzip ...
http://www.7-zip.org/
sr. member
Activity: 392
Merit: 250
Is there even a normal zip of the new cgminer on here? I feel like throwing my computer through the wall every time I come here, for the new update.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I probably need to repackage the tarball. Gimme a few mins.
I've reuploaded the source tarball for those having the ADL_SDK problem. Please try again.
Worked for me.
Thanks. It was a simple packaging error on my part.
hero member
Activity: 807
Merit: 500
I probably need to repackage the tarball. Gimme a few mins.
I've reuploaded the source tarball for those having the ADL_SDK problem. Please try again.
Worked for me.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I probably need to repackage the tarball. Gimme a few mins.
I've reuploaded the source tarball for those having the ADL_SDK problem. Please try again.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I tested 2.7.6 on my rig over the day and I'd like to thank you for great work. Latest release (compared to 2.5.0) also fixed some issues with occasional re-uploading of shares, so now I finally see ultra-low stales with 2.7.6 + Stratum proxy.
Thanks. There are an awful lot of changes from 2.5.0 to 2.7.6.
legendary
Activity: 1386
Merit: 1097
I tested 2.7.6 on my rig over the day and I'd like to thank you for great work. Latest release (compared to 2.5.0) also fixed some issues with occasional re-uploading of shares, so now I finally see ultra-low stales with 2.7.6 + Stratum proxy.
full member
Activity: 168
Merit: 100
I really don't see anything obvious and tried building it from scratch again with a fresh tarball and have no problem. Are you building from git or tarball? If from git, are you running ./autogen.sh first?

i tried the tar.bz2 archive and the SDK wasnt found. from the git it now worked for me.
legendary
Activity: 1428
Merit: 1001
Okey Dokey Lokey
So whats the latest stable version?
Anything i use thats greater than 2.66 Eventually (3-7days) Locksup and stops mining with no errors or messages.
It just stops, the TUI, Hashing, Everything, It just sits there on the screen, Stopped
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I really don't see anything obvious and tried building it from scratch again with a fresh tarball and have no problem. Are you building from git or tarball? If from git, are you running ./autogen.sh first?
full member
Activity: 168
Merit: 100
Has something changed in 2.7.5 or 2.7.6 that would cause my configuration to stop being supported (ADL SDK downloaded Septemper 7, 2011, APP SDK 2.1, driver included in some Fedora [15] Repo)?
No?
I run the exact same commands every time.  The .h files are in the ADL_SDK folder and this is the cofigure command I am using:
Code:
CFLAGS+='-I/usr/src/ati-stream-sdk-v2.1-lnx64/include' LDFLAGS+='-L/usr/src/ati-stream-sdk-v2.1-lnx64/lib/x86_64/' ./configure
This is the final output:
Code:
------------------------------------------------------------------------
cgminer 2.7.6
------------------------------------------------------------------------


Configuration Options Summary:

  curses.TUI...........: FOUND: ncurses
  OpenCL...............: FOUND. GPU mining support enabled
  scrypt...............: Disabled
  ADL..................: SDK NOT found, GPU monitoring support DISABLED

  BitForce.FPGAs.......: Disabled
  Icarus.FPGAs.........: Disabled
  ModMiner.FPGAs.......: Disabled
  Ztex.FPGAs...........: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -I/usr/src/ati-stream-sdk-v2.1-lnx64/include
  LDFLAGS..............: -L/usr/src/ati-stream-sdk-v2.1-lnx64/lib/x86_64/ -lpthread
  LDADD................:  -lcurl   compat/jansson/libjansson.a -lpthread -lOpenCL    -lm

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local
I'm pretty sure I haven't changed anything on the machine.  Any suggestions?


i'm getting the same "ADL..................: SDK NOT found, GPU monitoring support DISABLED"
i usually drop the 3 .h files into the ADL_SDK folder and configure with "./configure --enable-ztex"
hero member
Activity: 807
Merit: 500
Has something changed in 2.7.5 or 2.7.6 that would cause my configuration to stop being supported (ADL SDK downloaded Septemper 7, 2011, APP SDK 2.1, driver included in some Fedora [15] Repo)?
No?
I run the exact same commands every time.  The .h files are in the ADL_SDK folder and this is the cofigure command I am using:
Code:
CFLAGS+='-I/usr/src/ati-stream-sdk-v2.1-lnx64/include' LDFLAGS+='-L/usr/src/ati-stream-sdk-v2.1-lnx64/lib/x86_64/' ./configure
This is the final output:
Code:
------------------------------------------------------------------------
cgminer 2.7.6
------------------------------------------------------------------------


Configuration Options Summary:

  curses.TUI...........: FOUND: ncurses
  OpenCL...............: FOUND. GPU mining support enabled
  scrypt...............: Disabled
  ADL..................: SDK NOT found, GPU monitoring support DISABLED

  BitForce.FPGAs.......: Disabled
  Icarus.FPGAs.........: Disabled
  ModMiner.FPGAs.......: Disabled
  Ztex.FPGAs...........: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -I/usr/src/ati-stream-sdk-v2.1-lnx64/include
  LDFLAGS..............: -L/usr/src/ati-stream-sdk-v2.1-lnx64/lib/x86_64/ -lpthread
  LDADD................:  -lcurl   compat/jansson/libjansson.a -lpthread -lOpenCL    -lm

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local
I'm pretty sure I haven't changed anything on the machine.  Any suggestions?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I ran configure on 2.7.6 and it said SDK NOT FOUND (for ADL).  This is in spite of the fact that I copied the same three .h files that I always copy to the ADL_SDK folder.  I've been running 2.7.4, so  I haven't tried 2.7.5.  Has something changed in 2.7.5 or 2.7.6 that would cause my configuration to stop being supported (ADL SDK downloaded Septemper 7, 2011, APP SDK 2.1, driver included in some Fedora [15] Repo)?
No?
hero member
Activity: 807
Merit: 500
I ran configure on 2.7.6 and it said SDK NOT FOUND (for ADL).  This is in spite of the fact that I copied the same three .h files that I always copy to the ADL_SDK folder.  I've been running 2.7.4, so  I haven't tried 2.7.5.  Has something changed in 2.7.5 or 2.7.6 that would cause my configuration to stop being supported (ADL SDK downloaded Septemper 7, 2011, APP SDK 2.1, driver included in some Fedora [15] Repo)?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
It looks normal to me, after a while it should start spamming accepted shares and longpool messages.
I'd waited 3 minutes, it still stayed at that screen.
Delete/rename cgminer.conf and try just:
Code:
cgminer.exe --scrypt -I 12 -o http://127.0.0.1:9327 -u abc -p 123
Then save options and edit config file:
Code:
"gpu-threads" : "1",
"queue" : "0",
for p2pool Smiley
member
Activity: 81
Merit: 10
It looks normal to me, after a while it should start spamming accepted shares and longpool messages.
I'd waited 3 minutes, it still stayed at that screen.
Jump to: