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

Pages: 1 [2]
16
abra
Let's try this out :)

17
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 22, 2013, 05:48:04 am »
@donshoe
Just running command to make file as shown in various tutorial.
I just need to find a binary for 32 bit OS

18
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 21, 2013, 12:36:10 pm »
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.

I am getting error

 "/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [ptsminer] Error 1
"

Kindly help.

19
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 21, 2013, 10:56:04 am »
Can someone share where I could find my individual shares/speed added if I am using multiple clients for mining.

Pages: 1 [2]