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.
$ aticonfig --adapter=0 --od-getclocks
Adapter 0 - AMD Radeon HD 6990
Core (MHz) Memory (MHz)
Current Clocks : 950 1250
Current Peak : 950 1250
Configurable Peak Range : [500-1200] [1250-1500]
GPU load : 48%
$ aticonfig --adapter=1 --od-getclocks
Adapter 1 - AMD Radeon HD 6990
Core (MHz) Memory (MHz)
Current Clocks : 950 1250
Current Peak : 950 1250
Configurable Peak Range : [500-1200] [1250-1500]
GPU load : 48%
$ python poclbm-mod.py
#########################################################################
# BitcoinPool.Com Custom Miner -
#
# Visit http://www.bitcoinpool.com to register for a free account.
# Then use the following commandline to start mining, just replace
# the username and password with your own, and choose your device
# from the list below:
#
# poclbm-mod.exe --user=USERNAME --pass=PASSWORD -d #
#
# You must specify a device. Use -d to specify one of the following:
#
# [0] AMD Athlon(tm) II X2 260 Processor
#
# Use the --help flag for more options.
#########################################################################
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context
display: :0.0 screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10666 Compatibility Profile Context
$ python poclbm-mod.py
#########################################################################
# BitcoinPool.Com Custom Miner -
#
# Visit http://www.bitcoinpool.com to register for a free account.
# Then use the following commandline to start mining, just replace
# the username and password with your own, and choose your device
# from the list below:
#
# poclbm-mod.exe --user=USERNAME --pass=PASSWORD -d #
#
# You must specify a device. Use -d to specify one of the following:
#
# [0] AMD Athlon(tm) II X2 260 Processor
#
# Use the --help flag for more options.
#########################################################################
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:7:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]-0"
Driver "fglrx"
BusID "PCI:6:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device "aticonfig-Device[1]-0"
Monitor "aticonfig-Monitor[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection