Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LiOoO

Pages: [1]
1

ty.. did what u wrote... now i get error..
 File "./miner.py", line 307
    self.coll_counts = {m: collections.deque() for m in miners}
                                                 ^
SyntaxError: invalid syntax
It looks like your python version is older than 2.7. Do you run Debian 6 or older (in wheezy 2.7 is the default)? In this case you could try setting up 2.7 according to this howto: http://www.stylesen.org/python_27_debian_squeeze_60. However, this would also require to resetup pyopencl with pip instead of apt-get.

Even if I make a binary executable, it would still have dependencies on libc (this is how python-to-binary programs work), and it would be tethered to specific distributions then.

I run SMOS Linux Mining  V1.3... 32bit

2
Why i can't find 32bit GPU miner for Linux? I can't find it for MMC too, and there is no source to compile from?
It is opensource now: https://github.com/reorder/pts-1gh
You need python 2.7 with pyopencl module to run it.

Can't do it.. Im Linux newbie.. :(
There is no chance to get precompiled 32BIT Debian Linux versions of miner for PTS and MMC?
Well it makes too little a sense, but you can just do this:
Quote
sudo apt-get install git python-pyopencl
git clone https://github.com/reorder/pts-1gh
cd pts-1gh
./miner.py

ty.. did what u wrote... now i get error..
 File "./miner.py", line 307
    self.coll_counts = {m: collections.deque() for m in miners}
                                                 ^
SyntaxError: invalid syntax

3
Why i can't find 32bit GPU miner for Linux? I can't find it for MMC too, and there is no source to compile from?
It is opensource now: https://github.com/reorder/pts-1gh
You need python 2.7 with pyopencl module to run it.

Can't do it.. Im Linux newbie.. :(
There is no chance to get precompiled 32BIT Debian Linux versions of miner for PTS and MMC?

4
Why i can't find 32bit GPU miner for Linux? I can't find it for MMC too, and there is no source to compile from?

Pages: [1]