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

Pages: 1 2 [3] 4 5 6 7 8 9 10 11
31
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: April 01, 2014, 03:27:34 am »
I do not know which card are you using because the your linked guide says "Important: I suggest going with 13.11 since 14.x seems to break stuff for basically all 290 users."

32
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: April 01, 2014, 01:21:17 am »
Hm, this seems to be ok. Perhaps running fglrxinfo reveals some errors but my guess is that the installation of the driver is incomplete. Which guide did you use (not using a guide will certainly fail for beginners)?

33
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: April 01, 2014, 12:46:55 am »
Is the onboard adapter a AMD or Intel adapter? Perhaps you can PM me your xorg.conf.
If ps -A | grep X shows any non-void output then a X-server is running. Did you install one Catalyst version first and then another? This could wreck the driver if the old version is not removed cleanly. Another possibility is that you did not install all necessary packages before installing the driver. This guide helps http://wiki.cchtml.com/index.php/Ubuntu_Saucy_Installation_Guide but make sure you use the right code-name of your Ubuntu version.

34
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 10:51:25 pm »
http://postimg.org/image/41gv95svv/

Here's the output I got!

Hope you guys can help me.

Did try that with Sudo as well, same output
Which Catalyst version is installed? Are there multiple cards installed (I'm wondering what * - Default adapter means)? If there are multiple cards you have to run sudo aticonfig --adapter=all --initial and then reboot. Furthermore, is there a running X-server because OpenCL does only work without X-server, if there is a not too old Catalyst version installed and if the application is run with sudo (that is not best practice because of security reasons)? Could you post the output of dmesg | grep -i fglrx?

35
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 10:22:26 pm »
@ozzy: Press alt + F2 and type Terminal. After that navigate to the folder of the miner using cd.

36
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 07:26:51 pm »
Could you execute ./clpts -o 0,6 Pezz4JUPfpAFTSSwWgp1TMpCcS1YvEqVsn -u ozzy.PTS_1 -p x -t 0,0,1,1,2,2 -a 2 directly in your bash (first switch to the folder of the miner)? I need the output of the miner otherwise I won't be able to solve your problem.

37
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 06:47:15 pm »
Could you post the output of the miner and your config?

38
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 06:23:11 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.

39
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 06:19:00 pm »
I don't want to mess too much with my Linux because it's working flawless for CgMiner! If I Start doing stuff to it, I will probably crash it, and since I have no Linux experience, the only way will be a complete Format :/

Here's the tutorial I followed

https://www.weminecryptos.com/forum/topic/2187-guide-housing-xubuntu-setup-amd-drivers-kdev-sd-cgminer-monitoring-and-vbios-flashing/

The output is simply No GPU Device with the id.
That sounds like you're using wrong command line arguments. Could you post the output of the miner and your command line arguments?

40
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 01:40:23 pm »
Is your xorg.conf ok and is a X-server running? Otherwise you have to run the miner with sudo.

41
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 31, 2014, 03:24:51 am »
Ok, I will test xpt6 on upcpu.com.

42
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 30, 2014, 07:37:00 pm »
I updated the miner to v1.1, which solves some issues and adds support for the upcpu.com-pool.

43
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 30, 2014, 05:49:55 pm »
Hi NaN,
Thanks for the latest miner!

It's working fine in Win7 64bit with latest 14.3 beta drivers, but it doesn't work with win 8.1 64bit with 13.12 drivers, R9 270, R9 280x or R9 290 cards.

Error: Compilation from LLVMIR binary to IL text failed!
As you may have noticed there are different files for Catalyst 13.12 and Catalyst 14.x drivers. You have to use the *Catalyst13 files for Catalyst 13.12

44
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 28, 2014, 06:50:07 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

45
BitShares PTS / Re: fast AMD OpenCL PTS miner released
« on: March 28, 2014, 05:58:01 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

Pages: 1 2 [3] 4 5 6 7 8 9 10 11