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.
Starting Nmap 5.21 ( http://nmap.org ) at 2014-10-13
Nmap scan report for gourl.io (178.32.138.12)
Host is up (0.41s latency).
Not shown: 989 filtered ports
PORT STATE SERVICE
53/tcp open domain
80/tcp open http
106/tcp open pop3pw
143/tcp open imap
443/tcp open https
993/tcp open imaps
8333/tcp open unknown
8443/tcp open https-alt
9080/tcp closed unknown
9998/tcp open unknown
9999/tcp open abyss
function cryptobox_show(boxID, coinName, public_key, amount, amountUSD, period, language, iframeID, userID, userFormat, orderID, cookieName, hash)
{
var id = public_key.substr(0, public_key.indexOf("AA"));
if (id == '' || boxID != id || public_key.indexOf("PUB") == -1) alert('Invalid cryptobox public_key');
else if ((amount <= 0 && amountUSD <= 0) || (amount > 0 && amountUSD > 0)) alert('You can use in cryptobox options one of variable only: amount or amountUSD. You cannot place values in that two variables together');
else if (amount != 0 && ((amount - 0) != amount || amount < 0.001)) alert('Invalid cryptobox amount');
else if (amountUSD != 0 && ((amountUSD - 0) != amountUSD || amountUSD < 0.01)) alert('Invalid cryptobox amountUSD');
else if (userFormat != 'COOKIE' && userFormat != 'SESSION' && userFormat != 'IPADDRESS' && userFormat != 'MANUAL') alert('Invalid cryptobox userFormat value');
else if (userFormat == 'COOKIE' && cookieName == '') alert('Invalid cryptobox cookie name');
else if (userFormat == 'COOKIE' && cryptobox_cookie(cookieName) != userID) alert('Please enable Cookies in your browser !');
else if (orderID == '') alert('Invalid orderID');
else if (period == '') alert('Invalid period');
else if (hash == '') alert('Invalid cryptobox hash');
else