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.
{
"txid" : "054a185de673262140196712cfa57ce52a54fe7884f862b054531d166d0e0a0c",
"version" : 2,
"locktime" : 0,
"vin" : [
{
"txid" : "56f485e377c563c124a75916a3e2f6c5860a3d7d661455f49b59acc52f2d3f3b",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022036274bd1445cfca4290f9926c5e1be8b580ba6e76d356e66bf321d867f8f8aa70221009a2b9d2206ed2a9ef8204c944b27d299efd0c7f9827054ecd9ef7326c6443cb301",
"hex" : "483045022036274bd1445cfca4290f9926c5e1be8b580ba6e76d356e66bf321d867f8f8aa70221009a2b9d2206ed2a9ef8204c944b27d299efd0c7f9827054ecd9ef7326c6443cb301"
},
"sequence" : 4294967295
},
{
"txid" : "137ebd67dbafcab7d077266e1dd0a0b94f34c28953e021cd398203a74c5b2ef6",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100f38f38a9b4424a8847016aea06f984de87668094e165873e447515ac8f7ea67702201e1707afdbf8ae1cb0d3a9b4800900b20f78ce51ba96298b0c299f9d5dfb9c8001",
"hex" : "483045022100f38f38a9b4424a8847016aea06f984de87668094e165873e447515ac8f7ea67702201e1707afdbf8ae1cb0d3a9b4800900b20f78ce51ba96298b0c299f9d5dfb9c8001"
},
"sequence" : 4294967295
},
{
"txid" : "50a2a2723d283a73bb48a0bbb968e5bcd2c2c72a2610ede3ce910aea6db1d528",
"vout" : 1,
"scriptSig" : {
"asm" : "3045022100922e22311b5861116bd582a6b75ca19e5016cd72fa250c1b9be90f7304eccacf02204091a77d43732e00386b4b899ea92e751466f476dfe91aa161a8c49b42db635e01 03e30be0beb94586627a75449876a1f965874fc90bff7b64b71554a6cfbf92a585",
"hex" : "483045022100922e22311b5861116bd582a6b75ca19e5016cd72fa250c1b9be90f7304eccacf02204091a77d43732e00386b4b899ea92e751466f476dfe91aa161a8c49b42db635e012103e30be0beb94586627a75449876a1f965874fc90bff7b64b71554a6cfbf92a585"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 2.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 f2f9cadd16cf47a27dc8e6067331ff624b468e0a OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914f2f9cadd16cf47a27dc8e6067331ff624b468e0a88ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"iRdGCP8iipX5QjKRFoEJVs4DJJvtDLhGDq"
]
}
},
{
"value" : 0.97000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 f7ef8ef71b5a50f6ad360bb76757fe448f0bf152 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914f7ef8ef71b5a50f6ad360bb76757fe448f0bf15288ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"iS5VKGkKrxP8baHHvyqsZdCm9byqWCzSN9"
]
}
}
],
"tx-comment" : "http://ipfl.ru@"
}
// Genesis block
const char* pszTimestamp = "Slashdot - 21 November 2014 - Saudi Arabia Set To Ban WhatsApp, Skype";
CTransaction txNew;
txNew.vin.resize(1);
txNew.vout.resize(1);
txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
txNew.vout[0].nValue = COIN;
txNew.vout[0].scriptPubKey = CScript() << ParseHex("040184710fa689ad5023690c80f3a49c8f13f8d45b8c857fbcbc8bc4a8e4d3eb4b10f4d4604fa08dce601aaf0f470216fe1b51850b4acf21b179c45070ac7b03a9") << OP_CHECKSIG;
txNew.strTxComment = "text:Infomancoin_tx genesis block";
CBlock block;
block.vtx.push_back(txNew);
block.hashPrevBlock = 0;
block.hashMerkleRoot = block.BuildMerkleTree();
block.nVersion = 1;
block.nTime = 1416693890;
block.nBits = 0x1e0ffff0;
block.nNonce = 314233644;