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

Pages: 1 2 3 4 5 6 [7]
91
Keep getting this error '127'- any guidance would be much appreciated



It seems you need to install YASM

Code: [Select]
sudo apt-get install yasm

92
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 07, 2013, 12:46:44 am »
For anyone using linux on 32 bits in order to properly compile just replace @
https://github.com/thbaumbach/ptsminer/blob/master/CMakeLists.txt

Code: [Select]
else (UNIX)
    SET(CMAKE_ASM_FLAGS "-f elf64")

by

Code: [Select]
else (UNIX)
    SET(CMAKE_ASM_FLAGS "-f elf32")

Test on latest Ubuntu version.

94
BitShares PTS / Re: linux and the QT client... it's a pain
« on: December 06, 2013, 10:39:57 pm »
I used the qmake method to compile protoshares-qt successfully after ensuring all dependencies are installed:

Code: [Select]
git clone git://github.com/InvictusInnovations/ProtoShares.git
cd ProtoShares/
qmake-qt4 -makefile protoshares-qt.pro
make

Try substituting qmake if qmake-qt4 is not found on your system.

That made the trick.

96
Meta / Re: Cannot connect to the Bitshares Forum via Tapatalk
« on: December 05, 2013, 12:57:06 am »
Working good with Android.

97
I sent a PM to get further details about the testing. Because I had no reply I posted in this thread.

98
+ 1

99
Other Languages / Portugal
« on: November 28, 2013, 04:20:31 pm »
Este é o tópico de discussão de Portugal !

100
I would like to try this Mac mining version.
Where can I download it ?

Pages: 1 2 3 4 5 6 [7]