Author

Topic: Having poclbm errors when trying to run (Read 3985 times)

sr. member
Activity: 348
Merit: 251
September 30, 2011, 06:31:33 PM
#2
Resolved. The problem was an @ in my password. For example lets say my password was jlj@*(dsjkhf in the below config. It would take the first @ symbol as an indication that following was the pool. I changed my password and it worked out.

user:ihfiuwf8@[email protected]:8332
sr. member
Activity: 348
Merit: 251
September 30, 2011, 05:13:12 PM
#1
Hi,
I have a script setup that runs an instance of a miner on one GPU on my 6990. This script works ok on other machines I have.

My card is loaded into the kernel and functions can be controlled and monitored like temps and fanspeed.

When I try to run the script I get error...

root@linuxcoin:/home/user# ./deepgpu1
Usage: poclbm.py [OPTION]... SERVER[#tag]...
SERVER is one or more [http://]user:pass@host:port          (required)
[#tag] is a per SERVER user friendly name displayed in stats   (optional)

poclbm.py: error: no such option: --host

Here is the contents of deepgpu1:
#!/bin/bash
cd /opt/miners/poclbm

./poclbm.py -d 1 --host=pool.poolhost.net --port=8332 [email protected] --pass=jkjfsdoiojii

I tried changing the script to be more like what it has requested in the error on the "required" line, then I get the below:
30/09/2011 21:12:22, Ignored invalid server entry: '[email protected]:[email protected]:8332'
Traceback (most recent call last):
  File "./poclbm.py", line 67, in
    miner = BitcoinMiner(devices[options.device], options, VERSION, HttpTransport.HttpTransport)
  File "/opt/miners/poclbm/BitcoinMiner.py", line 32, in __init__
    self.transport = transport(self)
  File "/opt/miners/poclbm/HttpTransport.py", line 20, in __init__
    super(HttpTransport, self).__init__(miner)
  File "/opt/miners/poclbm/Transport.py", line 46, in __init__
    self.failure('At least one server is required')
AttributeError: 'HttpTransport' object has no attribute 'failure'


Any ideas?  Sad



Jump to: