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.
JACKPOTPAY 1Ponzidbep2s7eF5NdVarPqkDrnzdGjdDx 1.35000000
HOSTPAY 18jUyxBvZMe5UCDNtvS8D5pbQrqviBQyMq 0.67000000
JACKPOTPAY 19PaAQZw3W3xQhh8TFboWMhHAY9b6E43BZ 0.50000000
HOSTPAY 15rXapoWEimEhSVAouTMZrFC3mc4g5GQBE 0.65000000
JACKPOTPAY 12ZXbarnRjXMvFz958VaP1nPvhebG2kXd8 0.40000000
HOSTPAY 13UVgWSAKxwoh2af74VnuHZj5uz289LKtr 0.76000000
JACKPOTPAY 1Ponzidbep2s7eF5NdVarPqkDrnzdGjdDx 0.20000000
HOSTPAY 19py3UW9gNTZhbhbJZDnu34HhxrAuRJjj7 0.17000000
JACKPOTPAY 1Ponzidbep2s7eF5NdVarPqkDrnzdGjdDx 2.00000000
HOSTPAY 12T8ZtnRDGgwdAu7CreM1tTDULM4HjuePg 1.72000000
JACKPOTPAY 1Ponzidbep2s7eF5NdVarPqkDrnzdGjdDx 0.37500000
HOSTPAY 1LMvEuzcZRbaFsx8HpRa5kGfp6bMnupLRx 0.02500000
JACKPOTPAY 1DfFDQaiSmSDmUP145KNVZKbcMm29BYp3V 0.15000000
HOSTPAY 1MVY943V4oojA6eqVc8sccbYDxtdn2nYMU 0.20500000
JACKPOTPAY 183rnG7obuSr6LMG2tHnav9hPkucmiHxeq 1.50000000
HOSTPAY 1Ponzidbep2s7eF5NdVarPqkDrnzdGjdDx 0.57500000
JACKPOTPAY 15Cnoz1Zotqj8DkrcMzjK2WBHejWE2ws7Y 0.30000000
HOSTPAY 1JMP6irQHccCsviYWhEASFkvguSQ9acmHa 0.63000000
case "name":
rounds = rounds.OrderBy(r => r.Name).ToArray();
break;
case "roi":
rounds = rounds.OrderByDescending(r => r.ROI).ToArray();
break;
case "payout":
rounds = rounds.OrderByDescending(r => ((_Round)r).PayoutTotal).ToArray();
break;
case "remaining":
rounds = rounds.OrderBy(r => ((_Round)r).Remaining).ToArray();
break;
case "jackpot":
rounds = rounds.OrderByDescending(r => ((_Round)r).JP).ToArray();
break;