Can't wait for today's bullshit-sandwich "daily" news update!
we didnt even get an update yesterday
And i am starting to get pissed off with this "In progress" crap!
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
bfgminer version 3.3.0 - Started: [2013-10-22 04:02:28] - [ 0 days 02:14:20]
[M]anage devices [P]ool management [S]ettings [D]isplay options [H]elp [Q]uit
Connected to stratum.mining.eligius.st diff 64 with stratum as user 14cbTxT4nN1AFQzEdFURb9co
Block: ...ed7f12e1 #265245 Diff:268M ( 1.92Ph/s) Started: [06:23:33]
ST:2 F:0 NB:29 AS:0 BW:[141/126 B/s] E:457.72 I:20.14mBTC/hr BS:939k
2/379 60.0C | 267.0/269.3/255.2Gh/s | A:6847 R:28+0(.40%) HW:14839/3.0%
--------------------------------------------------------------------------------
KNC 0: 60.0C | 134.1/131.7/123.3Gh/s | A:3286 R:19+0(.55%) HW:12796/5.2%
KNC 1: 55.0C | 140.4/137.7/131.9Gh/s | A:3564 R: 9+0(.25%) HW: 2044/.82%
bfgminer version 3.3.0 - Started: [2013-10-22 04:02:28] - [ 0 days 02:14:20]
[M]anage devices [P]ool management [S]ettings [D]isplay options [H]elp [Q]uit
Connected to stratum.mining.eligius.st diff 64 with stratum as user 14cbTxT4nN1AFQzEdFURb9co
Block: ...ed7f12e1 #265245 Diff:268M ( 1.92Ph/s) Started: [06:23:33]
ST:2 F:0 NB:29 AS:0 BW:[141/126 B/s] E:457.72 I:20.14mBTC/hr BS:939k
2/379 60.0C | 267.0/269.3/255.2Gh/s | A:6847 R:28+0(.40%) HW:14839/3.0%
--------------------------------------------------------------------------------
KNC 0: 60.0C | 134.1/131.7/123.3Gh/s | A:3286 R:19+0(.55%) HW:12796/5.2%
KNC 1: 55.0C | 140.4/137.7/131.9Gh/s | A:3564 R: 9+0(.25%) HW: 2044/.82%
cat >/etc/opkg/feeds.conf <<\EOF
src/gz noarch http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/all/
src/gz base http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/base/
src/gz debug http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/debug/
src/gz beaglebone http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/machine/beaglebone/
src/gz perl http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/perl/
src/gz python http://feeds.angstrom-distribution.org/feeds/v2013.06/ipk/eglibc/cortexa8hf-vfp-neon/python/
EOF
opkg update
opkg install angstrom-feed-configs
rm /etc/opkg/feeds.conf
opkg update
opkg install update-alternatives
opkg install automake autoconf make gcc cpp binutils git less pkgconfig-dev ncurses-dev libtool nano bash i2c-tools-dev
while ! opkg install libcurl-dev; do true; done
ln -s aclocal-1.12 /usr/share/aclocal
curl http://www.digip.org/jansson/releases/jansson-2.0.1.tar.bz2 | tar -xjvp
cd jansson-2.0.1
./configure --prefix=/usr CC=arm-angstrom-linux-gnueabi-gcc --disable-static NM=arm-angstrom-linux-gnueabi-nm
make install && ldconfig
cd ..
git clone git://github.com/luke-jr/bfgminer -b knc
cd bfgminer
./autogen.sh
git clone git://github.com/troydhanson/uthash
./configure --host=arm-angstrom-linux-gnueabi --enable-knc CFLAGS=-I$PWD/uthash/src
make AR=arm-angstrom-linux-gnueabi-ar
./bfgminer -S knc:auto -c /config/cgminer.conf