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.
File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2013-04-22 22:53:58.105045 > return g.throw(self.type, self.value, self.tb)
2013-04-22 22:53:58.105134 > File "/root/git/p2pool/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-04-22 22:53:58.105223 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-04-22 22:53:58.105322 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is downloading blocks...
2013-04-22 22:54:01.112755 > Error getting work from bitcoind:
2013-04-22 22:54:01.113332 > Traceback (most recent call last):
2013-04-22 22:54:01.113733 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 575, in _runCallbacks
2013-04-22 22:54:01.114132 > current.result = callback(current.result, *args, **kw)
2013-04-22 22:54:01.115346 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 1126, in gotResult
2013-04-22 22:54:01.115781 > _inlineCallbacks(r, g, deferred)
2013-04-22 22:54:01.115945 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 1068, in _inlineCallbacks
2013-04-22 22:54:01.116094 > result = result.throwExceptionIntoGenerator(g)
2013-04-22 22:54:01.116210 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2013-04-22 22:54:01.116321 > return g.throw(self.type, self.value, self.tb)
2013-04-22 22:54:01.116427 > ------
2013-04-22 22:54:01.116533 > File "/root/git/p2pool/p2pool/util/deferral.py", line 41, in f
2013-04-22 22:54:01.116638 > result = yield func(*args, **kwargs)
2013-04-22 22:54:01.116749 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 1068, in _inlineCallbacks
2013-04-22 22:54:01.116856 > result = result.throwExceptionIntoGenerator(g)
2013-04-22 22:54:01.116959 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2013-04-22 22:54:01.117065 > return g.throw(self.type, self.value, self.tb)
2013-04-22 22:54:01.117168 > File "/root/git/p2pool/p2pool/bitcoin/helper.py", line 36, in getwork
2013-04-22 22:54:01.117273 > work = yield go()
2013-04-22 22:54:01.118289 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/defer.py", line 1068, in _inlineCallbacks
2013-04-22 22:54:01.119989 > result = result.throwExceptionIntoGenerator(g)
2013-04-22 22:54:01.120366 > File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2013-04-22 22:54:01.120471 > return g.throw(self.type, self.value, self.tb)
2013-04-22 22:54:01.120568 > File "/root/git/p2pool/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-04-22 22:54:01.120679 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-04-22 22:54:01.120780 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is downloading blocks...
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
mkdir git
cd git
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout 0.8.1
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8-dev_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B-dev_4.8.30-quantal2_i386.deb
sudo dpkg -i libdb4.8_4.8.30-quantal2_i386.deb
sudo dpkg -i libdb4.8-dev_4.8.30-quantal2_i386.deb
sudo dpkg -i libdb4.8++_4.8.30-quantal2_i386.deb
sudo dpkg -i libdb4.8++-dev_4.8.30-quantal2_i386.deb
cd src/
make -f makefile.unix
sudo cp ./bitcoind /usr/local/bin/
bitcoind
Error: To use bitcoind, you must set a rpcpassword in the configuration file:
/home/yourusername/.bitcoin/bitcoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=EjkjenJHJhhfdkwemkjmnkk37883njn37hfdkjn38n
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
cd
cd .bitcoin
pico bitcoin.conf
then press cntrl x
hit y to save
hit enter to save it to bitcoin.conf
chmod go-rwx bitcoin.conf
bitcoind -daemon
bitcoind getinfo
blah@ks3098647:~$ bitcoind getinfo
{
"version" : 80000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 2332935,
"timeoffset" : -5,
"connections" : 17,
"proxy" : "",
"difficulty" : 92452111.90472507,
"testnet" : False,
"keypoololdest" : 1364506205,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
sudo apt-get install python-zope.interface python-twisted python-twisted-web
sudo apt-get install python-argparse
cd
cd git/
git clone https://github.com/forrestv/p2pool.git
git checkout avalon
cd p2pool
python run_p2pool.py -a your bitcoin address here --give-author 0.5 bitcoinrpc rpcpassword
2013-04-21 15:09:15.379437 p2pool (version 11.3-1-g81a3613)
2013-04-21 15:09:15.379601
2013-04-21 15:09:15.379708 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'bitcoinrpc'...
2013-04-21 15:09:18.043158 ...success!
2013-04-21 15:09:18.043294 Current block hash: a23840fbcd2619baafe06cec6f2c4a0faea58066fc2da6e4a1
2013-04-21 15:09:18.043368 Current block height: 232370
2013-04-21 15:09:18.043426
2013-04-21 15:09:18.043503 Testing bitcoind P2P connection to '127.0.0.1:8333'...
2013-04-21 15:09:24.630243 ...success!
2013-04-21 15:09:24.630362
2013-04-21 15:09:24.630457 Determining payout address...
2013-04-21 15:09:24.630684 ...success! Payout address: your bitcoin address here
2013-04-21 15:09:24.630768
2013-04-21 15:09:24.630920 Loading shares...
2013-04-21 15:09:24.631070 ...done loading 0 shares (0 verified)!
2013-04-21 15:09:24.631129
2013-04-21 15:09:24.631190 Initializing work...
2013-04-21 15:09:24.819593 ...success!
2013-04-21 15:09:24.819767
2013-04-21 15:09:24.819859 Joining p2pool network using port 9333...
2013-04-21 15:09:25.106987 ...success!
2013-04-21 15:09:25.107144
2013-04-21 15:09:25.107631 Listening for workers on '' port 9332...
2013-04-21 15:09:25.161043 ...success!
2013-04-21 15:09:25.161178
2013-04-21 15:09:25.161282 Started successfully!
2013-04-21 15:09:25.161388 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2013-04-21 15:09:25.161503 Donating 0.5% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2013-04-21 15:09:25.161596
2013-04-21 15:09:28.161993 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2013-04-21 15:09:28.162149 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2013-04-21 15:09:33.904233 Outgoing connection to peer 83.211.86.49:9333 established. p2pool version: 1100 '11.2-6-g7b73477'
2013-04-21 15:09:34.162556 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 1 (0 incoming)
2013-04-21 15:09:34.162810 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2013-04-21 14:45:40.281658 p2pool (version 11.3-1-g81a3613)
2013-04-21 14:45:40.281819
2013-04-21 14:45:40.281957 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'bitcoinrpc'...
2013-04-21 14:45:40.284031 > Error while checking Bitcoin connection:
2013-04-21 14:50:26.773599 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'bitcoinrpc'...
2013-04-21 14:50:26.804123 > Error getting work from bitcoind:
2013-04-21 14:50:26.804287 > Traceback (most recent call last):
2013-04-21 14:50:26.804384 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
...
...
2013-04-21 14:50:26.806088 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-04-21 14:50:26.806162 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is downloading blocks...
2013-04-21 14:53:42.794531 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'bitcoinrpc'...
2013-04-21 14:53:42.800697 > Error while checking Bitcoin connection:
2013-04-21 14:53:42.800948 > Traceback (most recent call last):
2013-04-21 14:53:42.801090 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
2013-04-21 14:53:42.801233 > current.result = callback(current.result, *args, **kw)
...
...
2013-04-21 14:53:43.815486 > File "/home/brad/git/p2pool/p2pool/util/jsonrpc.py", line 126, in _http_do
2013-04-21 14:53:43.815540 > raise e
2013-04-21 14:53:43.815593 > twisted.web.error.Error: 401 Authorization Required
python run_p2pool.py -a your bitcoin address here --give-author 0.5 bitcoinrpc rpcpasswordfromabove > /dev/null 2>&1 &
2013-04-18 02:01:00.057111 p2pool (version 11.3-1-g81a3613-dirty)
2013-04-18 02:01:00.057735
2013-04-18 02:01:00.058222 Testing bitcoind RPC connection to 'http://127.0.0.1:9334/' with username 'user'...
2013-04-18 02:01:00.071014 > Error while checking Bitcoin connection:
2013-04-18 02:01:00.071208 > Traceback (most recent call last):
[...]
2013-04-18 02:01:00.073897 > twisted.web.error.Error: 403 Forbidden
2013-04-18 02:01:00.057111 p2pool (version 11.3-1-g81a3613-dirty)
2013-04-18 02:01:00.057735
2013-04-18 02:01:00.058222 Testing bitcoind RPC connection to 'http://127.0.0.1:9334/' with username 'user'...
2013-04-18 02:01:00.071014 > Error while checking Bitcoin connection:
2013-04-18 02:01:00.071208 > Traceback (most recent call last):
2013-04-18 02:01:00.071321 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
2013-04-18 02:01:00.071413 > current.result = callback(current.result, *args, **kw)
2013-04-18 02:01:00.071507 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
2013-04-18 02:01:00.071615 > _inlineCallbacks(r, g, deferred)
2013-04-18 02:01:00.071705 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1043, in _inlineCallbacks
2013-04-18 02:01:00.071795 > result = result.throwExceptionIntoGenerator(g)
2013-04-18 02:01:00.071891 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-04-18 02:01:00.071980 > return g.throw(self.type, self.value, self.tb)
2013-04-18 02:01:00.072066 > ------
2013-04-18 02:01:00.072150 > File "/home/thep33t/p2pool/p2pool/util/deferral.py", line 41, in f
2013-04-18 02:01:00.072237 > result = yield func(*args, **kwargs)
2013-04-18 02:01:00.072336 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1043, in _inlineCallbacks
2013-04-18 02:01:00.072440 > result = result.throwExceptionIntoGenerator(g)
2013-04-18 02:01:00.072526 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-04-18 02:01:00.072615 > return g.throw(self.type, self.value, self.tb)
2013-04-18 02:01:00.072700 > File "/home/thep33t/p2pool/p2pool/bitcoin/helper.py", line 13, in check
2013-04-18 02:01:00.072786 > if not (yield net.PARENT.RPC_CHECK(bitcoind)):
2013-04-18 02:01:00.072871 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1043, in _inlineCallbacks
2013-04-18 02:01:00.072958 > result = result.throwExceptionIntoGenerator(g)
2013-04-18 02:01:00.073042 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-04-18 02:01:00.073129 > return g.throw(self.type, self.value, self.tb)
2013-04-18 02:01:00.073213 > File "/home/thep33t/p2pool/p2pool/bitcoin/networks.py", line 94, in
2013-04-18 02:01:00.073299 > 'litecoinaddress' in (yield bitcoind.rpc_help()) and
2013-04-18 02:01:00.073383 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1043, in _inlineCallbacks
2013-04-18 02:01:00.073470 > result = result.throwExceptionIntoGenerator(g)
2013-04-18 02:01:00.073555 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-04-18 02:01:00.073644 > return g.throw(self.type, self.value, self.tb)
2013-04-18 02:01:00.073729 > File "/home/thep33t/p2pool/p2pool/util/jsonrpc.py", line 126, in _http_do
2013-04-18 02:01:00.073814 > raise e
2013-04-18 02:01:00.073897 > twisted.web.error.Error: 403 Forbidden
pi@raspberrypi ~/p2pool $ cat runme.sh
python ~/p2pool/run_p2pool.py --give-author 0.0 --bitcoind-address 192.168.1.128 myRpcBitcoindUsername myRpcBitcoindPassword
pi@raspberrypi ~/p2pool $ ./runme.sh
2013-03-25 12:00:58.103208 p2pool (version 11.2-8-g896c9ed)
2013-03-25 12:00:58.105098
2013-03-25 12:00:58.107072 Testing bitcoind RPC connection to 'http://192.168.1.128:8332/' with username 'myRpcBitcoindUsername'...
2013-03-25 12:00:58.129990 > Error while checking Bitcoin connection:
2013-03-25 12:00:58.136002 > Traceback (most recent call last):
2013-03-25 12:00:58.136839 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:00:59.150264 > Error while checking Bitcoin connection:
2013-03-25 12:00:59.151929 > Traceback (most recent call last):
2013-03-25 12:00:59.153455 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:01:00.167394 > Error while checking Bitcoin connection:
2013-03-25 12:01:00.169149 > Traceback (most recent call last):
2013-03-25 12:01:00.170785 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:01:01.184704 > Error while checking Bitcoin connection:
2013-03-25 12:01:01.187630 > Traceback (most recent call last):
2013-03-25 12:01:01.189319 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
pi@raspberrypi ~/p2pool $ cat runme.sh
python ~/p2pool/run_p2pool.py --give-author 0.0 --bitcoind-address 192.168.1.128 myRpcBitcoindUsername myRpcBitcoindPassword
pi@raspberrypi ~/p2pool $ ./runme.sh
2013-03-25 12:00:58.103208 p2pool (version 11.2-8-g896c9ed)
2013-03-25 12:00:58.105098
2013-03-25 12:00:58.107072 Testing bitcoind RPC connection to 'http://192.168.1.128:8332/' with username 'myRpcBitcoindUsername'...
2013-03-25 12:00:58.129990 > Error while checking Bitcoin connection:
2013-03-25 12:00:58.136002 > Traceback (most recent call last):
2013-03-25 12:00:58.136839 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:00:59.150264 > Error while checking Bitcoin connection:
2013-03-25 12:00:59.151929 > Traceback (most recent call last):
2013-03-25 12:00:59.153455 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:01:00.167394 > Error while checking Bitcoin connection:
2013-03-25 12:01:00.169149 > Traceback (most recent call last):
2013-03-25 12:01:00.170785 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
2013-03-25 12:01:01.184704 > Error while checking Bitcoin connection:
2013-03-25 12:01:01.187630 > Traceback (most recent call last):
2013-03-25 12:01:01.189319 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.