Post
Topic
Board Mining software (miners)
Re: Phoenix 2 beta discussion
by
TurdHurdur
on 08/02/2012, 22:09:30 UTC
I'll have CFSworks take a look at this later. In the mean time you can use phoenix by starting phoenix.py instead of executing the config file.

Oh, I tried that, but this happened:

Code:
name@hostname:/usr/local/src/phoenix-2.0.0$ ./phoenix.py ~/phoenix.cfg
[02/08/2012 17:05:29] Welcome to Phoenix v2.0.0-rc1
[0 Khash/s] [0 Accepted] [0 Rejected] [DISCONNECTED]Traceback (most recent call last):
  File "./phoenix.py", line 37, in
    main()
  File "./phoenix.py", line 32, in main
    pc.start()
  File "/usr/local/src/phoenix-2.0.0/phoenix2/core/PhoenixCore.py", line 78, in start
    self.discoverKernels()
  File "/usr/local/src/phoenix-2.0.0/phoenix2/core/PhoenixCore.py", line 109, in discoverKernels
    kernelModule = imp.load_module(name, file, filename, smt)
  File "/usr/local/src/phoenix-2.0.0/phoenix2/core/../kernels/phatk2/__init__.py", line 38, in
    opencl = sys.modules['opencl']
KeyError: 'opencl'