1 2017-06-11 00:25:32 <blackwind_123> https://bpaste.net/show/fbdb3492fb35 , Q related to bitcoin + python , im not able to calculate the hash value generated got the block header field details form this site(https://en.bitcoin.it/wiki/Block_hashing_algorithm)
 2 2017-06-11 18:27:47 <vega4> hello everyone. sorry for being fucked in the ass right away; quick question. why my Nvidia GPU overflows in UNSIGNED integer at 2147483647
 3 2017-06-11 18:28:09 <vega4> *on
 4 2017-06-11 18:29:08 <vega4> another one; what does CGminer/sgminer actually do when they run out of search address space which is 2^32-1
 5 2017-06-11 18:30:12 <vega4> I mean I've studied their source code for quite some time; but it is such a spagetti-code it actually is a miracle it works
 6 2017-06-11 18:30:20 <vega4> no blame here; I mean it's open-source
 7 2017-06-11 18:31:17 <vega4> as for the second question I can think of countless possibilities like changing a timestamp
 8 2017-06-11 18:32:13 <arubi> what do you think is happening vega4 ?
 9 2017-06-11 18:32:36 <arubi> that it runs out of nonce and breaks?
10 2017-06-11 18:32:51 <vega4> have you read what I wrote?
11 2017-06-11 18:33:02 <vega4> currentLine-3
12 2017-06-11 18:33:05 <vega4> ..4
13 2017-06-11 18:33:06 <arubi> I did, it's mostly complaining and not a lot of question marks
14 2017-06-11 18:33:31 <arubi> mmm spagetti.. I think I'll grab dinner.  gl
15 2017-06-11 18:34:12 <vega4> you must be the one of the devs; nah don't get me wrong it works
16 2017-06-11 18:34:27 <arubi> vega4, try bfgminer.  it worked well for me
17 2017-06-11 18:34:46 <vega4> I'm writing coin/miner from scratch
18 2017-06-11 18:34:52 <arubi> ahh there we go
19 2017-06-11 18:34:53 <vega4> I was just looking for ideas I guess
20 2017-06-11 18:36:34 <vega4> everyone seem to plug their Kernel into cgminer/sgminer I mean I understand the rationale; me? I'm not a fan of pool mining-so the later they start to pool-mine my coin the better
21 2017-06-11 18:44:09 <vega4> please please do forgive me...... I'm just excited about the process of development; it's like looking for gold you must know the feeling; heads down to all of you for you contributions to the project;P
22 2017-06-11 18:44:32 <vega4> so.. any idea why kenrel overflow on unsigned it at half of the search space?
23 2017-06-11 18:48:56 <vega4> give me some respect at least I'm one of the very few who has not decided to copy-pase your code for profit; I'm writing from scratch( the real reason is I need to know the ins and outs of it and do not have time to study the sources)
24 2017-06-11 18:57:55 <vega4> I thought I would find some friends around here
25 2017-06-11 19:43:31 <vega4> all questions are now absolete. I took my time.