Bitcoin Forum
May 28, 2024, 11:18:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: June 15, 2011, 08:36:21 PM
Hi What port should I open to get more than 8 connections?
You know, like 8333 for bitcoin
2  Bitcoin / Mining / Re: pushpoold - Any way to test that it's actually working? on: June 13, 2011, 01:47:10 PM
Hi, can you tell me how do you use blkmon? And how many stale shares do you have?
3  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support | Web design donation pot: 5.15 BTC on: June 13, 2011, 01:15:07 PM
can anyone tell me how to use blkmon? What port should I use? (i'm using server.json from 1st page) How can I sure that long polling is active and working properly? Coz I have abot 4% stale blocks
4  Bitcoin / Mining / Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04) on: June 04, 2011, 08:41:05 PM
thanks mate
I've installed SDK 2.4 but gpu usage is still ~50% Sad

Crap. Now try underclocking your memory to 300 MHz, maybe that helps...
Ok, will try it later
Did you try leaving it alone(logoff or unplugmonitor or..) and calculate from "2^32 * share/s = hash/s" from your pool site(~3hours to get most accurate). I know there's some variance, but should clearly see if they are still running 50% or 99%.
yep, I've tried that, hashrate is 490mh/s instead of ~1200mh/s
5  Bitcoin / Mining / Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04) on: June 04, 2011, 01:43:40 PM
Do you have the crossfire bridges connected?  If so, disconnect.

Have you disabled CF with aticonfig?  If not, aticonfig --crossfire=off

CF is disabled bridges are disconnected
6  Bitcoin / Mining / Re: small gpu load (poclbm.py, 3x6950 under ubuntu 11.04) on: June 04, 2011, 12:42:44 PM
Do you have enough power on your PSU for the three cards?  You probably need at minimum a 750W or so to handle that, preferably with a single rail or you'll overload the rails.  I've seen GPU's throttle if they aren't getting enough power.
I have 1200W PSU and everything works fine in win7
7  Bitcoin / Mining / Re: Weird Ubuntu Issue - Gpu at 50%? on: June 03, 2011, 02:25:45 PM
Hi All,

I tried yesterday to setup a mining rig with 2 x 5850, using ubuntu 11.04, got this weird issue. when I use only 1 gpu, I get 100% utilization, but when I try to use 2, each only runs at 50%.
I've got the same problem. Did you solve it?
8  Bitcoin / Mining / small gpu load (poclbm.py, 3x6950 under ubuntu 11.04) on: June 03, 2011, 01:31:17 PM
Hi
I have a problem with gpu load under ubuntu 11.04 with catalyst 11.5 and ati stream 2.3
The problem is when I start mining with first gpu I got ~350 mh/s and around 95% gpu load
But when I start second and third gpus I've got this:
Code:
Adapter 0 - AMD Radeon HD 6900 Series 
                            Core (MHz)    Memory (MHz)
           Current Clocks :    870           1250
             Current Peak :    870           1250
  Configurable Peak Range : [500-900]     [1250-1325]
                 GPU load :    52%

Adapter 1 - AMD Radeon HD 6900 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    870           1250
             Current Peak :    870           1250
  Configurable Peak Range : [500-900]     [1250-1325]
                 GPU load :    54%

Adapter 2 - AMD Radeon HD 6900 Series
                            Core (MHz)    Memory (MHz)
           Current Clocks :    870           1250
             Current Peak :    870           1250
  Configurable Peak Range : [500-900]     [1250-1325]
                 GPU load :    57%
and hashrate is about 190000 kh/s
Can anyone help me?
9  Other / Obsolete (buying) / Re: 50 BTC if you write a complete guide on GPU mining on Ubuntu using ATI on: June 02, 2011, 03:31:25 PM
I think "--device" starts in 1, but you put 0, and then you got an error.
nope, there is no libopencl.so in /usr/lib  but why?
I finally got it working on a clean 10.10 install with Catalyst 11.04 and SDK 2.1 and poclbm
I kept getting this segmentation fault afther the catalyst install on 11.04, 10.10 and 10.04, then i thought i must be the hardware so i changed the monitor, but the same segmentation fault kept showing up again on 10.04 10.10 and 11.04 even gave a error ./default policy.sh does not support version. Oke they were nameless monitor brands that someone gave to me, but that shouldn't matter. Finally i switched to the monitor of my main computer and YES, this time no segmentation fault. i have used the install procedure from all around the forum and beyond and it went smoothly first time install, from catalyst to SDK/OpenCL up to poclbm.

