Bitcoin Forum
June 26, 2024, 06:38:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 [414] 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 570 »
8261  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.1 on: May 11, 2013, 10:12:24 PM
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
Already installed:
Code:
$ sudo aptitude search libncurses5-dev
i   libncurses5-dev  - developer's libraries for ncurses
What did ./configure return?
8262  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: May 11, 2013, 10:12:04 PM
New version: 3.1.1 (for workgroups), 11th May 2013

Thank you so much, ckolivas.

Sending a donation your way. Can you supply me a litecoin donation address?
Sure (hint: SCRYPT-README Wink )

Lc8TWMiKM7gRUrG8VB8pPNP1Yvt1SGZnoH
8263  Bitcoin / Mining support / Re: cgminer crash on windows 7 on: May 11, 2013, 09:41:18 PM
i installed a fresh windows 7 32bit / Avast Antivirus / Cataclyst 12.8

But if i start cgminer, it crash after 1-2 seconds....

any idee ??
8264  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.1 on: May 11, 2013, 09:35:45 PM
Is theirthere any eta for a x64 version for windows due to come out ?
As per the readme FAQ: No.
8265  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.1 on: May 11, 2013, 09:35:09 PM
I just compiled and maked cgminer 3.1.1 from git repo.
Code:
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
make
And after run I see only working log rows without stat table on top.

How to configure project for "general" view ?

P.S. But all fine with binaries from author:

You're missing pdcurses
8266  Other / CPU/GPU Bitcoin mining hardware / Re: Help getting my 7970 past the 660 Mhash/s barrier on: May 11, 2013, 01:24:03 PM
Tip:
1040 is magic number for engine OC. Anything over it and you will lower performance from my experience.

That's not true for BTC mining. The higher the engine the better. There is no magic value with normal mining, only scrypt.
8267  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: May 11, 2013, 12:50:11 PM
I did.  I get an exception.  c0000005 seems to be memory related:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   cgminer.exe
  Application Version:   0.0.0.0
  Application Timestamp:   518e20db
  Fault Module Name:   amdocl.dll
You're crashing in the AMD driver, which is almost always the problem. Experiment with different driver versions...
8268  Bitcoin / Mining support / Re: cgminer "stratum connection to pool 0 interrupted" issue on: May 11, 2013, 12:35:13 PM
Try the newer release, and try disabling hotplug if your keyboard is having issues too (--hotplug 0)
8269  Other / CPU/GPU Bitcoin mining hardware / Re: Help getting my 7970 past the 660 Mhash/s barrier on: May 11, 2013, 11:14:24 AM
Don't set worksize, the default is better. Don't go above intensity 9. Try a different driver. But ultimately, as I said, every card is different.  Make sure you're using --auto-fan to ensure it stays cool enough too.
8270  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: May 11, 2013, 11:09:20 AM
New version: 3.1.1 (for workgroups), 11th May 2013

3.1.0 was quite solid despite having the totally new driver for the BFL SC hardware. This is an incremental bug fix and improvement on it.


Human readable changelog:

- The stratum code has been rewritten by hand using raw socket code to NOT use libcurl. This should fix the random crashes that I cannot debug due to libcurl failing in random ways during network or pool outages. In the process, the ability to mine stratum via a proxy has been lost, but theoretically at least, ipv6 should be working now. Hopefully it should also be faster and more reliable at picking up pool outages as well.
- Scrypt mining now has a slightly larger buffer which may lead to less hardware errors on very fast GPUs.
- Scrypt solo mining will now show a meaningful WU rate by internally testing some lower diff shares even if they're not submitted.
- Scrypt solo mining will no longer try to submit any share >64k diff, instead submitting them only if they should solve the block.
- Decreased scantime by default with scrypt should lead to less stale shares submitted.
- There's a fix for setting up the tty for serial usb on Icarus type hardware.
- Fixes for writing configuration files when --device and --remove-disabled are specified.
- Logging fixes.
- Full data for 4 module Avalon devices.


Full changelog:

