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.
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ export DISPLAY=:0
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n
[2012-03-16 13:00:06] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-03-16 13:00:06] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-03-16 13:00:06] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.5 (684.213)
[2012-03-16 13:00:06] Platform 0 devices: 1
[2012-03-16 13:00:06] GPU 0 ATI Radeon HD 5500 Series hardware monitoring enabled
[2012-03-16 13:00:06] 1 GPU devices max detected
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n | grep "devices:" | sed 's/.*devices: //'
user@Machine:~/cgminer-2.3.1-2-x86_64-built$
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n | grep "devices:"
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n
[2012-03-16 13:04:04] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-03-16 13:04:04] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-03-16 13:04:04] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.5 (684.213)
[2012-03-16 13:04:04] Platform 0 devices: 1
[2012-03-16 13:04:04] GPU 0 ATI Radeon HD 5500 Series hardware monitoring enabled
[2012-03-16 13:04:04] 1 GPU devices max detected
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n | grep " devices:"
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n | grep devices:
user@Machine:~/cgminer-2.3.1-2-x86_64-built$ ./cgminer -n | grep devices
user@Machine:~/cgminer-2.3.1-2-x86_64-built$
:~/cgminer-2.3.1-2-x86_64-built/teste/HD5550/diakgcn/w64/v1/m150$ ls -l
total 0
-rw-rw-r-- 1 rui rui 0 2012-03-13 17:37 e500.json
-rw-rw-r-- 1 rui rui 0 2012-03-13 17:38 e505.json
~/cgminer-2.3.1-2-x86_64-built$ ./graph.sh 0
./graph.sh: line 52: [: 0: unary operator expected
mkdir: cannot create directory `teste': File exists
-v1 -w64 -kdiakgcn --gpu-memclock=150 --gpu-engine=500
ETA: 670796:25
-v1 -w64 -kdiakgcn --gpu-memclock=150 --gpu-engine=505
ETA: 670792:50
-v1 -w64 -kdiakgcn --gpu-memclock=150 --gpu-engine=510
ETA: 670789:15
-v1 -w64 -kdiakgcn --gpu-memclock=150 --gpu-engine=515
ETA: 670785:40
-v1 -w64 -kdiakgcn --gpu-memclock=150 --gpu-engine=520
ETA: 670782:05
= Time left: 140
#!/bin/bash
#######
#config
#######
cgminer_config_path="~/cgminer-2.3.1-2-x86_64-built/"
#filename for config files should be "test0.conf",
#"test1.conf", "testX.conf" where X is device number
#intencity will not change during tests
Intencity=9
#each iteration test time in seconds
duration=180
#directory where to save result files
results="teste"
#result files prefix
prefix="HD5550"
#ranges to test in
kernel="diakgcn phatk diablo poclbm"
worksize="64 128 256"
vectors="1 2 4"
engine_clock_from=500
engine_clock_to=700
engine_clock_step=5
memclock_from=150
memclock_to=800
memclock_step=5
#######
#end config
#######
{
"pools" : [
{
"url" : "http://api2.bitcoin.cz:8332",
"user" : "XmyUserX",
"pass" : "YmyPasswordY"
}
],
"intensity" : "6",
"vectors" : "2",
"worksize" : "128",
"gpu-engine" : "650-695",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "150",
"gpu-powertune" : "0",
"gpu-vddc" : "1.020",
"temp-cutoff" : "58",
"temp-overheat" : "57",
"temp-target" : "55",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
{
"pools" : [
{
"url" : "http://pit.deepbit.net:8332",
"user" : "XXX",
"pass" : "XXX"
}
],
"intensity" : "9",
"gpu-engine" : "0-930",
"gpu-fan" : "0-85",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"auto-fan" : true,
"expiry" : "120",
"gpu-threads" : "2",
"log" : "5",
"no-restart" : true,
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"api-listen" : true,
"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}