Bitcoin Forum
May 04, 2024, 11:07:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
1241  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 09:07:37 PM
Copying is not the issue. The issue is Con and Kano passing off others' work as their own.

At the end of the day it's just your paranoid (delusional?) opinon that they took your code, changed it then submitted it themselves.

Since all this code is GPL, would the easier solution for them not simply be submit your commit, which would involve almost zero effort, rather then re-arrange your code? What is to gain? What's their motive?
1242  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 07:25:37 PM
A bit like taking some header files and removing the author/copywrite info?
1243  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 06:45:54 PM
Neither of these bugs were in fact found in cgminer: the curlring issue was one I experienced myself personally, spent hours debugging, and finally identified a solution for; the only way Kano would have even known it existed was by reading BFGMiner's commit log; the JSON escaping issue only really affect BFGMiner because its compiled-in prefix on Windows uses backslashes.

Maybe Kano is just better than you then?

There were a number of bug reports posted here in this thread pointing to libcurl being the source of locking up. Shortly after that, the fix was made. It's not a giant leap to assume that, in fact, they solved the problem.
1244  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 06:00:26 PM
Get over it Luke.

Simple problems are going be solved in the same simple way. There's nothing novel or unique about the code you write. It's all straight forward and intuitive.

Neither of these two examples have the same, copied solution. They were both solved independently in similar ways as they are both soving the same problem. It's no suprise the timing is also similar as these issue are being found at the same time.

You are not a coding god. Anyone can come up with the same ideas as you.
1245  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 01:17:34 AM
If it means anything, I think BFL has specified that a throttle period lasts 15 seconds.
You got a link/reference?
Coz that one from BFL-Engineer ... is from BFL-Engineer Tongue

15.3355, in fact Smiley
Yeah that seems to suggest it also.
But was there a 'BUSY' reply as BFL-Engineer said there is?

I don't recall every seeing a 'busy', but then I've not looked for it.
I'll have another poke around...
1246  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 09, 2012, 01:05:32 AM
If it means anything, I think BFL has specified that a throttle period lasts 15 seconds.
You got a link/reference?
Coz that one from BFL-Engineer ... is from BFL-Engineer Tongue

15.3355, in fact Smiley
1247  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.4 on: August 08, 2012, 11:27:53 PM
Also, I started adding the temp to the log when a unit throttles...
I'm thinking about adding code with slows the unit a bit as it reaches it's individual throttle temp. Like waiting 500ms before sending new work or something. Maybe. Dunno.
1248  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.1 on: August 08, 2012, 11:22:13 PM
If I had the time/could be bothered I'd put timers around each of the send/receive and find the max/min/avg values. But that ain't gonna happen in the next week or so.

I've done that, get the following:

ID: BFL0   Dev Max: 0.024049   Dev Min: 0.000366   Dev Av: 0.009301
ID: BFL1   Dev Max: 15.335547   Dev Min: 0.000389   Dev Av: 0.012155
ID: BFL2   Dev Max: 15.335506   Dev Min: 3.8E-5   Dev Av: 0.011484
ID: BFL3   Dev Max: 15.33545   Dev Min: 0.00036   Dev Av: 0.027547
ID: BFL4   Dev Max: 0.02345   Dev Min: 0.00036   Dev Av: 0.009153
ID: BFL5   Dev Max: 0.023163   Dev Min: 0.000404   Dev Av: 0.008941

So I put get times immedately before and after the serial port read function inside BFgets.
Dev max is (surpisingly) the max time a read took
Dev min is (surpisingly) the min time a read took
Dev av is (surpisingly) the overall average, that is all the read times summed, then divided my the read count.

So it's pretty apparent that when the single throttles, comms just stop.
1249  Bitcoin / Bitcoin Discussion / Re: Why we need Bitcoins for international transactions on: August 08, 2012, 10:47:51 PM
It was a withdrawal.
I'm just using Dwollar now. Only used the bankwire as my gox account han't been verified yet.
1250  Bitcoin / Bitcoin Discussion / Re: Why we need Bitcoins for international transactions on: August 07, 2012, 04:42:28 PM
Sumitomo Bank took $40 off a $400 transfer :/
It was to a US HSBC account too.
And it took nearly 3 weeks.
1251  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.1 on: August 02, 2012, 11:03:19 PM
If I had the time/could be bothered I'd put timers around each of the send/receive and find the max/min/avg values. But that ain't gonna happen in the next week or so.
3s is arbitary. So is 3s for the watchdog, 5s for the stats interval, and any number of other time selections cgminer is littered with. Where did your 100ms come from? Careful analysis?
3s was just a suggestion, and no it won't catch everything. No value apart from infinite will, then we run into other troubles. But we can try mitigating problems, no?

Anway, 2.5.0 is running rock solid for me, so I'm sticking to that for now.
1252  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.1 on: August 02, 2012, 09:30:54 PM
In that case cgminer needed to wait 1s for the temp result to return.
Instead it timed out, leaving the 'get temp' command in the BFL input buffer
Next the get results command was sent to the BFL and the repsonse read... which was from the previous 'get temp' command.
From then on all the responses were out of sync until the read buffer was cleared.

I'd suggest 2 things:
1) Increase the timeout to, say, 3s.
2) Have command re-read the port if they get an unxpected reply. Maybe re-read up to 3 times before giving up.
1253  Economy / Economics / Re: Email "Free Yubikeys" Is it a scam? on: August 02, 2012, 08:27:33 PM
I got one. I use it Smiley
1254  Other / Off-topic / Re: [IDEA] Anti-Arrest Vest on: August 02, 2012, 06:03:21 PM
Sooooooooooo behind the times...
1255  Other / Off-topic / Re: I have a membership on several forums and this is the worst. on: August 02, 2012, 05:56:01 PM
I am Sparti... Atlas.
1256  Other / Off-topic / Re: More minirigs on the wild :) on: August 01, 2012, 09:44:25 PM
So with 150Ghash he has 1% of the whole network, that is crazy Smiley

He's a little under 1.2%.  Shocked

Giga's jelly Smiley
1257  Other / Off-topic / Re: [Announcement] Butterfly Labs on: August 01, 2012, 07:26:03 PM
Nice one dude Smiley
1258  Other / CPU/GPU Bitcoin mining hardware / Re: Countdown to radeon 7990 on: August 01, 2012, 01:22:38 AM
Maybe has an 8-phase PSU.
1259  Economy / Marketplace / Re: Namecoin <-> Bitcoin Exchange on: August 01, 2012, 12:45:28 AM
When you generate an address, how long is it valid for?
I notice it disappears after it's used, but can it still be funded?
1260  Bitcoin / Project Development / Re: ButterFried Labs introduces a new line of chips for miners! on: July 31, 2012, 06:57:00 PM
http://www.amazon.com/Oxygen-Absorbers-Package-Capacity-Absorption/dp/B0028AG8RO
http://www.amazon.com/Impulse-Sealer-Cellophane-Bag-sealer/dp/B000UVMKO8
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!