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.
[windows@localhost ~]$ yum list | grep gpg
gpgme.x86_64 1.1.8-3.el6 @base/$releasever
libgpg-error.i686 1.7-4.el6 @base
libgpg-error.x86_64 1.7-4.el6 @base/$releasever
libgpg-error-devel.x86_64 1.7-4.el6 @base
pygpgme.x86_64 0.1-18.20090824bzr68.el6 @base/$releasever
gpgme.i686 1.1.8-3.el6 base
gpgme-devel.i686 1.1.8-3.el6 base
gpgme-devel.x86_64 1.1.8-3.el6 base
libgpg-error-devel.i686 1.7-4.el6 base
mingw32-libgpg-error.noarch 1.6-13.el6.5 base
[windows@localhost ~]$ su
Contraseña:
[root@localhost windows]# yum install gpgme gpgme-devel
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
[root@localhost etc]# yum install re2c
[root@localhost etc]# pecl channel-update pecl.php.net
echo "extension=gnupg.so" > /etc/php.ini
echo extension=gnupg.so > /etc/php.d/gnupg.ini
[windows@localhost ~]$ yum whatprovides gnupg
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
740 packages excluded due to repository priority protections
gnupg2-2.0.14-6.el6_4.x86_64 : Utility for secure communication and data storage
Repo : base
Matched from:
Other : gnupg
gnupg2-2.0.14-6.el6_4.x86_64 : Utility for secure communication and data storage
Repo : installed
Matched from:
Other : Provides-match: gnupg
[root@localhost windows]# whereis gnupg
gnupg: /etc/gnupg /usr/share/gnupg
[windows@localhost ~]$ su -c "yum install gnupg2-2.0.14-6.el6_4.x86_64"
This is a collection of several projects relating to OpenPGP.
* caff: CA - Fire and Forget signs and mails a key
* pgp-clean: removes all non-self signatures from key
* pgp-fixkey: removes broken packets from keys
* gpg-mailkeys: simply mail out a signed key to its owner
* gpg-key2ps: generate PostScript file with fingerprint paper strips
* gpgdir: recursive directory encryption tool
* gpglist: show who signed which of your UIDs
* gpgsigs: annotates list of GnuPG keys with already done signatures
* keylookup: ncurses wrapper around gpg --search
* gpgparticipants: create list of party participants for the organiser
* gpgwrap: a passphrase wrapper
* keyanalyze: minimum signing distance (MSD) analysis on keyrings
* sig2dot: converts a list of GnuPG signatures to a .dot file
* springgraph: creates a graph from a .dot file
The gmp package contains GNU MP, a library for arbitrary precision arithmetic, signed integers operations, rational numbers and floating point numbers. GNU MP is designed for speed, for both small and very large operands. GNU MP is fast because it uses fullwords as the basic arithmetic type, it uses fast algorithms, it carefully optimizes assembly code for many CPUs' most common inner loops, and it generally emphasizes speed over simplicity/elegance in its operations.
Install the gmp package if you need a fast arbitrary precision library.
gd.x86_64 0:2.0.35-11.el6
libpaper.x86_64 0:1.1.23-6.1.el6
mutt.x86_64 5:1.5.20-4.20091214hg736b6a.el6_5
perl-Any-Moose.noarch 0:0.13-1.el6
perl-Class-MethodMaker.x86_64 0:2.16-4.el6
perl-Convert-BinHex.noarch 0:1.119-10.1.el6
perl-GD.x86_64 0:2.44-3.el6
perl-GnuPG-Interface.noarch 0:0.42-4.el6
perl-IO-stringy.noarch 0:2.110-10.1.el6
perl-MIME-tools.noarch 0:5.427-4.el6
perl-MailTools.noarch 0:2.04-4.el6
perl-Mouse.x86_64 0:0.58-2.1.el6
perl-TermReadKey.x86_64 0:2.30-13.el6
perl-Test-Simple.x86_64 0:0.92-136.el6
perl-Text-Template.noarch 0:1.45-3.el6
perl-TimeDate.noarch 1:1.16-11.1.el6
perl-libintl.x86_64 0:1.20-1.el6
tokyocabinet.x86_64 0:1.4.33-6.el6
urlview.x86_64 0:0.9-7.el6
[windows@localhost ~]$ yum list | grep pgp
claws-mail-plugins-pgp.x86_64 3.9.0-1.el6 epel
openpgpkey-milter.noarch 0.3-1.el6 epel
pgp-tools.x86_64 1.1.4-3.el6 epel
pgp-tools-debuginfo.x86_64 1.1.4-3.el6 epel-debuginfo
pgpdump.x86_64 0.28-1.el6 epel
pgpdump-debuginfo.x86_64 0.28-1.el6 epel-debuginfo
postgresql-pgpool-II.i686 3.2.0-1.el6 epel
postgresql-pgpool-II.x86_64 3.2.0-1.el6 epel
postgresql-pgpool-II-debuginfo.x86_64 3.2.0-1.el6 epel-debuginfo
postgresql-pgpool-II-devel.i686 3.2.0-1.el6 epel
postgresql-pgpool-II-devel.x86_64 3.2.0-1.el6 epel
postgresql-pgpool-II-recovery.x86_64 3.2.0-1.el6 epel
python-pgpdump.noarch 1.4-2.el6 epel
[windows@localhost ~]$ yum list | grep gmp
gmp.i686 4.3.1-7.el6_2.2 @base
gmp.x86_64 4.3.1-7.el6_2.2 @base/$releasever
atomic-php55-php-gmp.x86_64 5.5.12-11.el6.art atomic
atomic-php56-php-gmp.x86_64 5.6.0-10.el6.art atomic
gmp-devel.i686 4.3.1-7.el6_2.2 base
gmp-devel.x86_64 4.3.1-7.el6_2.2 base
gmp-static.x86_64 4.3.1-7.el6_2.2 base
gmpy.x86_64 1.15-1.el6 epel
gmpy-debuginfo.x86_64 1.15-1.el6 epel-debuginfo
[windows@localhost ~]$su -c "yum install gmp pgp-tools"
Linux localhost.localdomain 2.6.32-431.17.1.el6.centos.plus.x86_64 #1 SMP Thu May 8 02:18:11 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
su -
yum -y update
cpan
look Crypt::RIPEMD160
curl -sL http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/patches/Crypt-RIPEMD160-0.04-Andrew_Ruthven-01.patch.gz | zcat | patch -p0
perl Makefile.PL
make all test install