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.
START MINING :
TASK 1:
thread1_hash_id_1: x1->x2->x3->
TASK 2:
thread1_hash_id_2: x1->x2->x3->
thread2_hash_id_1: x4->x5->x6->
TASK 3:
thread1_hash_id_3: x1->x2->x3->
thread2_hash_id_2: x4->x5->x6->
thread3_hash_id_1: x7->x8->x9->
TASK 4:
thread1_hash_id_4: x1->x2->x3->
thread2_hash_id_3: x4->x5->x6->
thread3_hash_id_2: x7->x8->x9->
thread4_hash_id_1: x10->x11->SUBMIT_hash_id_1
TASK 5:
thread1_hash_id_5: x1->x2->x3->
thread2_hash_id_4: x4->x5->x6->
thread3_hash_id_3: x7->x8->x9->
thread4_hash_id_2: x10->x11->SUBMIT_hash_id_2
TASK 6:
thread1_hash_id_6: x1->x2->x3->
thread2_hash_id_5: x4->x5->x6->
thread3_hash_id_4: x7->x8->x9->
thread4_hash_id_3: x10->x11->SUBMIT_hash_id_3
TASK 7:
thread1_hash_id_7: x1->x2->x3->
thread2_hash_id_6: x4->x5->x6->
thread3_hash_id_5: x7->x8->x9->
thread4_hash_id_4: x10->x11->SUBMIT_hash_id_4
TASK 8:
thread1_hash_id_8: x1->x2->x3->
thread2_hash_id_7: x4->x5->x6->
thread3_hash_id_6: x7->x8->x9->
thread4_hash_id_5: x10->x11->SUBMIT_hash_id_5
TASK 9:
thread1_hash_id_9: x1->x2->x3->
thread2_hash_id_8: x4->x5->x6->
thread3_hash_id_7: x7->x8->x9->
thread4_hash_id_6: x10->x11->SUBMIT_hash_id_6
TASK 10: ----- STRATUM DETECTED A NEW BLOCK ---- // REMOVE STALE SHARE (can also force submit for pool like Waffle doe)
thread1_hash_id_10: x1->x2->x3->
thread2_hash_id_7: REMOVE
thread3_hash_id_8: REMOVE
thread4_hash_id_9: REMOVE
TASK 11:
thread1_hash_id_11: x1->x2->x3->
thread2_hash_id_10: x4->x5->x6->
TASK 12:
thread1_hash_id_12: x1->x2->x3->
thread2_hash_id_11: x4->x5->x6->
thread3_hash_id_10: x7->x8->x9->
TASK 13:
thread1_hash_id_13: x1->x2->x3->
thread2_hash_id_12: x4->x5->x6->
thread3_hash_id_11: x7->x8->x9->
thread4_hash_id_10: x10->x11->SUBMIT_hash_id_10
___ ETC ___
TASK 4:
thread1_hash_id_4: x1->x2 - 7.5mhs
thread2_hash_id_3: x3->x5->x6-> - 7.5mhs
thread3_hash_id_2: x7->x8->x9-> - 7.5mhs
thread4_hash_id_1: x10->x11->SUBMIT_hash_id_1 - 7.5mhs
export PATH=$PATH:/usr/local/cuda/bin
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
export LD_LIBRARY_PATH=/usr/local/cuda/lib
export PATH=$PATH:/usr/local/cuda/bin
./ccminer: error while loading shared libraries: libcudart.so.6.0: cannot open shared object file: No such file or directory
export PATH=$PATH:/usr/local/cuda/bin
user@miner:~$ nvidia-smi
Thu Jul 24 17:05:46 2014
+------------------------------------------------------+
| NVIDIA-SMI 331.89 Driver Version: 331.89 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 750 Ti Off | 0000:01:00.0 N/A | N/A |
| 31% 39C N/A N/A / N/A | 55MiB / 2047MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+
user@miner:~$ nvidia-settings -a "[fan:0]/GPUCurrentFanSpeed=80"
ERROR: Error assigning value 80 to attribute 'GPUCurrentFanSpeed'
(miner:0[fan:0]) as specified in assignment
'[fan:0]/GPUCurrentFanSpeed=80' (Unknown Error).
http://www.gpugrid.net/forum_thread.php?id=2925
Fan control in Linux, the easy way:
Open a Terminal and type,
cd /etc/X11
sudo nvidia-xconfig --cool-bits=4
This will take effect after a restart and open NVIDIA Server Settings / Thermal Settings
./ccminer: error while loading shared libraries: libcudart.so.6.0: cannot open shared object file: No such file or directory