Bitcoin Forum
October 05, 2024, 07:52:03 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 »
21  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 07:43:58 PM
Are you sure the prepared sql statement in pushpoold's server.json is for the db structure of mining farm?
22  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 28, 2011, 02:59:06 PM
I see quite a lot of rejects from the cpu. So it means that in a few hours it did find something
23  Local / Other languages/locations / Re: Bulgarian on: July 27, 2011, 07:35:32 PM
Аз
24  Bitcoin / Bitcoin Technical Support / Re: how do I protect my dedicated miners from this? on: July 27, 2011, 07:23:37 PM
This is Korea. This kind of crazy rain lasts about 45 days straight.
Are you korean? I think i can use you in the future to translate me manhwa.
25  Bitcoin / Mining software (miners) / Re: How can you know which GPUs work as miners? on: July 27, 2011, 05:13:21 PM
I know this seems like a dumb question but I am a bit confused.  About a month ago, I checked out the Wiki page (here) regarding the comparison of GPU hardware.  I went out, bought me a cheap, but decent card and through it in a computer that I have.

After, installing various drivers and ATI/AMD SDKs, I never could get the thing to work.  Then, I think I realized the problem.  It appears that just because you buy a GPU with one of the listed ATI processors, it doesn't mean that the card is OpenCL compatible.  WTF!

What should I be looking for in a graphics card?  I know that most of the Sapphire brands seem to be guaranteed to work, but what are the specific specs on a card that make in compatible with the OpenCL drivers?
Mind telling us the card you bought?
26  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.19 (2011-July) on: July 27, 2011, 03:16:57 PM
Yes i know, it is mining at half of the speed but it still uses 90% of the cpu power....
After you have specified the number of threads, set(if possible use task manager) the cpu affinity to be at core X or whichever you choose. And that's basically it.
I have already set the affinity from the guiminer.
There's a slight possibility it's not working via guiminer. Do it via Task Manager. Also, how many cores do you have?
Only 2 cores.
Then what did you expect? I have a quad core, so if i use one thread that's only 25% of my CPU. For you, it will be 50%. Basically, that is why you have the so called "high cpu usage"
27  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: July 27, 2011, 07:22:29 AM
1.5.0 works well.  I see you're using an approach similar to what I had suggested for the CPUminer.  The numbers are looking far more stable now and it's completing the work far more efficiently as predicted.  Kudos on getting the darn thing working.
Hehe, if you are talking about the split nonces, that was me who suggested it.
28  Bitcoin / Mining software (miners) / Re: Why does GUIminer.... on: July 26, 2011, 08:13:13 PM
shoot right up with the Mh/s count when you start it, then drop back down ?!?
always catches me out, i boot up and im like wow ! then it goes to its regular value lol  Huh

My 1st opinion: heat problem
Heat has nothing to do with this. It's a bug.
29  Bitcoin / Mining software (miners) / Re: Why does GUIminer.... on: July 26, 2011, 06:50:16 PM
shoot right up with the Mh/s count when you start it, then drop back down ?!?
always catches me out, i boot up and im like wow ! then it goes to its regular value lol  Huh
It's the power of python.

(sarcasm intended)
30  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.19 (2011-July) on: July 26, 2011, 11:56:39 AM
Yes i know, it is mining at half of the speed but it still uses 90% of the cpu power....
After you have specified the number of threads, set(if possible use task manager) the cpu affinity to be at core X or whichever you choose. And that's basically it.
I have already set the affinity from the guiminer.
There's a slight possibility it's not working via guiminer. Do it via Task Manager. Also, how many cores do you have?
31  Bitcoin / Mining software (miners) / Re: Why does phatk suck for my 6990? on: July 26, 2011, 11:55:41 AM
Why is it that i am seeing that the faster miner i.e 446 mhash/s has waay less shares than the slower miner?
32  Bitcoin / Bitcoin Technical Support / Re: Change pushpool difficulty - [BOUNTY] on: July 26, 2011, 02:44:26 AM
No, cpuminer does not check for hash < target.

Oops, i meant the *miner_thread which is for CPU mining. And more specifically, the 4way algorithm. This is, of course, if you enable the fulltest function in util.c to return "rc".
33  Bitcoin / Bitcoin Technical Support / Re: Change pushpool difficulty - [BOUNTY] on: July 25, 2011, 11:12:59 PM
Orly? How about checking the code in the gpuminer_thread or findnonce.c and tell me where you see a check for hash < target or even where the target is derived from?

