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

Pages: 1 2 3 4 5 6 [7]
91
20 cores @ 256mb/core


92
OSX issues seem to be with "Endian.h" being included in sha512, I managed to point to where it is but I get a bunch of other compilation errors:

clang: warning: argument unused during compilation: '-fpermissive'
sha512.c:257:17: error: use of undeclared identifier 'be64toh'
        lengthPad[0] = BYTESWAP64(sc->totalLength[0]);
                       ^
sha512.c:103:23: note: expanded from macro 'BYTESWAP64'
#define BYTESWAP64(x) be64toh(x)
                      ^
sha512.c:258:17: error: use of undeclared identifier 'be64toh'
        lengthPad[1] = BYTESWAP64(sc->totalLength[1]);
                       ^
sha512.c:103:23: note: expanded from macro 'BYTESWAP64'
#define BYTESWAP64(x) be64toh(x)
                      ^
sha512.c:265:27: error: use of undeclared identifier 'be64toh'
                        *((uint64_t *) hash) = BYTESWAP64(sc->hash);
                                               ^
sha512.c:103:23: note: expanded from macro 'BYTESWAP64'
#define BYTESWAP64(x) be64toh(x)
                      ^
3 errors generated.

I'll keep playing, learning heaps at the moment :D

93
lame, CentOS box ain't running it either...yet to try a ubuntu box but I think i might hold off as it probably won't work (knowing my luck)

and now she decides to come good...nfi why, had all the dependencies installed :S

Nah she's down again...back to the old version for me

94
trying to get OSX working at the moment, having trouble with the compilation, will report back if I find the fix. If anyone has managed to get it running let me know.

95
yep, short downtime, but should be ok now, sorry.

and sorry for the rare updates currently, i'm working on a new version for the miner mostly
i'm currently testing sphlib & the avx/sse support glitchboy mentioned (thanks for that)
also i added the memory option (but it looks like 512mb is still the best one (at least for me), but it's always good to have an option)

looks like everything is ok here in the thread, nothing to answer ... wth? ;D

- xolokram

Thanks for your great work.
Will you upload the new version to your git repo? I would love to test it.
The 256MB option is usefull for servers with a lot of cores but less RAM (i have a 24 core with only 8 GB).

plus two but I want to run it on an older system I have here.

I'd run that 24 core @ 12 threads.

96
@Devilfish: Magyar vagy? :-)

google is telling me that means "are you hungarian", I'm afraid not, I'm Australian.

97
those guys really need a graphical interface or something better than their 70's text interface.

nah, bro.

98
I noticed that update appear last night when I was setting up some miners, have it running on everything now, shall see how we go!

Pages: 1 2 3 4 5 6 [7]