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.
2014-08-20 03:16:23 trying connection 193.24.210.50:22871 lastseen=-0.1hrs
2014-08-20 03:16:24 connected 193.24.210.50:22871
2014-08-20 03:16:24 send version message: version 72001, blocks=77356, us=36.69.51.208:22871, them=193.24.210.50:22871, peer=193.24.210.50:22871
2014-08-20 03:16:24 trying connection 83.149.8.59:22871 lastseen=84.4hrs
2014-08-20 03:16:25 Added time data, samples 2, offset +600 (+10 minutes)
2014-08-20 03:16:25 receive version message: /Satoshi:0.8.7.1/: version 72001, blocks=77360, us=36.69.51.208:15807, them=193.24.210.50:22871, peer=193.24.210.50:22871
2014-08-20 03:16:25 accepted alert 1, AppliesToMe()=0
2014-08-20 03:16:25 accepted alert 1, AppliesToMe()=0
2014-08-20 03:16:26 received block ad11b5d78ee9cfd6c01714b69f93301bbc4dc492e697077e0c1f1e09014fe65a
2014-08-20 03:16:26 ERROR: AcceptBlock() : incorrect proof of work
2014-08-20 03:16:26 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-08-20 03:16:26 Misbehaving: 193.24.210.50:22871 (0 -> 100) DISCONNECTING
2014-08-20 03:16:26 disconnecting node 193.24.210.50:22871
{
"version" : 80701,
"protocolversion" : 72001,
"walletversion" : 60000,
"balance" : xxx,
"blocks" : 77182,
"timeoffset" : 601,
"connections" : 3,
"proxy" : "",
"difficulty" : 14.70271559,
"testnet" : false,
"keypoololdest" : 1404489751,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
{
"version" : 80701,
"protocolversion" : 72001,
"walletversion" : 60000,
"balance" : xxx,
"blocks" : 77182,
"timeoffset" : 601,
"connections" : 3,
"proxy" : "",
"difficulty" : 14.70271559,
"testnet" : false,
"keypoololdest" : 1404489751,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
-k deepcoin -o stratum+tcp://deep.suprnova.cc:3223 -u USER -p PASS -w 128 --difficulty-multiplier 256 -g 1 -I 21
-k deepcoin -o stratum+tcp://deep.suprnova.cc:3223 -u USER -p PASS -w 128 --difficulty-multiplier 256 -g 1 -I 21
sph_luffa512_context ctx_luffa1;
sph_cubehash512_context ctx_cubehash1;
sph_echo512_context ctx_echo1;
uint32_t hashA[16], hashB[16];
sph_luffa512_init (&ctx_luffa1);
sph_luffa512 (&ctx_luffa1, input, 80);
sph_luffa512_close (&ctx_luffa1, hashA);
sph_cubehash512_init (&ctx_cubehash1);
sph_cubehash512 (&ctx_cubehash1, hashA, 64);
sph_cubehash512_close(&ctx_cubehash1, hashB);
sph_echo512_init (&ctx_echo1);
sph_echo512 (&ctx_echo1, hashB, 64);
sph_echo512_close(&ctx_echo1, hashA);
memcpy(output, hashA, 32);
sph_luffa512_context ctx_luffa1;
sph_cubehash512_context ctx_cubehash1;
sph_echo512_context ctx_echo1;
uint32_t hashA[16], hashB[16];
sph_luffa512_init (&ctx_luffa1);
sph_luffa512 (&ctx_luffa1, input, 80);
sph_luffa512_close (&ctx_luffa1, hashA);
sph_cubehash512_init (&ctx_cubehash1);
sph_cubehash512 (&ctx_cubehash1, hashA, 64);
sph_cubehash512_close(&ctx_cubehash1, hashB);
sph_echo512_init (&ctx_echo1);
sph_echo512 (&ctx_echo1, hashB, 64);
sph_echo512_close(&ctx_echo1, hashA);
memcpy(output, hashA, 32);