Search content
Sort by

Showing 14 of 14 results by aeMaeth
Post
Topic
Board Bitcoin Discussion
Re: Someone is flooding twitter with bitcoin statuses
by
aeMaeth
on 25/07/2011, 00:54:37 UTC
I'm glad my bitcoin twitter thing isn't on that list.  I don't make mention of bitcoins specifically, I just post mtgox stats in half as a service for those that want up to date mtgox info on twitter, but mostly to decrease spam on  the irc channel, people used to incessantly mention every tiny swing.  So it's a tongue-in-cheek statement of, "Yes, yes, we all have the internet..."

+1 hate for twitter, but it has 1-2 uses.
Post
Topic
Board Obsolete (selling)
Selling $5 Amazon.com Gift codes
by
aeMaeth
on 17/06/2011, 11:34:32 UTC
I have 7 $5 amazon.com gift codes I'd like to sell for bitcoins.
They're also on the bitcoin-otc order book
Listed price is 4.75/{mtgoxlast}  which as of now would equal 0.28 BTC per card (mtgox just traded at 16.75), and can even round down to 1.90 if you grab all of them!  Shocked

I'm in good standing here and the -otc.
Post
Topic
Board Bitcoin Discussion
Re: sorry if you don't like it but i couldn't stop laughing.
by
aeMaeth
on 16/06/2011, 11:14:04 UTC
http://www.youtube.com/watch?v=fJlqbCq8Yio
Now he sells bitcoin insurance, you can spill coffee on your computer, and it's backed up and secured by him and his concealed handgun license, INTERNET!

http://www.megaupload.com/?d=AAT6G8AZ  <--contains the video files used to create this, hopefully someone can set this to music, I can see "Bitcoins! Internet! Bitcoins! Internet! You have a wallet!" being a big hit.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May)
by
aeMaeth
on 23/05/2011, 04:24:05 UTC
For all who have 0 MHash/s. Just wait and in can start.
I appreciate this, but i've left it on for quite a long time, and still 0Mhash/s showing, still 0% cpu Sad oh well
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May)
by
aeMaeth
on 14/05/2011, 23:12:57 UTC
Any chance of getting the hash rate output to the stdout instead of stderr so "guiminer" can display hash rates?

Thanks
does adding "1>&2" at the end of the command work for you? although i don't know guiminer, so just taking a shot in the dark


Quote
Well test for the 0MHash/sec on ubuntu naughty and the recent source (today) and reply
I'll try the recent source, but if the solution is 11.04, i don't want to be right, i'll just end my trials here.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May)
by
aeMaeth
on 14/05/2011, 06:43:57 UTC

[....cut...]

I still get 0MHash/sec and 0% cpu usage, what am i doing wrong?
Had the same problem only to find out that I saved the miner's name wrong: Names are case sensitive. So check if you've spelled your data correctly when running bitcoin-miner.exe. (I'm new to bitcoin and mining, so this is my only idea about what could have went wrong. I still hope it helps...)

Silverfang
Thanks for the reply
I had mostly done what walidzohair did already, but repeated the steps just to be safe, at that point we both had the same/similar problem.
i'm using the latest version
not sure what more could go into this
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May)
by
aeMaeth
on 13/05/2011, 14:51:49 UTC
Funny Smiley Yes, I did exactly what you did (except I'm using gcc-4.6), and ran into 0 MHash/sec as I sad

The bug fixed, please redownload sources.

confirmed .. working now on ubuntu natty (naughty) FINALLY and it is hashing too!

Iw ill confirm about teh performance gain later and if it actually hash out some milicoins

I still get 0MHash/sec and 0% cpu usage, what am i doing wrong?
Post
Topic
Board Marketplace
Re: List of honest traders.
by
aeMaeth
on 11/05/2011, 05:51:32 UTC
+1 to kpriess
Post
Topic
Board Marketplace
Re: [FOR SALE] $5 Amazon.com Gift Code [CLOSED]
by
aeMaeth
on 08/05/2011, 05:56:50 UTC
no response from kpriess, selling to drise
Post
Topic
Board Marketplace
Re: [FOR SALE] $5 Amazon.com Gift Code [CLOSED]
by
aeMaeth
on 08/05/2011, 04:38:17 UTC
Aww man! I missed both... Sad Eh, Shit happens.
haven't had any word from kpriess


at any rate, i'll have another one soon, like i said
Post
Topic
Board Marketplace
Re: [FOR SALE] $5 Amazon.com Gift Code [CLOSED]
by
aeMaeth
on 08/05/2011, 03:20:06 UTC
Well im interested if you still have it, same price 1.20 tho..
sure, great, pm'ing you now
Post
Topic
Board Marketplace
Re: [FOR SALE] $5 Amazon.com Gift Code [CLOSED]
by
aeMaeth
on 08/05/2011, 02:51:14 UTC
I also have a $5 amazon.com code, it's been up for sale on #bitcoin-otc
Price has been "4.50 / {mtgoxlast}" BTC but i'm open to offers.
I get them pretty regularly, should get another on the 11th or 12th, then another around the 17th and so on.

Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.8 (2011-April)
by
aeMaeth
on 04/05/2011, 16:24:33 UTC
No, ROTR is cyclic right shift. There are no such operation in C language.
_rotr intrinsic function available on GCC 4.5 for Intel x86/x64 platform.

For those of you on Linux encountering this problem, configure with CC=gcc-4.5 and CXX=g++-4.5

For example,
CC=gcc-4.5 CXX=g++-4.5 ./configure ...[rest goes here]...

You will need to install gcc and g++ 4.5 for this to work, and you should be able to confirm the right gcc used in compile output scrolling by.

Thanks, this was helpful, it compiled, but when i run it, it does nothing.

The following is what i've done so far,
Code:
sudo aptitude install gcc-4.5
sudo aptitude install g++-4.5
sudo cp JWASM /usr/bin/jwasm
sudo chmod +x /usr/bin/jwasm
sudo aptitude install libpcre++-dev
sudo aptitude install libcurl4-dev
CC=gcc-4.5 CXX=g++-4.5 ./configure
make
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.7 (2011-April)
by
aeMaeth
on 25/04/2011, 07:46:16 UTC
Version 0.7 released.
Supports Long polling Protocol
Some bugs fixed

Just tried to compile this on Linux x86-64.
It dumps a ton of warning and fails with the following errors:

Code:
el/inc/../libext/ext-fw.h:924: error: cast from ‘void*’ to ‘int’ loses precision
bitcoin-sha256.h:52: error: ‘_rotr’ was not declared in this scope

I have the same error

Code:
In file included from bitcoin-miner.cpp:33:
bitcoin-sha256.h: In function ‘Ext::UInt32 Rotr32(Ext::UInt32, int)’:
bitcoin-sha256.h:50: error: ‘_rotr’ was not declared in this scope
make: *** [bitcoin-miner.o] Error 1