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 - ozzy

Pages: 1 [2]
16
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 06:43:50 pm »
I used C++11 for the new miner. Is your glibc up to date? Perhaps I should revert to boost and statically link it. Which distro do you use?
EDIT: Oh, the correct syntax is
./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2
yea i also tried the ./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

but it didnt work .And i dont know if i have the latest c++11 i dont know much about linux (i am using ubuntu 12.04 )
edit i manage to install but :
installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.7-doc : Conflicts: libstdc++6-4.4-doc but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-doc but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-doc but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.8-dbg : Conflicts: libstdc++6-4.4-dbg but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
                      Conflicts: libstdc++6-4.7-dbg but 4.7.3-2ubuntu1~12.04 is to be installed
E: Unable to correct problems, you have held broken packages.
I got the same error with Ubuntu 12.04, I solved it by

sudo apt-get install libstdc++6
it also doesnt work
i am geting :
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.

btw i am using amd-catalyst-14.1-betav1.3-linux-x86.x86_64 drivers
Did you try to use v1.1? If it does not work I can give you a statically linked version of the miner so there are no dependencies on OS-libraries. The disadvantage is that the binaries become several MB large.

yes i couldntmake v1.1 when i click the run in terminal window the miner window just opens and closes, v0.2.2 works ok   

17
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 05:24:15 pm »
Is your xorg.conf ok and is a X-server running? Otherwise you have to run the miner with sudo.
can you tell me what am i doing wrong?I am trying for 3 days but cant run the newest miner :/

18
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 08:48:35 am »
I used C++11 for the new miner. Is your glibc up to date? Perhaps I should revert to boost and statically link it. Which distro do you use?
EDIT: Oh, the correct syntax is
./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2
yea i also tried the ./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

but it didnt work .And i dont know if i have the latest c++11 i dont know much about linux (i am using ubuntu 12.04 )
edit i manage to install but :
installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.7-doc : Conflicts: libstdc++6-4.4-doc but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-doc but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-doc but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.8-dbg : Conflicts: libstdc++6-4.4-dbg but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
                      Conflicts: libstdc++6-4.7-dbg but 4.7.3-2ubuntu1~12.04 is to be installed
E: Unable to correct problems, you have held broken packages.
I got the same error with Ubuntu 12.04, I solved it by

sudo apt-get install libstdc++6
it also doesnt work
i am geting :
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.

btw i am using amd-catalyst-14.1-betav1.3-linux-x86.x86_64 drivers

19
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 28, 2014, 07:13:02 pm »
I used C++11 for the new miner. Is your glibc up to date? Perhaps I should revert to boost and statically link it. Which distro do you use?
EDIT: Oh, the correct syntax is
./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2
yea i also tried the ./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

but it didnt work .And i dont know if i have the latest c++11 i dont know much about linux (i am using ubuntu 12.04 )
edit i manage to install but :
installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.7-doc : Conflicts: libstdc++6-4.4-doc but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-doc but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-doc but 4.6.4-1ubuntu1~12.04 is to be installed
 libstdc++6-4.8-dbg : Conflicts: libstdc++6-4.4-dbg but 4.4.7-1ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.5-dbg but 4.5.3-12ubuntu2 is to be installed
                      Conflicts: libstdc++6-4.6-dbg but 4.6.4-1ubuntu1~12.04 is to be installed
                      Conflicts: libstdc++6-4.7-dbg but 4.7.3-2ubuntu1~12.04 is to be installed
E: Unable to correct problems, you have held broken packages.


20
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 28, 2014, 06:41:08 pm »
You're using a pool that requires a valid payout address (-o 0). The correct syntax would be
./clpts -o 0,6 <payout-address> -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

ok i did this:

#!/bin/bash

./clpts -o 0,6 <Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn> -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

but still same :/


21
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 28, 2014, 05:53:41 pm »
i was using v.022 flawless @linux but when i try to launch clpts-v1.0a_linux_x86-64_Catalyst14 the miner just opens and closes .My .sh file
#!/bin/bash

./clpts -o 0,6 -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2

what am i doing wrong?

Pages: 1 [2]