Bitcoin Forum
June 22, 2024, 05:48:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5]
81  Bitcoin / Bitcoin Technical Support / Re: Cannot use second GPU on 6990 on: June 08, 2011, 10:19:20 AM
Me too.

Ubuntu 11.04, Radeon HD 6990

When I open second miner trying to use device 1, computer halt...
82  Other / CPU/GPU Bitcoin mining hardware / Re: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO on: June 07, 2011, 11:29:51 AM
I have only one 6990 card on board, but when I use aticonfig --list-adapters, I got:

* 0. 08:00.0 AMD Radeon HD 6990
   1. 07:00.0 AMD Radeon HD 6990

and I run the miner:
./poclbm -u ** --pass ** -o ***... -d 0

this miner give me about 330 mH/s rate
but when I try to launch another miner, using device 1, I got error:

pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code

any suggestions? thanks.


How do I start one miner, then start the second miner, then the third, and then able to switch back to the first to check the progress?
Also, the miner should not quit when I exit the shell or SSH.
Help please, thank you guys

You will want to use screen.

I create two shell scripts, the first one is to start the miners for whatever pool I want to join and has my poclbm.py command line in it.

The second script is the script that starts all the miner script(s) that I created to start poclbm.

I then use screen like this:

screen -d -m -S gpu1 ./miner.sh

This starts a screen session named "gpu1" with the miner.sh script.

Then, to reconnect to that session, I use screen -r gpu1

To detach from that session, I use CTRL-A D

The miner will stay running even if you log out and when you log back in you can re-attach to that screen if you want, with screen -r gpu1


83  Local / 中文 (Chinese) / Re: 浅谈目前获得比特币的四种主流方法 on: May 31, 2011, 09:33:09 AM
这文章的出处是这里吧? http://www.lixiaolai.com/index.php/archives/10589.html
Pages: « 1 2 3 4 [5]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!