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.
server=1
rpcuser=root
rpcpassword=haha
rpcallowip=127.0.0.1
rpcallowip=192.168.43.0/24
# it doesn't like ip1,ip2, so I tried 2 rpcallowip lines [ok]
# Duh, the proxy will be running on 127.0.0.1 anyway (hopefully)
# Port from an example
rpcport=9332
#Only uncomment this if you are running litecoind and want to run Litecoin in the background (not Litecoin QT)
daemon=1
server=1
#gen=0
# Not sure about these:
block_nTime=1317972665
block_nNonce=2084524493
# These were from a different example:
# addnode=50.116.22.43
#addnode=80.47.34.212:54897
##########################################
# Based on example in https://bitcointalk.org/index.php?topic=47417.0
# (and others) trying to set up for solo mining
netstat -l output | grep 9332
tcp6 0 0 [::]:9332 [::]:* LISTEN
-o 127.0.0.1:9332
[2017-05-13 22:56:58] 1 miner threads started, using 'scrypt' algorithm.
[2017-05-13 22:56:58] HTTP request failed: The requested URL returned error:
500 Internal Server Error
[2017-05-13 22:56:58] json_rpc_call failed, retry after 30 seconds
-o stratum+tcp://127.0.0.1:9332
[2017-05-13 22:59:45] Starting Stratum on stratum+tcp://127.0.0.1:9332
[2017-05-13 22:59:45] 1 miner threads started, using 'scrypt' algorithm.
[2017-05-13 22:59:45] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[2017-05-13 22:59:45] stratum_subscribe send failed
[2017-05-13 22:59:45] ...retry after 30 seconds
Q: What HTTP, I didn't use one anywhere?
-o http://127.0.0.1:9332
[2017-05-13 23:01:01] 1 miner threads started, using 'scrypt' algorithm.
[2017-05-13 23:01:01] HTTP request failed: The requested URL returned error:
500 Internal Server Error
[2017-05-13 23:01:01] json_rpc_call failed, retry after 30 seconds
-o tcp://127.0.0.1:9332
./minerd: unknown protocol -- 'tcp://127.0.0.1:9332'
Try `minerd --help' for more information.
-P -o stratum+tcp://127.0.0.1:9332
[2017-05-14 00:01:25] stratum_subscribe send failed
[2017-05-14 00:01:25] ...retry after 30 seconds
* Rebuilt URL to: http://127.0.0.1:9332/
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 9332 (#0)
* Connection #0 to host 127.0.0.1 left intact
[2017-05-14 00:01:55] > {"id": 1, "method": "mining.subscribe", "params":
* ["cpuminer/2.4.5"]}
[2017-05-14 00:01:55] < HTTP/1.1 400 Bad Request
[2017-05-14 00:01:55] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[2017-05-14 00:01:55] > {"id": 1, "method": "mining.subscribe", "params":
[]}
* Failed to get recent socket
[2017-05-14 00:01:55] stratum_subscribe send failed
[2017-05-14 00:01:55] ...retry after 30 seconds