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.
C:\Program Files\Bitcoin\daemon>bitcoin-cli.exe getinfo
{
"version": 120100,
"protocolversion": 70012,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 359433,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 47589591153.62501,
"testnet": false,
"keypoololdest": 1467121818,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}
C:\Program Files\Bitcoin\Data>bitcoin-cli.exe searchrawtransactions 1Q8VghUJkNeFnaKy553b9buUWKxFYL579G
error code: -1
error message:
Address index not enabled
C:\Program Files\Bitcoin\Data>bitcoin-cli.exe searchrawtransactions 1Q8VghUJkNeFnaKy553b9buUWKxFYL579G
error code: -1
error message:
Address index not enabled
txindex=1
addrindex=1
getreceivedbyaddress[minconf=1]
Returns the amount received byin transactions with at least [minconf] confirmations.
It correctly handles the case where someone has sent to the address in multiple transactions. Keep in
mind that addresses are only ever used for receiving transactions. Works only for addresses in the
local wallet, external addresses will always show 0.
getreceivedbyaddress[minconf=1]
Returns the amount received byin transactions with at least [minconf] confirmations.
It correctly handles the case where someone has sent to the address in multiple transactions. Keep in
mind that addresses are only ever used for receiving transactions. Works only for addresses in the
local wallet, external addresses will always show 0.
C:\Program Files\Bitcoin\Data>bitcoin-cli.exe getbalance 1Q8VghUJkNeFnaKy553b9buUWKxFYL579G
0.00000000
C:\Program Files\Bitcoin\Data>bitcoin-cli.exe getblockchaininfo
{
"chain": "main",
"blocks": 216465,
"headers": 418332,
"bestblockhash": "00000000000001d10f172b148abf90cc338589ae9295478d4d549b1e80ff0748",
"difficulty": 3249549.584487207,
"mediantime": 1358144928,
"verificationprogress": 0.0398424477525002,
"chainwork": "000000000000000000000000000000000000000000000026fdd9f74952fc8bae",
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"enforce": {
"status": false,
"found": 456,
"required": 750,
"window": 1000
},
"reject": {
"status": false,
"found": 456,
"required": 950,
"window": 1000
}
},
{
"id": "bip66",
"version": 3,
"enforce": {
"status": false,
"found": 0,
"required": 750,
"window": 1000
},
"reject": {
"status": false,
"found": 0,
"required": 950,
"window": 1000
}
},
{
"id": "bip65",
"version": 4,
"enforce": {
"status": false,
"found": 0,
"required": 750,
"window": 1000
},
"reject": {
"status": false,
"found": 0,
"required": 950,
"window": 1000
}
}
],
"bip9_softforks": [
{
"id": "csv",
"status": "defined"
}
]
}