Transaction

12bccb8e63faa617f1705a382dbcde07aa95dc5166392d66d3a629f874600a2d
Timestamp (utc)
2024-03-27 17:36:29
Fee Paid
0.00000052 BSV
(
0.00725597 BSV
-
0.00725545 BSV
)
Fee Rate
10.09 sat/KB
Version
1
Confirmations
93,466
Size Stats
5,150 B

2 Outputs

Total Output:
0.00725545 BSV
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM"<div class="post">Hi there!<br/><br/>Trying to use this, but here is the error I see:<br/><div class="codeheader">Code:</div><div class="code">D:\pycuda&gt;poclbm.exe<br/>No device specified, you may use -d to specify one of the following<br/><br/>Traceback (most recent call last):<br/>&nbsp; File "poclbm.py", line 58, in &lt;module&gt;<br/>&nbsp; File "pyopencl\__init__.pyc", line 138, in program_build<br/>pyopencl.RuntimeError: clBuildProgram failed: build program failure<br/><br/>Build on &lt;pyopencl.Device 'GeForce GTX 470' at 0x2d112d8&gt;:<br/><br/>:52: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[5]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:53: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[6]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:54: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[7]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:55: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[8]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:56: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[9]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:57: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[10]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:58: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[11]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:59: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[12]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:60: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[13]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:61: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[14]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:62: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[15]=0x00000280;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:141: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[9]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:142: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[10]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:143: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[11]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:144: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[12]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:145: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[13]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:146: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[14]=0x00000000;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:147: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; work[15]=0x00000100;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~<br/>:149: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; A=0x6a09e667;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:151: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; C=0x3c6ef372;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:153: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; E=0x510e527f;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:155: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; G=0x1f83d9ab;<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~<br/>:156: error: incompatible type assigning 'int', expected 'uint2'<br/>&nbsp; &nbsp; &nbsp; &nbsp; H=0x5be0cd19;</div><br/>Wish I were smart enough to understand what that means!<br/><br/>Any ideas?<br/></div> text/html
    https://whatsonchain.com/tx/12bccb8e63faa617f1705a382dbcde07aa95dc5166392d66d3a629f874600a2d