Search content
Sort by

Showing 8 of 8 results by sbr2004
Post
Topic
Board Hardware
Re: "Avalon" ASIC, announcement & pre-order start. VERY important notice updated
by
sbr2004
on 21/09/2012, 09:47:04 UTC
What about CE mark? Without it import to EU is a gamble.
Post
Topic
Board Trading Discussion
Re: How do Europeans deposit/withdraw into Mt. Gox?
by
sbr2004
on 27/01/2012, 06:49:30 UTC

Quote
Hi, could you please give me your ticket number that I can check this with my colleagues because this is not true, both works perfectly even as for today.


I was talking about Paxum/SEPA withdrawal issue. Details below.


Ticket # 18871


mt.gox support, Jan-19 15:53 (JST):
Hello,

Currently, Paxum withdrawals are delayed due to insufficient funds in our Paxum account. If customers are in urgent need of the funds, please contact Mt.Gox Support and we will cancel the transaction.

Thanks,

MtGox.com Team

--

> Jan-19 15:56 (JST):
When do you expect Paxum transactions to go through?

--

mt.gox support, Jan-19 15:58 (JST):
We do not have a specific date at the moment but we would like to solve these delays within 1-2 weeks.

Thanks,

MtGox.com Team

--

> Jan-19 16:02 (JST):
Is it possible to cancel Paxum withdraw and use SEPA transfer instead?

--

mt.gox support, Jan-19 16:05 (JST):
Cancellation for Paxum is possible but unfortunately SEPA withdraws are not active at the moment.

Thanks,

MtGox.com Team
Post
Topic
Board Trading Discussion
Re: How do Europeans deposit/withdraw into Mt. Gox?
by
sbr2004
on 26/01/2012, 10:26:30 UTC

But both are not working at the moment according to MtGox support. Had an open issue with MtGox support last week and finally diverted to another exchange.

Quote from: Mt.Gox Support

Paxum and International wire are the best choice at this point in your case. We are currently looking for other alternative as well.

Post
Topic
Board Beginners & Help
Re: Whitelist Requests (Want out of here?)
by
sbr2004
on 19/01/2012, 08:17:48 UTC
I'd like to be whitelisted, if possible.

Thanks!
Post
Topic
Board Beginners & Help
Re: Compile error on PS3
by
sbr2004
on 29/06/2011, 08:16:38 UTC

In fact my fancy PS3 has 6 cell CPU's, and it can do whooping 120 mh/sec  Grin



Do you need to have an old version of a PS3 without the update that removed linux?

It's a shame it only does 20mh/s, one would think with the fancy cell processor it might do better.
Post
Topic
Board Beginners & Help
Re: Compile error on PS3
by
sbr2004
on 29/06/2011, 07:32:01 UTC
> spu-gcc -v
Using built-in specs.
Target: spu
Configured with: ../toolchain/gcc/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-shared --disable-threads --disable-checking --with-headers --with-system-zlib --with-newlib --enable-languages=c,c++,fortran --disable-nls --enable-version-specific-runtime-libs --disable-libssp --program-prefix=spu- --target=spu
Thread model: single
gcc version 4.1.1

Seems we dont have spu_sr, only spu_sl?


/usr/lib/gcc/spu/4.1.1/include/spu_internals.h

...
#define spu_rlmaskqw(ra,rb)       __builtin_spu_rlmaskqw(ra,rb)
#define spu_rlmaskqwbyte(ra,rb)   __builtin_spu_rlmaskqwbyte(ra,rb)
#define spu_rlmaskqwbytebc(ra,rb) __builtin_spu_rlmaskqwbytebc(ra,rb)
#define spu_sl(ra,rb)             __builtin_spu_sl(ra,rb)
#define spu_slqw(ra,rb)           __builtin_spu_slqw(ra,rb)
#define spu_slqwbyte(ra,rb)       __builtin_spu_slqwbyte(ra,rb)
...

/usr/lib/gcc/spu/4.1.1/include> grep -i spu_sr * - nothing.

Too old compiler?


PS It is QS20 blade.

Post
Topic
Board Beginners & Help
Re: Compile error on PS3
by
sbr2004
on 20/06/2011, 06:55:55 UTC
for fun Smiley
Post
Topic
Board Beginners & Help
Compile error on PS3
by
sbr2004
on 20/06/2011, 06:27:07 UTC
Because I cant post to correct topic, it goes here.
I'm trying to compile PS3 miner on Fedora 7 and get error below. Maybe verement will notice this post and will answer?

spu-gcc -DUNROLL_SHA256 -Dinline="inline __attribute__((always_inline))" -O3 -fno-strict-aliasing -funroll-loops -mno-safe-hints -Wall    -c -o sha256.o sha256.c
sha256.c: In function 'vec_SHR':
sha256.c:61: warning: implicit declaration of function 'spu_sr'
sha256.c:61: error: incompatible types in return
sha256.c:62: warning: control reaches end of non-void function
make[2]: *** [sha256.o] Error 1
make[2]: Leaving directory `/home/sbernard/cellminer/ext/spu'
make[1]: *** [spu/worker.elf] Error 2
make[1]: Leaving directory `/home/sbernard/cellminer/ext'
make: *** [ext/cellminer.so] Error 2