Bitcoin Forum
May 04, 2024, 04:24:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Auctions / Re: [AUCTION] ASICMINER - 44 direct shares starting at 0.22 BTC only - 48 hours only on: December 20, 2013, 12:52:25 AM
5 @ 0.25
2  Bitcoin / Electrum / Re: Electrum 1.8.1 Stuck on Block 251526 on: September 30, 2013, 09:32:25 PM
This appears to be happening again. I cant send. TX rejected code -22.
3  Bitcoin / Electrum / Re: Electrum 1.8 on mac: cannot remember label of address on: June 14, 2013, 10:57:51 PM
Same happens on Windows. The labels do not appear in electrum.dat after exiting the client.
4  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 12, 2013, 12:16:08 AM
update 12 @ 2.49
5  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 12, 2013, 12:09:57 AM
update 12 @ 2.47
6  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 12, 2013, 12:05:04 AM
update 12 @ 2.46
7  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 12, 2013, 12:00:15 AM
update 12 @ 2.45
8  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 11, 2013, 10:37:13 PM
update 10 @ 2.43
9  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 11, 2013, 06:40:05 PM
update 10 @ 2.41
10  Economy / Auctions / Re: [AUCTION] 499 direct ASICMINER shares on: June 10, 2013, 10:50:13 PM
10 @ 2.4
11  Bitcoin / Mining software (miners) / Re: further improved phatk OpenCL Kernel (> 2% increase) for Phoenix - 2011-07-06 on: July 10, 2011, 07:19:09 AM
In Kernel.cl
I changed this:
if(Vals[7].x == -H[7])

to this
if(Vals[7].x == -H[7]-K[60])

Try also changing:
if(Vals[7].y == -H[7])
... to ...
if(Vals[7].y == -H[7]-K[60])

notice Y instead of X. Will be just below the X line
12  Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner on: July 09, 2011, 09:02:01 AM
Please note syntax is updated. Use:

poclbm.py   user1:pass1@host1:port1#serv1   user2:pass2@host2:port2#serv2   user3:pass3@host3:port3#serv3

... instead of ...
poclbm.py --servers=serv1,serv2,serv3
... or ...
poclbm.py --user=x --password=x --host=x --port=x --backup=x

(miner will failover from serv1 to serv2 and serv3 if neccessary)
13  Other / Beginners & Help / Re: further improved phatk OpenCL kernel (> 2% increase) for Phoenix - 2011-07-07 on: July 09, 2011, 08:59:24 AM
Works great!
14  Other / Beginners & Help / Re: further improved phatk OpenCL kernel (> 2% increase) for Phoenix - 2011-07-07 on: July 07, 2011, 10:58:10 PM
New version 2011-07-07 works on SDK 2.1 w/ VECTORS.

Thanks
15  Other / Beginners & Help / Re: further improved phatk OpenCL kernel (> 2% increase) for Phoenix - 2011-07-06 on: July 07, 2011, 07:16:09 AM
This doesnt compile when VECTORS is defined.

Quote
Build on <pyopencl.Device 'Cypress' at 0x34a3680>:

/tmp/OCLthVTDN.cl(126): error: mixed vector-scalar operation not allowed
          unless up-convertable(scalar-type=>vector-element-type)
        W[19] = P4(19) + 0x11002000 + P1(19);
                         ^

I cant post on the mining thread, but this is the same error reported there.
Works fine without VECTORS defined.
16  Bitcoin / Mining software (miners) / Re: hashkill - testing bitcoin miner plugin on: June 08, 2011, 05:18:06 PM
Probably hashkill-gpu < /dev/zero instead?

Got it working with
Code:
hashkill-gpu < /dev/stdin

Also hexedited the binary to remove the ^M^M^M so now Im happy.
Thanks for the cool miner.
17  Bitcoin / Mining software (miners) / Re: hashkill - testing bitcoin miner plugin on: June 08, 2011, 02:34:36 AM
Im running hashkill on a headless machine. Everything works fine if I access via ssh and manually start hashkill. Im trying to have it started automatically by a process manager in a non interactive shell. When I started this way i get the following output:

Code:
[error] (ocl_bitcoin.c:930) Statistics about that pool (pit.deepbit.net) not supported.

thousands of times. Literally 10mb of that error per second if I log the output to a file. Ive tried running like

Code:
echo | hashkill-gpu
or
Code:
hashkill-gpu < /dev/null

with no change. I would like some kind of daemon mode switch that completely disables pool stats and replaces the ^M^M^M in the MHash/sec output with a newline.

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!