Bitcoin Forum
May 13, 2024, 03:14:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Introduce yourself :) on: July 07, 2011, 01:14:39 AM
Hi, hey, uhhhhmmm, helo?

I've known BTC for about few months know. Mining a bit while i'm at uni and enjoying free electricity. Just for fun, as i'm not gonna get any bucks out of my nvidia card and don't expect it either. And doing some daytrading at mtgox.1 Currently writing mtgox bot framework for automating certain trades. All in the name of fun of course.

Uh, did i mention, i've been lurking these forums for some time now? :-)

1. Spoiler alert: i have too much time. Well had, but still.
2  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May) on: June 11, 2011, 12:37:28 PM
Greetings!

I've got a newbie question I'm hoping someone can help me with.  Specifically, I'm wondering about failover.  That is, what's the syntax for my bitcoin-miner.exe command line string to so that if I loose connection to one pool it fails over to an alternate?  I've seen mentions of it and I've looked at the link in the OP, but I'm unclear as to how that string should look.  For instance, mining on a 12-core server with onboard GPU, if I want to start with Deepbit as my primary and use Slush as my alternate, what does that look like?  Mining only to deepbit the string is

bitcoin-miner.exe -a 5 -g no -o http://deepbit.net:8332 -u username -p password

To add Slush as a alternate pool the string becomes ...?

Thanks in advance for the help!
https://github.com/cdhowie/Bitcoin-mining-proxy
You're gonna need a working WAMP stack.
3  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May) on: June 04, 2011, 01:43:12 PM
Hi everyone,

I'm getting a bit of a weird assembler error here on Ubuntu 11.04 with jwasm 2.05 (didn't find any specific version requirements):
Code:
[0] $ make
jwasm -3 -elf -zcw -c -Fosha256sse.o sha256sse.asm
JWasm v2.05, May 29 2011, Masm-compatible assembler.
Portions Copyright (c) 1992-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.

sha256sse.asm(76) : Error A2036: Scale factor must be 1, 2, 4 or 8
sha256sse.asm(77) : Error A2036: Scale factor must be 1, 2, 4 or 8
sha256sse.asm(153) : Error A2036: Scale factor must be 1, 2, 4 or 8
sha256sse.asm(169) : Error A2036: Scale factor must be 1, 2, 4 or 8
sha256sse.asm: 316 lines, 1 passes, 0 ms, 0 warnings, 4 errors
make: *** [sha256sse.o] Error 1

However, the respective scale factors in the assembler code are always 4...?
Error occurs both in 64-bit and 32-bit compilation. Any hints?

Thanks,
Florian

Use jwasm <=2.04, the latest one (2.05) refuses to compile.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!