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.
sudo ./cgminer --hexminerb-voltage 900 --hexminerb-options 16:540
1. mkdir cgminer
2. cd cgminer
3. wget https://github.com/ckolivas/cgminer/archive/v3.8.1.tar.gz
4. tar -xvf v3.8.1.tar.gz
5. cd cgminer-3.8.1
6. wget https://www.dropbox.com/s/5suzudn2t06087u/2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
7. patch -p1 < 2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
8. ./autogen.sh --enable-avalon --enable-bitfury --enable-hexminerb --enable-bflsc
9. make
0.0.5:
* cgminer updated to 3.6.4 rev 273b04be62a69b2fcfa95790b99822a0bcfd8e75
* cgminer patch to cgminer 3.6.4 rev 273b04be62a69b2fcfa95790b99822a0bcfd8e75.patch
- various code cleanup and optimization needs to be done
* openwrt updated to r38461
0.0.6:
* cgminer updated to 3.8.1 rev 2e9afa38e39678a5dc5bf8be6d20baf1849b548c
* cgminer patch to cgminer 3.8.1 rev 2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
- various code cleanup and optimization needs to be done
* openwrt updated to r38808
* cgminer usb_poll_thread has been disabled - buggy. WARNING this can/will break something with other mining devices supported.
If you want it (async cancelable usb transfers) enable it. Check the patch for more details.
Besides it reduces CPU usage (Tplink) with 30+%
* cgminer Added suport for HEX16B - Bitfury(--enable-hexminerb) and HEH16C(--enable-hexminerc) - Avalon2 TechnoBit boards
* cgminer BIG FAT NOTE - i am talking about our code only. A ton of bugs (mutex locks, memory corruption, usb locks, hotplug and so on)
were fixed. They were discovered with dgb client/server + TpLink/I386
* cgminer – monitoring script fixed so that it will not restart cgminer when you are watching deteched cgminer session.
* Factory default is recommended when doing upgrade. Otherwise it is a !!MUST!! HAX16B and C to be configured in the web.
Not doing so will prevent cgminer from starting.
HEX16B defaults: chips 16, clock 540, voltage 900.
HEX16C defaults: chips 16, clock 1500, voltage 1100
0.0.7:
* cgminer fix HEX16C support - some debug left
* cgminer updated to 3.8.2 rev 0ed1828bd47282218c2bb130fd03737ed2c51a5e
* cgminer patch to cgminer 3.8.2 rev 0ed1828bd47282218c2bb130fd03737ed2c51a5e.patch
- various code cleanup and optimization needs to be done
* openwrt updated to r38818