You claimed that cgminer would break with a different difficulty.

cgminer and its ancestor, cpuminer, will push all H==0 solutions.  This is not the same thing.

Your income remains the same, either way.


Ok, if not break, then it will have a tad bit more rejects, cause it will submit every H==0 because it does not check for hash < target. Only the cpuminer does.
34  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.19 (2011-July) on: July 25, 2011, 11:06:32 PM
Yes i know, it is mining at half of the speed but it still uses 90% of the cpu power....
After you have specified the number of threads, set(if possible use task manager) the cpu affinity to be at core X or whichever you choose. And that's basically it.
35  Bitcoin / Mining / Re: WHY DIDN'T I SOLO MINE!!! on: July 25, 2011, 09:00:46 AM
Are you people serious? That's like "I chose the wrong lottery ticket". It's probability, luck, chance, fate, whatever. Your solo performance has absolutely nothing to do with your pool record.
I found 3 blocks on slush's pool. I got angry about that, went solo right away, and 8 hours later, boom, i found a block. 11 days later another one. With just a SINGLE 5850 doing 275mhash/s back then.
36  Bitcoin / Bitcoin Technical Support / Re: Change pushpool difficulty - [BOUNTY] on: July 24, 2011, 11:20:37 PM
Now, open up msg.c and head down to the check_hash function, specifically the return of better_hash. It looks like it is checking a hard coded 40 bits of 0's. Won't I need to change this spot too? What should I change this to based on the 10, 50, 100 scenarios?

Correct.  In addition to changing EASY_TARGET, you must update check_hash.

IMHO the bounty should go to the person submitting a patch that makes difficulty variable, without recompiling the source code!


Well no, cause then cgminer will be broken perhaps.

No, that will not break cgminer.  All miners are built to handle any difficulty.

You're just confused.


Orly? How about checking the code in the gpuminer_thread or findnonce.c and tell me where you see a check for hash < target or even where the target is derived from?
37  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.19 (2011-July) on: July 24, 2011, 10:49:13 PM
Ufasofft i was wondering if you could make an build that uses only half of the power that computer has, like if it has 2 CPS to use just 1 or so?
I would like this low build because it will allow you're computer to do other things when you are using the miner whitout any lag or so.
You can already do this using CPU AFFINITY if you are using Guiminer as a front end.
I am using guiminer as frontend but it doesn't matter if i select only 1 cpu afinitty, it still uses all the power of the proccesor and is still mining at the same rate like i am mining with all the cpus....
That's why the -t switch was invented. -t 1-X number of threads, which means cores. By default, it uses all. Specify this in the arguments, say -t 1 and it will use one core.

Consider donating if you found this useful : 16kFZCjtaQELi4Zipf6RcBM8VBQ5tNavnU
38  Bitcoin / Bitcoin Technical Support / Re: Pushpoold MySQL Tables & Columns Query! SQL Template on: July 24, 2011, 09:55:20 PM
The timestamp field is correct as far as i can see, as for the ID field..yeah, that's not. But i am going to let you fix it yourself and help you learn where you were wrong.

You're going to need to enlighten me.  I realize the username field (must be) unique, but I can't envision developing a system where I want to look at a table or a couple of tables and associate only on something like username.  Integer lookup is just better.  Associating two tables with ID numbers is normal, why is this different?

And, in the code included with mining farm there is, in fact, an ID column in the pool_worker table.  Two of em.  So how is it wrong?







I honestly didn't think you were smart enough to use table association, i give you that. For the latter, cause it needs to be auto_increment, but most importantly, should NOT have a default value.
39  Bitcoin / Bitcoin Technical Support / Re: Pushpoold MySQL Tables & Columns Query! SQL Template on: July 24, 2011, 07:20:23 PM
adding an id is wrong?

or a timestamp?


for what reason?


The timestamp field is correct as far as i can see, as for the ID field..yeah, that's not. But i am going to let you fix it yourself and help you learn where you were wrong.

Also, not to brag, but i was the one who gave the table structure to xenland when he first started developing "miningFarm". Altho, this one, you posted differs.

Man that brings back memories of me staying up for 10 hours up into the morning trying to "crack" the un-documented pushpoold database...... Thanks Diki!
Wink
40  Bitcoin / Development & Technical Discussion / Re: Any way to get client startup faster? on: July 24, 2011, 06:52:37 PM
If the devs want Bitcoin to succeed, they need to make it to start right away. I mean, if i need to pay for something _now_ that means now!! not 5 minutes later.
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!