Edit:
Working version on 64 bits Ubuntu 11.04 - Ati Catalyst 11.4 - Ati SDK 2.3 with poclbm and phoenix miner in 31 steps:
Hardware:(budget mining)MSI 770-c45 Mobo with athlon2 X2 cpu - cooler master 650w powersupply - 1x GPU Ati 58xx


1. sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 g++ libboost-all-dev subversion git-core python-numpy
2. sudo apt-get install ia32-libs
3. cd ~/; mkdir catalyst11.4; cd catalyst11.4/
4. wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-4-x86.x86_64.run
5. chmod +x ati-driver-installer-11-4-x86.x86_64.run
6. sudo apt-get remove --purge xserver-xorg-video-radeon
7. sh ati-driver-installer-11-4-x86.x86_64.run --buildpkg Ubuntu/natty
8. sudo dpkg -i fglrx*.deb
9. sudo aticonfig --initial -f
10. sudo aticonfig --input=/etc/X11/xorg.conf --tls=1
10a.reboot
11. wget http://download2-developer.amd.com/amd/Stream20GA/ati-stream-sdk-v2.3-lnx64.tgz
12. wget http://download2-developer.amd.com/amd/Stream20GA/icd-registration.tgz
13. sudo tar xvfz ati-stream-sdk-v2.3-lnx64.tgz -C /opt
14. sudo tar xvfz icd-registration.tgz -C /
15. echo export DISPLAY=:0 >> .bashrc
16. echo export LD_LIBRARY_PATH=/opt/ati-stream-sdk-v2.3-lnx64/lib/x86_64/:$LD_LIBRARY_PATH >> .bashrc
17. source .bashrc
18. wget http://pypi.python.org/packages/source/p/pyopencl/pyopencl-0.92.tar.gz
19. svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc
20. svn checkout http://svn3.xp-dev.com/svn/phoenix-miner/trunk
21. git clone git://github.com/m0mchil/poclbm poclbm
22. mv trunk phoenix
23. tar zxfv pyopencl-0.92.tar.gz
24. cd pyopencl-0.92
25. ./configure.py --cl-inc-dir=/opt/ati-stream-sdk-v2.3-lnx64/include/ --cl-lib-dir=/opt/ati-stream-sdk-v2.3-lnx64/lib/x86_64
26. make -j3
27. sudo make install
28. cd ../python-jsonrpc
29. sudo python setup.py install
30. cd ~
31. chmod +x phoenix/phoenix.py poclbm/poclbm.py

Works for me too, thanks!
But I have 3 gpu, and when I use only one of them everything is ok, when I start second, I've got 350 mh/s with -d 0 and 12mh/s with -d 1, and when I start third I've got 200, 112 and 90 mh/s respectively. wtf?
CPU is -d 3
10  Other / Obsolete (buying) / Re: 50 BTC if you write a complete guide on GPU mining on Ubuntu using ATI on: June 02, 2011, 02:11:33 PM
Hello. I've tried to follow this guide on ubuntu 11.04 with sdk 2.3 (coz I have 3x6950)
./CLInfo |grep CL_DEVICE_TYPE_GPU shows 3 gpu same as ./poclbm.py so everything is fine until this:

Code:
/poclbm$ ./poclbm.py --host=mining.bitcoin.cz --port=8332 --user=username --pass=pass --device=0
Traceback (most recent call last):
  File "./poclbm.py", line 3, in
    import pyopencl as cl
  File "/usr/local/lib/python2.7/dist-packages/pyopencl-0.92-py2.7-linux-x86_64.egg/pyopencl/__init__.py", line 3, in
    import pyopencl._cl as _cl
ImportError: libOpenCL.so: cannot open shared object file: No such file or directory

I don't understand what file or directory does not exist? Can anyone help me?
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!