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.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ make
make: *** No targets specified and no makefile found. Stop.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono Program.cs
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono Barcode128b.cs
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono BtcAddress.csproj
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ apt-cache search mscorelib
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono BtcAddress.csproj
Cannot open assembly 'BtcAddress.csproj': File does not contain a valid CIL image.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono Barcode128b.cs
Cannot open assembly 'Barcode128b.cs': File does not contain a valid CIL image.
tspacepilot@citrus:~/src/Bitcoin-Address-Utility$ mono Program.cs
Cannot open assembly 'Program.cs': File does not contain a valid CIL image.