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.
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin getblockchaininfo
{
"chain": "test",
"blocks": 1106796,
"headers": 1106796,
"bestblockhash": "6a35062e8167f5b8c7c664131b5e6cb9cffb08c1e9f420b359241a878fe98261",
"difficulty": 0.0002441371325370145,
"mediantime": 1560405369,
"verificationprogress": 0.9999822998084436,
"initialblockdownload": false,
"chainwork": "0000000000000000000000000000000000000000000000000035e957779ffa95",
"size_on_disk": 1881593124,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "active",
"startTime": 1483228800,
"timeout": 1517356801,
"since": 6048
},
"segwit": {
"status": "active",
"startTime": 1483228800,
"timeout": 1517356801,
"since": 6048
}
},
"warnings": ""
}
-bash-4.2$ litecoind -version
Litecoin Core Daemon version v0.17.1rc1
...
-bash-4.2$ litecoin-cli -version
Litecoin Core RPC client version v0.17.1rc1
...
-bash-4.2$ minerd -V
cpuminer 2.5.0
built on Mar 3 2019
features: x86_64 PHE SSE2 AVX AVX2 XOP
libcurl/7.29.0 NSS/3.36 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
[litecoin@server ~]$ litecoind -daemon -testnet -datadir=/x/B/litecoin
Litecoin server starting
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin getaddressesbylabel testaddress
{
"QWZdEoxj6rfV9rt641YhTY2mzAN5xHfpwm": {
"purpose": "receive"
}
}
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin getbalance
0.00000000
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin listtransactions
[
]
[litecoin@server ~]$ minerd -a scrypt -o http://127.0.0.1:19332 -u user -p pass -t 2 -D \
--no-stratum --coinbase-addr=QWZdEoxj6rfV9rt641YhTY2mzAN5xHfpwm
[2019-06-08 21:38:24] Binding thread 1 to cpu 1
[2019-06-08 21:38:24] Binding thread 0 to cpu 0
[2019-06-08 21:38:24] 2 miner threads started, using 'scrypt' algorithm.
[2019-06-08 21:38:24] DEBUG: got new work in 2 ms
[2019-06-08 21:38:24] Long-polling activated for http://127.0.0.1:19332
[2019-06-08 21:38:26] thread 1: 4096 hashes, 2.80 khash/s
[2019-06-08 21:38:26] thread 0: 4096 hashes, 2.80 khash/s
...
After a while
...
[2019-06-08 21:48:24] DEBUG: got new work in 1 ms
[2019-06-08 21:48:24] thread 1: 168072 hashes, 2.79 khash/s
[2019-06-08 21:48:29] DEBUG: hash <= target
Hash: 000001813c036c7be90302461f796e0b84cbd71477ea547d0413886ea3973527
Target: 00000fffff000000000000000000000000000000000000000000000000000000
[2019-06-08 21:48:29] thread 0: 14964 hashes, 2.80 khash/s
[2019-06-08 21:48:29] accepted: 1/1 (100.00%), 5.59 khash/s (yay!!!)
[2019-06-08 21:48:29] LONGPOLL pushed new work
...
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin getbalance
0.00000000
[litecoin@server ~]$ litecoin-cli -testnet -datadir=/x/B/litecoin listtransactions
[
]