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

Pages: [1]
1
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: November 29, 2013, 02:19:00 pm »
server should be running again
and the miners should reconnect on their own (but checking it is never a bad idea :) )

Yessss! Miners working! :)

2
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: November 29, 2013, 02:15:15 pm »
small pool maintenance incoming

 How much time do you plan? Active ptsminers automatically reconnect?

Tnx mate for your work!

3
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: November 26, 2013, 04:24:53 am »
Is the the difficulty incrased since the last 2 days or we are only unlucky? 15 blocks discovered in 30 hours... 

The good news is that I've been paid and pts arrived on my wallet. Good job! ;D

PS: any news about compiling ptsminer on Macos Xor? Thank you for your job guys!

4
Hello, I'm trying to compile ptsminer on MacOS Maverick and I get this error:

Code: [Select]
AcidCrash ~/mining/ptsminer/src $ make -f makefile.unix
yasm -f elf64 -o obj/sha512_avx.o intel/sha512_avx.asm
yasm -f elf64 -o obj/sha512_sse4.o intel/sha512_sse4.asm
c++ -c -O2  -fpermissive -o obj/sha512.o sha512.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
clang: warning: argument unused during compilation: '-fpermissive'
c++ -c -O1  -fpermissive -o obj/sph_sha2.o sph_sha2.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
clang: warning: argument unused during compilation: '-fpermissive'
sph_sha2.c:33:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-fpermissive"
                               ^
sph_sha2.c:628:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
sph_sha2.c:643:5: error: assigning to 'sph_sha256_context *' (aka 'sph_sha224_context *') from incompatible type 'void *'
        sc = cc;
           ^ ~~
In file included from sph_sha2.c:655:
./sph_md_helper.c:79:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-fpermissive"
                               ^
./sph_md_helper.c:136:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
./sph_md_helper.c:186:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
./sph_md_helper.c:208:3: error: no matching function for call to 'sha2_round'
                RFUN(data, SPH_VAL);
                ^~~~
sph_sha2.c:652:16: note: expanded from macro 'RFUN'
#define RFUN   sha2_round
               ^~~~~~~~~~
sph_sha2.c:615:1: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const unsigned char *'
sha2_round(const unsigned char *data, sph_u32 r[8])
^
In file included from sph_sha2.c:655:
./sph_md_helper.c:250:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
2 warnings and 6 errors generated.
make: *** [obj/sph_sha2.o] Error 1

Anyone got ptsminer working on MacOS?

There is a link in the OP to some mac compilaton instructions, IIRC they may not be specific to ptsminer...
I haven't tried to compile ptsminer for mac osx yet but i own a few, I'll give it a try on my MacBookPro on Mavericks tonight and I'll see if I can find/fix the issue you are describing.
I'll also give it a try on my OSX10.6.8 iMac too for those still behind a few releases.

X

Thank you so much xornof! Waiting for your feedback!

5
Hello, I'm trying to compile ptsminer on MacOS Maverick and I get this error:

Code: [Select]
AcidCrash ~/mining/ptsminer/src $ make -f makefile.unix
yasm -f elf64 -o obj/sha512_avx.o intel/sha512_avx.asm
yasm -f elf64 -o obj/sha512_sse4.o intel/sha512_sse4.asm
c++ -c -O2  -fpermissive -o obj/sha512.o sha512.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
clang: warning: argument unused during compilation: '-fpermissive'
c++ -c -O1  -fpermissive -o obj/sph_sha2.o sph_sha2.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
clang: warning: argument unused during compilation: '-fpermissive'
sph_sha2.c:33:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-fpermissive"
                               ^
sph_sha2.c:628:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
sph_sha2.c:643:5: error: assigning to 'sph_sha256_context *' (aka 'sph_sha224_context *') from incompatible type 'void *'
        sc = cc;
           ^ ~~
In file included from sph_sha2.c:655:
./sph_md_helper.c:79:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-fpermissive"
                               ^
./sph_md_helper.c:136:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
./sph_md_helper.c:186:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
./sph_md_helper.c:208:3: error: no matching function for call to 'sha2_round'
                RFUN(data, SPH_VAL);
                ^~~~
sph_sha2.c:652:16: note: expanded from macro 'RFUN'
#define RFUN   sha2_round
               ^~~~~~~~~~
sph_sha2.c:615:1: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const unsigned char *'
sha2_round(const unsigned char *data, sph_u32 r[8])
^
In file included from sph_sha2.c:655:
./sph_md_helper.c:250:5: error: assigning to 'sph_sha224_context *' from incompatible type 'void *'
        sc = cc;
           ^ ~~
2 warnings and 6 errors generated.
make: *** [obj/sph_sha2.o] Error 1

Anyone got ptsminer working on MacOS?

Pages: [1]