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.
Modular Python Bitcoin Miner v0.0.4alpha
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Total speed: 1885.5 MH/s - Buffer: 30/30 (49.94 seconds)
Pool │Long│ │ Job │ Failed │Accepted│Rejected│Accepted│Stale shares│Share upload│Average│Effi- │Current
name │poll│Difficulty│requests│job requests│ jobs │ jobs │ shares │ (rejected) │ retries │MHash/s│ciency│ bias
Slush (bitcoin.cz)│Yes │ 0.99998│ 1204│ 31 (2.6%)│ 1018│ 125│ 503│ 23 (4.4%)│ 0 (0.0%)│1878.44│ 99.0%│1246210
Worker │Accepted│Accepted│Stale shares│Invalid shares│Current│Average│Temperature│Effi- │ Current
name │ jobs │ shares │ (rejected) │ (K not zero) │MHash/s│MHash/s│(degrees C)│ciency│ pool
Icarus board on COM3│ 203│ 98│ 6 (5.8%)│ 1 (1.0%)│ 379.65│ 372.56│ Unknown │ 97.2%│Slush (bitcoin.cz)
Icarus board on COM4│ 215│ 114│ 4 (3.4%)│ 0 (0.0%)│ 372.43│ 376.24│ Unknown │112.0%│Slush (bitcoin.cz)
Icarus board on COM5│ 203│ 106│ 2 (1.9%)│ 0 (0.0%)│ 375.02│ 376.84│ Unknown │104.0%│Slush (bitcoin.cz)
Icarus board on COM6│ 205│ 102│ 6 (5.6%)│ 0 (0.0%)│ 379.05│ 376.48│ Unknown │100.1%│Slush (bitcoin.cz)
Icarus board on COM7│ 192│ 83│ 5 (5.7%)│ 0 (0.0%)│ 379.37│ 376.36│ Unknown │ 81.5%│Slush (bitcoin.cz)
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
C:\mpbm>python miner.py
Traceback (most recent call last):
File "miner.py", line 331, in
exec("import " + configfile + " as config")
File "", line 1, in
File "C:\mpbm\config.py", line 13, in
import worker.theseven.icarus
File "C:\mpbm\worker\theseven\icarus.py", line 35, in
import serial
File "C:\python32\lib\site-packages\serial\__init__.py", line 19, in
from serialwin32 import *
ImportError: No module named serialwin32