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.
rpcuser=MY_RPC_USERNAME
rpcpassword=MY_RPC_PASSWORD
logtimestamps=1
#!/bin/sh
killall -USR1 eloipool.py
#!/bin/sh
/spare/repo/bitcoin/src/bitcoind \
-datadir=/spare/bitcoin/data -daemon \
-blocknotify=/garz/repo/eloipool/newblock.sh
$ cd /repo/python-bitcoinrpc
$ git checkout -b solo-mining 770881c8bd9b1f92427290270b37a28751cf9df0
$ git clone git://gitorious.org/bitcoin/eloipool.git
-ShareTarget = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
+ShareTarget = 0x000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffff
-CoinbaserCmd = 'echo -e "1\\n$((%d / 100))\\n1579aXhdwvKZEMrAKoCZhzGuqMa8EonuXU"'
+#CoinbaserCmd = 'echo -e "1\\n$((%d / 100))\\n1579aXhdwvKZEMrAKoCZhzGuqMa8EonuXU"'
@@ -57,41 +57,41 @@
TemplateSources = (
{
'name': 'primary',
- 'uri': 'http://user:pass@localhost:8332',
+ 'uri': 'http://MY_RPC_USERNAME:[email protected]:8332',
'priority': 0,
'weight': 1,
},
- {
- 'name': 'secondary',
- 'uri': 'http://user:pass@localhost:18332',
- 'priority': 1,
- 'weight': 1,
- },
+# {
+# 'name': 'secondary',
+# 'uri': 'http://user:pass@localhost:18332',
+# 'priority': 1,
+# 'weight': 1,
+# },
)
TemplateChecks = (
)
-DelayLogForUpstream = False
+DelayLogForUpstream = True
# Bitcoin p2p server for announcing blocks found
-UpstreamBitcoindNode = ('127.0.0.1', 18333) # testnet
+UpstreamBitcoindNode = ('127.0.0.1', 8333)
# Network ID for the primary blockchain
# Other known network IDs can be found at:
# https://en.bitcoin.it/wiki/Protocol_specification#Message_structure
-UpstreamNetworkId = b'\xFA\xBF\xB5\xDA' # testnet
+UpstreamNetworkId = b'\xF9\xBE\xB4\xD9'
-POT = 2
+#POT = 2
ShareLogging = (
{
'type': 'logfile',
'filename': 'share-logfile',
'format': "{time} {Q(remoteHost)} {username} {YN(not(rejectReason))} {dash(YN(upstreamResult))} {dash(rejectReason)} {solution}\n",
},
)
LogFile = {
- 'filename': 'filename.log',
+ 'filename': 'eloipool.log',
#!/bin/sh
PYTHONPATH=/spare/repo/python-bitcoinrpc:/garz/repo/python-base58:/garz/repo/midstate \
nohup ./eloipool.py 2>&1 >/dev/null &