Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Published on Sep 16, 2012
Commands used in this video:
apt-get install gcc gcc-4.5 g++ g++-4.5 libstdc++6-4.5-dev libpcre3-dev libcurl3-dev make less
apt-get install ia32-libs ia32-libs-gtk lib32gcc1 lib32stdc++6 lib32z1 libc6-i386
mkdir bitcoind
cd bitcoind
wget http://yyz.us/bitcoin/cpuminer-1.0.2....
tar -zxvf cpuminer-1.0.2.tar.gz
cd cpuminer-1.0.2
./configure
make
./minerd --url http://yourpool.x:8332 --userpass yourusername:yourpassword
Please Note this will work on any hardware. I have successfully compiled this on a PowerPc mac and PowerPc linux.
Loading...
Working...