Beremat
Full Member
 
Offline
Activity: 263
Merit: 100
YGOLD is a Defi platform
|
 |
March 27, 2011, 08:42:16 PM |
|
Hi does anyone know if the accepted shares should be shown?
I am running solo with the latest poclbm client and unlike mining in pool the command prompt doesn't show any accepted shares or rejected shares. Is this normal?
Cheers!
There are no shares when mining solo, only found blocks.
|
|
|
|
kindle
Member

Offline
Activity: 84
Merit: 10
|
 |
March 27, 2011, 08:43:50 PM |
|
Oh thanks for the prompt reply, will overclocking failure reflect rejected?
|
|
|
|
m4rkiz
|
 |
March 29, 2011, 11:38:30 AM |
|
Version 20110325 is a good 5%-10% slower on my 2nd and 3rd card compared to version 20110311.
i have a drop of ~2000 khash/s on 6950 and ~1000 khash/s on 5970 and 5870, nothing major, not even 1%
|
|
|
|
nelisky
Legendary
Offline
Activity: 1540
Merit: 1002
|
 |
March 29, 2011, 05:30:01 PM |
|
Not sure if this was discussed before, I didn't find anything on my 5 seconds search. I needed to use ssl for remote miners and while bitcoind now supports that out of the box, poclbm didn't seem to, at least not the version I was using (and I'm too lazy to try and upgrade a perfectly running system) so here's a patch to allow for that. Patch is for BitcoinMiner.py and you just supply the host part with 'https://' prefix to make it use ssl. 158,159c158,162 < < self.host = '%s:%s' % (host.replace('http://', ''), port) --- > if host.find('https:') >= 0: > self.connector = httplib.HTTPSConnection > else: > self.connector = httplib.HTTPConnection > self.host = '%s:%s' % (host.replace('http://', '').replace('https://', ''), port) 220c223 < self.connection = httplib.HTTPConnection(self.host, strict=True, timeout=5) --- > self.connection = self.connector(self.host, strict=True, timeout=5)
|
|
|
|
m0mchil (OP)
|
 |
March 29, 2011, 07:43:09 PM |
|
Thanks nelisky! I'll add this in next version.
|
|
|
|
Elanzer
Newbie
Offline
Activity: 15
Merit: 0
|
 |
March 31, 2011, 01:29:21 AM |
|
try sdk 2.2 instead
Using SDK 2.2 instead of 2.3 or 2.4, I still get 2 cores put to 100% load using a HD 5870 and HD 5670 on Win7. For the meanwhile anyone with this problem can set CPU affinity to only 1 (same for all) core for all poclbm processes so only one core is fully loaded, that way less electricity is used and less heat is made until a proper solution arises.. it doesn't seem to effect hash rate at all.
|
|
|
|
niooron
|
 |
April 03, 2011, 03:28:43 AM |
|
A while ago I installed opensuse 11.4, what exactly I need to do to use poclbm? The source only has 4 files and no makefile.
|
|
|
|
CD-RW
Jr. Member
Offline
Activity: 56
Merit: 22
|
 |
April 03, 2011, 12:31:51 PM |
|
Still have the CTRL+c error 03/04/2011 14:29:26, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyo", line 142, in mine IOError: [Errno 4] Interrupted function call
bye Doesn't look like a graceful shutdown to me 
|
|
|
|
kelp
Newbie
Offline
Activity: 16
Merit: 0
|
 |
April 04, 2011, 07:55:43 PM |
|
I'm getting a crash on Mac OS X 10.6.7 with m0mchil-poclbm-b981138. It doesn't crash with m0mchil-poclbm-74a5442. I've posted the stack trace here: https://gist.github.com/902241I'm running it like this: python poclbm.py -o deepbit.net -p 8332 -u <email> --pass=<password> -d 0 -f 120 This is with Python 2.6.6 installed from MacPorts. All dependencies were also installed from MacPorts. Anyone else running into this and found a fix?
|
|
|
|
FnuGk
Newbie
Offline
Activity: 55
Merit: 0
|
 |
April 05, 2011, 04:28:54 PM |
|
I'm getting a crash on Mac OS X 10.6.7 with m0mchil-poclbm-b981138. It doesn't crash with m0mchil-poclbm-74a5442. I've posted the stack trace here: https://gist.github.com/902241I'm running it like this: python poclbm.py -o deepbit.net -p 8332 -u <email> --pass=<password> -d 0 -f 120 This is with Python 2.6.6 installed from MacPorts. All dependencies were also installed from MacPorts. Anyone else running into this and found a fix? how do i run it on mac?
|
|
|
|
sanchaz
Member

Offline
Activity: 90
Merit: 10
|
 |
April 05, 2011, 05:30:46 PM Last edit: April 05, 2011, 05:59:28 PM by sanchaz |
|
Hi, I have a HD5850, and installed the AMD STREAM SDK 2.2. But whenever i try to launch the miner i get my cpu's being used at 100% and no activity from the GPU. Q: Why it uses 100% CPU?
You probably selected the CPU as OpenCL device. Or you are using it on Linux with AMD Stream SDK 2.2. Use 2.1 instead. So how do i select the GPU as OpenCL device? thank you. EDIT: never mind just changed -d 0 to -d1 and the gpu was used. Is there an option to limit the usage of the GPU to 50%?
|
|
|
|
kelp
Newbie
Offline
Activity: 16
Merit: 0
|
 |
April 05, 2011, 05:31:28 PM |
|
I'm getting a crash on Mac OS X 10.6.7 with m0mchil-poclbm-b981138. It doesn't crash with m0mchil-poclbm-74a5442. I've posted the stack trace here: https://gist.github.com/902241I'm running it like this: python poclbm.py -o deepbit.net -p 8332 -u <email> --pass=<password> -d 0 -f 120 This is with Python 2.6.6 installed from MacPorts. All dependencies were also installed from MacPorts. Anyone else running into this and found a fix? Oddly, now it's working fine for me with b981138.
|
|
|
|
Mongol
Newbie
Offline
Activity: 6
Merit: 0
|
 |
April 05, 2011, 08:22:41 PM |
|
AMD 5xxx and up use '-v -w 128'
Hi miners!
This should be "-v -w 128" or "-v -w128" without quote of course?
|
|
|
|
kelp
Newbie
Offline
Activity: 16
Merit: 0
|
 |
April 05, 2011, 11:26:53 PM |
|
how do i run it on mac?
This is what I had to do. Download and install Xcode Install MacPorts from: http://www.macports.org/install.phpInstall the dependences for poclbm. This step may take a long time while it downloads and compiles stuff: sudo port install py26-pyopencl Download the sources for m0mchil-poclbm, from https://github.com/m0mchil/poclbmthen open a terminal and extract it, and give it a try. mkdir Bitcoin cd Bitcoin tar zxvf ~/Downloads/m0mchil-poclbm-b981138.tar cd m0mchil-poclbm-b981138/ python2.6 poclbm.py -d 0 -o yourfavoriteminer -p 8332 -u user@example.com --pass=something Be aware, that for what ever reason, OS X is FAR slower for mining than Linux or Windows. I run this on a Mac Pro with a pair of ATI Radeon HD 5770s. In OS X I get about 65Mhash/s on one and 95Mhash/s on the other. I installed Ubuntu 10.10 and boot into it through Bootcamp. There I get 170Mhash/s on each card, over 2x the performance.
|
|
|
|
laykaka
Newbie
Offline
Activity: 1
Merit: 0
|
 |
April 07, 2011, 03:57:12 AM |
|
ขอบคุณมาก ครับ
|
|
|
|
nster
|
 |
April 07, 2011, 04:00:27 AM |
|
ขอบคุณมาก ครับ
That is Thai for Thank you very much
|
167q1CHgVjzLCwQwQvJ3tRMUCrjfqvSznd Donations are welcome  Please be kind if I helped
|
|
|
Reto
Newbie
Offline
Activity: 101
Merit: 0
|
 |
April 07, 2011, 10:21:14 PM |
|
I tried the search function, but I didn't get any results, so gonna ask my question.
Can I cap the processing power this can use? I'd like to be able to limit it to 50% or so power so I can still get decent gaming performance.
|
|
|
|
cdhowie
|
 |
April 07, 2011, 10:27:05 PM |
|
I tried the search function, but I didn't get any results, so gonna ask my question.
Can I cap the processing power this can use? I'd like to be able to limit it to 50% or so power so I can still get decent gaming performance.
You shouldn't have to if you use -f. Try adding -f 120 to the command line and play a game. The game framerate will be just slightly degraded; I don't usually notice a difference. If you have dual monitors and put the miner on the one you don't use for gaming, you'll notice that the hashrate will drop dramatically while you play. Basically it will be using the extra GPU cycles that the game is idle during.
|
Tips are always welcome and can be sent to 1CZ8QgBWZSV3nLLqRk2BD3B4qDbpWAEDCZ Thanks to ye, we have the final piece.PGP key fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5 SerajewelKS @ #bitcoin-otc
|
|
|
Reto
Newbie
Offline
Activity: 101
Merit: 0
|
 |
April 07, 2011, 10:44:20 PM |
|
At the end or anywhere in the command?
|
|
|
|
cdhowie
|
 |
April 07, 2011, 10:46:31 PM |
|
At the end or anywhere in the command?
Anywhere, so long as you don't separate another switch and its argument. The end is a good place to put it if you want to be sure. 
|
Tips are always welcome and can be sent to 1CZ8QgBWZSV3nLLqRk2BD3B4qDbpWAEDCZ Thanks to ye, we have the final piece.PGP key fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5 SerajewelKS @ #bitcoin-otc
|
|
|
|