I'm a bit of a n00b to the whole command line thing. I'm getting the following error when I try to execute "./poclbm.py":
Traceback (most recent call last):
File "./poclbm.py", line 3, in
from BitcoinMiner import *
File "/home/joey/poclbm/BitcoinMiner.py", line 4, in
from log import *
I tried a different way to get my machine mining bitcoin with the poclbm miner that did not work, and I'm wondering if the previous method is interfering with this attempt.