Bitcoin Forum
October 12, 2024, 01:50:55 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 »
61  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 20, 2011, 09:21:26 AM
anyone have 0.18 source code ?
If ufasoft hasn't released it, I don't see how we could.
62  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 20, 2011, 08:40:39 AM
Just a heads up for a few people.

Cgminer does not appear to support target rewrites. I have checked the code and the target is derived from midstate and "data" from the getwork. Thus when the pools send you diff 1 work, cgminer ignores that and mines with full difficulty and since the gpu miner code does not check if the hash meets the difficulty, it sends a result anyway. This is why some people have reported they get less shares with cgminer.

For proof, go into findnonce.c and in the precalc function add
Code:
printf("nbits %d", blk->nbits);
somewhere, compile and run, it will print the nbits of the current target.

I'd categorize this as a serious flaw. Miners still submitted work, but far less than usual. In the long run, people earned waay less than they should have.

P.S
Conman is aware of this, however is reluctant to fix it. The excuse was "It sends shares, doesn't it?"
63  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 20, 2011, 08:17:56 AM
The CPU will NOT be the limiting factor if he's on linux. If on Windows, yeah, sucks to have that single-core semprom.
64  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 19, 2011, 10:26:40 PM
Error when build with old libcurl.4.1.0 (7.18.2).

Code:
mv -f .deps/ext-core.Tpo .deps/ext-core.Po
g++ -DPACKAGE_NAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_TARNAME=\"ufasoft_bitcoin-miner\" -DPACKAGE_VERSION=\"0.10\" -DPACKAGE_STRING=\"ufasoft_bitcoin-miner\ 0.10\" -DPACKAGE_BUGREPORT=\"support@ufasoft.com\" -DPACKAGE_URL=\"http://ufasoft.com/open/bitcoin\" -DPACKAGE=\"ufasoft_bitcoin-miner\" -DVERSION=\"0.10\" -DHAVE_LIBPCRE=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBCURL=1 -DHAVE_LIBDL=1 -DHAVE_LIBRT=1 -I.    -std=c++0x -funsigned-char -fno-stack-protector -Wno-invalid-offsetof -I . -I el/inc -g -O2 -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o `test -f 'el/libext/http.cpp' || echo './'`el/libext/http.cpp
el/libext/http.cpp: In member function ‘virtual CURL* Ext::WebRequest::Connect()’:
el/libext/http.cpp:225:16: error: ‘CURLOPT_USERNAME’ was not declared in this scope
el/libext/http.cpp:227:16: error: ‘CURLOPT_PASSWORD’ was not declared in this scope
make: *** [http.o] Error 1

With 7.21.6 all builds fine. Please fix it.
A comedian, eh?
65  Bitcoin / Mining software (miners) / Re: hashkill - testing bitcoin miner plugin on: July 19, 2011, 09:10:31 AM
Yes, there is a temperature threshold (default being 90 but it's configurable via command-line). When it's reached, the GPU sleeps for a minute. Downclocking it is risky.
Are you using the AMD ADL library to get the temps?
66  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 18, 2011, 03:01:35 PM
Conman, can you post the full description of what every abbreviation means?
67  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 18, 2011, 09:51:01 AM
i have to confirm that with the latest versions, i as well cannot compile with OpenCL...weird.
I had my MinGW window open since version 1.2.0 and earlier and since then i had my old ./configure which worked, but yesterday i closed it and lost my history with it. Now, every attempts at OpenCL fails...
68  Bitcoin / Mining software (miners) / Re: further improved phatk OpenCL Kernel (> 3% increase) for Phoenix - 2011-07-17 on: July 18, 2011, 08:48:53 AM
New version 2011-07-17 getting a lot of:

Code:
2011-07-18 01:24:09: Listener for "bitcoinmonkey": [18/07/2011 01:24:09] Kernel error: Unusual behavior from OpenCL. Hardware problem?

I have never seen that message during my tests with the release version of the kernel. What OS, which SDK are you on?
I wonder if he copied over the init.py file.
69  Bitcoin / Bitcoin Discussion / Re: US Dollar maybe shit aug 2nd GO BITCOIN watch video on: July 17, 2011, 08:33:24 PM
Link is dead?
70  Bitcoin / Bitcoin Discussion / Re: Dear Agents - you are TOO obvious! $120K sale on SUNDAY? (largest in 9 days!) on: July 17, 2011, 06:20:40 PM

Get em Deer Agent.
71  Bitcoin / Bitcoin Discussion / Re: Deer Agents - you are TOO obvious! $120K sale on SUNDAY? (largest in 9 days!) on: July 17, 2011, 04:29:31 PM
LMAO
72  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 17, 2011, 03:40:47 PM
Ufasoft, can you add a bit more text to the output? Like the number of getworks done, longpolls etc...
73  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 17, 2011, 02:59:49 PM
The newer version has support for GPUs and other stuff, you need to do this: -t <threads for the cpu> -g <yes or no for using the gpu) and -i <device number>
74  Bitcoin / Mining software (miners) / Re: further improved phatk OpenCL Kernel (> 3% increase) for Phoenix - 2011-07-17 on: July 17, 2011, 02:20:07 PM
With this version on my 5870: 410.58/411.6 -> 413.44/414Mhash/s

But on my HD5850, i see a decrease of a minimum of 0.50 mhash/s
75  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 17, 2011, 10:33:42 AM
Ideal would be to add a flag to disable the gpu mining.
eg
-g 0 would disable gpu mining.

cgminer.exe -o http://localhost:8332 -u username.1 -p 1234 -t 4 -g 0

could then be used to force only cpu mining with 4 threads..

why would one want todo this: if u wanted to play a game or use the gpus for something else.. my cpu averages 40Mh/s

currently
i use bitcoin-miner.exe for cpu mining
Wow, do you have some dual xeon or something? 40 megahashes for a cpu is quite a lot.
76  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 17, 2011, 10:32:44 AM
I'm getting the following error:

Well, you obviously need to specify arguments. Not sure if serious, or just trolling.
77  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 17, 2011, 09:12:54 AM
In that case, wouldn't you be better just running bitcoin -gen ? See http://forum.bitcoin.org/index.php?topic=2356.0
Sorry, but the integrated CPU miner in the older builds is much slower than say CGMiner's 4way algorithm or Ufasoft's SSE2 optimization.
78  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.18 (2011-July) on: July 17, 2011, 02:43:31 AM
AMD CAL? Does this mean the miner supports cards < HD 4300? As in IGP, HD3k?
79  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 16, 2011, 11:14:19 PM
have you installed teh opencl-headers?
Are you trolling? He already said he installed them.
80  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 16, 2011, 10:15:45 PM
you need the opencl-headers (building needs headers and dev files not what you normaly use for running programs)
for ubuntu you can use just the debian ones (as there is no package in the repo...)
for other distros idk
Erm yeah, the app sdk IS the headers and those CFLAGS and LDFLAGS are exactly for specifying the paths to said headers and libraries.
that was what I was thinking at first
after I installed the headers it worked for me maybe it does for you
Which is what i suggested above. For him(or her) to install them headers and .lib files in the system directories instead.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!