- Use a discrete device target for scrypt that dynamically changes to ensure we
still report a work utility even if no shares are submitted such as in solo
mining.
- Make set_work_target a function to set a specified char as target for use
elsewhere.
- Further consolidate the hash regeneration between sha and scrypt doing it only
once and always checking the share diff for both before submission.
- Regenerate the hash before checking the share diff in hashtest().
- Minor typo.
- Use a scantime of 30 seconds for scrypt if none is specified.
- Support more shares to be returned for scrypt mining.
- Update the write config to properly record device entries and remove disabled
option.
- Show a different warning and loglevel for failure to resolve a URL on first or
subsequent testing of stratum pool URLs.
- Fix the problem of seting up termio of ttyUSB0 for icarus. the CSIZE  is the
mask of CS2/4/8 From: navyxliu <navy.xliu@gmail.com>
- Set all stratum sockets to nonblocking to avoid trying to use MSG_DONTWAIT on
windows.
- Fix warnings on win32 build.
- Only use MSG_NOSIGNAL for !win32 since it doesn't exist on windows.
- Use MSG_NOSIGNAL on stratum send()
- Set TCP_NODELAY for !linux for raw sockets.
- Use TCP_NODELAY with raw sockets if !opt_delaynet
- Make raw sockets compile on windows
- Recheck select succeeds on EWOULDBLOCK for stratum.
- usbutils/mmq fixed size usb_read default to wait for all data
- usbutils optional (disabled by default) dev debug
- Add an ftdi usb read macro without newline
- Avalon usb interface should be 0.
- Add more debug for failure to USB init.
- Recv() should all be non-blocking for raw sockets in stratum.
- Change verbosity and error for getaddrinfo warnings in setup stratum socket.
- Free servinfo after p is checked in setup stratum socket.
- Use raw sockets without curl for stratum communications.
- Sacrifice curl handle memory on stratum disconnects on all versions of libcurl
to avoid curl corruption.
- Don't use TCP_NODELAY if opt_delaynet is enabled with stratum.
- Fix warnings in avalon driver.
- Make FULLNONCE an ULL to fix a warning on 32 bit.
- ztx correct applog typing
- ocl correct applog typing
- util correct applog typing
- api correct applog typing
- cgminer correct applog typing
- scrypt correct applog typing
- bfl correct applog typing
- ica correct applog typing
- mmq correct applog typing
- adl fix trailing %
- usbutils correct applog typing
- applog - force type checking
- Simplify the many lines passed as API data in the avalon driver now that the
API does not need persistent storage for the name.
- Duplicate the name string always in api_add_data_full to not need persistent
storage for names passed to it.
- Add extra matching work count data in API for Avalon with 4 modules.
8271  Other / CPU/GPU Bitcoin mining hardware / Re: Help getting my 7970 past the 660 Mhash/s barrier on: May 11, 2013, 10:59:34 AM
Every card's different in how much overclock it can take. You're simply pushing yours too far.
8272  Alternate cryptocurrencies / Altcoin Discussion / Re: Help getting my 7970 past the 660 Mhash/s barrier on: May 11, 2013, 10:57:36 AM
Looks like you got moved yet again based on the original title of this thread that was in Khash, but you've since changed it...
8273  Other / Off-topic / Post your report stats! on: May 11, 2013, 03:18:37 AM
Stats are shown whenever you report threads for one reason or another, and reports help keep the forum in order.

I have >100 reported posts so far with close to 100% accuracy.

Anyone else?
8274  Other / Meta / Re: Altcoin discussions everywhere. on: May 11, 2013, 02:46:51 AM
*John gets his pail and bucket to clean up the alts, and dumps the contents to Alt section*  Tongue
Told you it was everywhere! 70 posts reported so far just from mining/...
8275  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0 on: May 10, 2013, 10:41:35 PM
On the next build can "device" : "0,1,etc..",   
get fixed for conf files?
Ive tried the above syntax and also listing "device" several times w/ one value for each gpu...it just uses the last one. This has been a bug since very early versions of cgminer and surprised its not fixed.
Unless Im doin the syntax wrong....
Yeah maybe. I'll look into it.
8276  Other / Meta / Re: Altcoin discussions everywhere. on: May 10, 2013, 10:24:43 PM
Muhahah...

EDIT: Thanks, and nice quick action on your part too  Smiley
8277  Other / Meta / Re: Altcoin discussions everywhere. on: May 10, 2013, 03:55:09 PM
If you see topics about alt-coins, use the report function.  I always move relevant topics (that I can move) to the alt-coin section.
That would be half the mining topics these days. Are you sure you want us to start doing that?

edit: Not that I object to that idea...
8278  Other / Meta / Altcoin discussions everywhere. on: May 10, 2013, 08:47:34 AM
Since mining altcoins has proven profitable, there is endless discussion about it everywhere in the forum now, especially in the bitcoin/mining subsection. The signal to noise ratio for people interested primarily in bitcoin is dropping rapidly.

Should 1. The topics be moderated/moved to not include any altcoin discussion, 2. More subsections created for altcoin discussion (such as mining), or 3. Pretend altcoins are part of bitcoin?
8279  Other / CPU/GPU Bitcoin mining hardware / Re: Can Saphirre 7970 vddc be modified? on: May 10, 2013, 04:49:56 AM
not on linux
8280  Bitcoin / Mining software (miners) / Re: making my GPU usable for OpenCL on: May 10, 2013, 03:58:27 AM
There are a very small number of integrated GPUs in newer Intel CPUs that can mine, but only on windows with the latest intel opencl.

However in terms of performance, they suck even bigger dicks than Nvidia GPUs do, so they're no better than CPU mining. Now go and read a billion other forum threads on why it's not worth it.
Pages: « 1 ... 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 [414] 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!