Bitcoin Forum
October 06, 2024, 06:54:33 AM *
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 »
101  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.16 (2011-July) on: July 14, 2011, 03:23:10 PM
Is source code will be updated to 0.16?
I was just about to ask this as well.
102  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 14, 2011, 03:21:16 PM
No, this is what the curses UI looks like

103  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows on: July 13, 2011, 09:08:27 PM
Because it was not mentioned that you need to add the -Lpdcurses flag in ./configure to make the program compile.
104  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows on: July 13, 2011, 08:58:22 AM
Just try a couple of times to start it, if you're on windows. It happens to me as well...5 or 6 tries and it should work.
105  Bitcoin / Mining software (miners) / Re: Lots of rejected shares. on: July 12, 2011, 11:26:22 PM
Probably because the GPU is slow and by the time it submits a share, it counts it as old. As to why you didn't have this problem before, i have no answer to that. Switch back to the older version then.
106  Bitcoin / Mining software (miners) / Re: [MINER] Phoenix - New efficient, fast, modular miner **BFI_INT support!** on: July 12, 2011, 08:20:24 PM
Why doesnt phoenix from source dont wanna run on python 2.7? I get an error, and it appears that pyopencl requires python26.dll...meaning python 2.6
107  Bitcoin / Mining support / Re: Am I doing something wrong? HD 6950 Win7 on: July 11, 2011, 07:40:48 PM
If you up the voltage, your card will be fried. If the card is 92C at core, then the VRMS are frying which is not good.

So long to your card pretty soon unless you return it to stock and downclock the memory.
108  Bitcoin / Mining software (miners) / Re: cgminer - CPU and GPU mining software on: July 11, 2011, 05:38:31 PM
Dunno if it's a bug or not, but:
In sha256 4way.c you declare the doubleblock sha function's prototype like this
Quote
static void DoubleBlockSHA256(const void* pin, void* pout, const void* pinit, unsigned int hash[8][NPAR], const void* init2);

However when you declare the function it's
Quote
static void DoubleBlockSHA256(const void* pin, void* pad, const void *pre, unsigned int thash[9][NPAR], const void *init)
109  Bitcoin / Mining software (miners) / Re: further improved phatk OpenCL Kernel (> 2% increase) for Phoenix - 2011-07-11 on: July 11, 2011, 05:23:18 PM
At 2 megahashes, your device produces around 2 to 2,5 million hashes per second, If we halven that to 1 megahash, that's still 1,25 million hashes per second, if we halven that, around 750 thousand per second.
So a increase of 0.2% or so, yields around 100 thousand hashes more per second.
110  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 11, 2011, 04:32:40 PM
Well..this is new, but i am going to speculate and...did you set allowip in bitcoin's bitcoin.conf file?
Add a line in the file with

allowip=127.0.0.1 save and restart bitcoin and try again with pushpoold
111  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 11, 2011, 02:43:14 PM
Unless you are running a VM with mysql in it, or have another computer connected via a router, the host for mysql is localhost. The error comes from this piece of code

Code:
step = "execute";
if (mysql_stmt_execute(stmt))
goto err_out;
Meaning that mysql failed to execute the prepared statement.
112  Bitcoin / Mining software (miners) / Re: Poclbm sees my GPUs, but wont start [SOLVED] on: July 11, 2011, 01:23:23 PM
Why? Afraid we might generate him coins?
113  Bitcoin / Mining software (miners) / Re: Poclbm sees my GPUs, but wont start [SOLVED] on: July 11, 2011, 11:36:52 AM
Install 2.4 just in case
114  Bitcoin / Mining software (miners) / Re: cgminer - CPU and GPU mining software on: July 11, 2011, 11:13:31 AM
Ok, a suggestion for the CPU miner thread. Instead of new work for each thread, every thread should work on the same work. I.e, the nonces to be tried are split by the number of threads.
So thread 1 does X nonces, thread 2 does XX nonces and so on and so forth.
115  Bitcoin / Mining software (miners) / Re: cgminer - CPU and GPU mining software on: July 11, 2011, 10:54:30 AM
....and compatibility for windows is comletely broken....i think rollback...for you ckolivas.
116  Bitcoin / Mining software (miners) / Re: 5870 only at 274 Mhash - Drop of Mhash when playing with GTX 470 ? on: July 10, 2011, 03:50:51 PM
I really love these kind of comments. THERE IS NO SAFE OVERCLOCK.
117  Bitcoin / Mining software (miners) / Folding @ Home [FAH] on: July 09, 2011, 06:18:15 PM
...run on a lot of cards including, but not limited to, HD3k series, and a lot of nvidias. And they dont even use opencl, but they still CAN use the gpu for computing.

I know they don't do double sha-256 rounds, but they sure do simulate protein folding, which is a bit more complex then your average double sha round.
118  Bitcoin / Bitcoin Discussion / Re: mtGox SEPA Transfers again on: July 09, 2011, 02:19:39 PM
I did two, sum didn't matter, the first one (smaller sum) came in 5 days, the second one(a tad bit bigger) came in 4/4,5 days
119  Bitcoin / Mining software (miners) / Re: 3% faster mining with phoenix+phatk, diablo, or poclbm for everyone on: July 09, 2011, 02:16:07 PM
This actually slows down my poor little 5670  Tongue     94==>92
 
What is meant by "This will ONLY WORK if you're running with BFI_INT"? Maybe that's my problem

If you're on one, you should be. OTOH, it shouldn't be slowing it down if you dont have BFI_INT enabled
I thought only 57XX cards support bfi int
120  Bitcoin / Development & Technical Discussion / Re: GCC recommendation: -fstack-protector on: July 09, 2011, 01:45:52 PM
Quote
<jtaylor> ubuntu enables -fstack-protector in hardening-wrapper
Some random guy on IRC ^
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!