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.
import os
import platform
from twisted.internet import defer
from .. import data, helper
from p2pool.util import pack
P2P_PREFIX = 'fbc0b6db'.decode('hex')
P2P_PORT = 40001
ADDRESS_VERSION = 38
RPC_PORT = 40002
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
'gamecreditsaddress' in (yield bitcoind.rpc_help()) and
not (yield bitcoind.rpc_getinfo())['testnet']
))
SUBSIDY_FUNC = lambda height: 25*100000000 >> (height + 1)//840000
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data))
BLOCK_PERIOD = 90 # s
SYMBOL = 'GMC'
CONF_FILE_FUNC = lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'gamecredit') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/gamecredit/') if platform.system() == 'Darwin' else os.path.expanduser('~/.gamecredit'), 'gamecredit.conf')
BLOCK_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/address/'
TX_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/tx/'
SANE_TARGET_RANGE = (2**256//100000000 - 1, 2**256//1000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.03e8
from p2pool.bitcoin import networks
PARENT = networks.nets['gamecredits']
SHARE_PERIOD = 15 # seconds
NEW_SHARE_PERIOD = 15 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 60 # shares
SPREAD = 150 # blocks
NEW_SPREAD = 150 # blocks
IDENTIFIER = '5a1a4884fb33717d'.decode('hex')
PREFIX = '878022b63d4b7ea2'.decode('hex')
P2P_PORT = 40003
MIN_TARGET = 0
MAX_TARGET = 2**256//2**20 - 1
PERSIST = False
WORKER_PORT = 40004
BOOTSTRAP_ADDRS = ' '.split(' ')
ANNOUNCE_CHANNEL = '#p2pool-gmc'
VERSION_CHECK = lambda v: True
VERSION_WARNING = lambda v: 'Upgrade GameCredits to >= 0.9.4.3!' if v < 90403 else None
configure: error: libdb_cxx headers missing
locate libdb_cxx
/usr/lib64/libdb_cxx-4.7.so
/usr/lib64/libdb_cxx.so
configure: error: libdb_cxx headers missing
locate libdb_cxx
/usr/lib64/libdb_cxx-4.7.so
/usr/lib64/libdb_cxx.so
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused
{
"version" : 80905,
"protocolversion" : 70005,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1435606304,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00001000,
"errors" : ""
}
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused
{
"version" : 80905,
"protocolversion" : 70005,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1435606304,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00001000,
"errors" : ""
}
2015-06-29 19:40:12 connect() failed after select(): Connection refused
2015-06-29 19:40:13 trying connection 37.120.160.213:40002 lastseen=90.9hrs
2015-06-29 19:40:13 connect() failed after select(): Connection refused