Bitcoin Forum
May 29, 2024, 01:19:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: A better (?) way to visualize Mt. Gox trades on: June 13, 2011, 10:42:32 PM
It looks great! Would it be worth colour coding buys/sells?
2  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 13, 2011, 05:51:57 AM
Please whitelist me Smiley

I'm new to this forum and only have one post up my sleeve, I posted JUST before this whitelist was implemented!

I think you will find my one post was of value. I plan to add more value if allowed Tongue
3  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May) on: June 11, 2011, 08:47:26 PM
walidzohair thanks so much for your post! It works a charm!

I have re-simplified your instructions for anyone else trying to build Ufasoft's CPU Bitcoin Miner under Ubuntu 10.10 x86 (32bit):

############################################################
# Ufasoft CPU bitcoin miner supporting RPC for pooled mining
# x86 (32bit) Debian / Ubuntu install guide
# Tested under Ubunutu 10.10 32bit
# Reference: http://forum.bitcoin.org/index.php?topic=3486.msg114156#msg114156
############################################################

# Install package dependencies
sudo apt-get install gcc-4.5 g++-4.5 libpcre++-dev libcurl4-dev unzip unace

# Manually install JWasm dependency
wget http://www.japheth.de/Download/JWasm/JWasm205bl.zip
unzip JWasm205bl.zip && sudo cp JWASM /usr/bin/jwasm && sudo chmod +x /usr/bin/jwasm

# Download, build and install software (should install in /usr/local/bin)
wget http://ufasoft.com/files/open/ufasoft_bitcoin-miner-0.10.tar.lzma
tar -xavf ufasoft_bitcoin-miner-0.10.tar.lzma
cd ufasoft_bitcoin-miner-0.10/
sudo CC=gcc-4.5 CXX=g++-4.5 ./configure && sudo make && sudo make install

# Cleanup
If your a clean freak, delete all files downloaded and extracted above Smiley

# Usage
bitcoin-miner --help
# Deepbit online mining pool example
bitcoin-miner -a 5 -t 4 -o http://pit.deepbit.net:8332 -u user@domain.com -p 'password'
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!