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.
FROM ubuntu:18.04 as builder
LABEL author="buzzkillb"
RUN apt-get update && apt-get install -y \
git \
wget \
unzip \
automake \
build-essential \
libdb++-dev \
libboost-all-dev \
libqrencode-dev \
libminiupnpc-dev \
libevent-dev \
autogen \
automake \
libtool \
make \
&& rm -rf /var/lib/apt/lists/*
RUN (wget https://www.openssl.org/source/openssl-1.0.1j.tar.gz && \
tar -xzvf openssl-1.0.1j.tar.gz && \
cd openssl-1.0.1j && \
./config && \
make install && \
ln -sf /usr/local/ssl/bin/openssl `which openssl` && \
cd ~)
RUN (git clone https://github.com/carsenk/denarius && \
cd denarius && \
git checkout master && \
git pull && \
cd src && \
OPENSSL_INCLUDE_PATH=/usr/local/ssl/include OPENSSL_LIB_PATH=/usr/local/ssl/lib make -f makefile.unix)
# final image
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \
automake \
build-essential \
libdb++-dev \
libboost-all-dev \
libqrencode-dev \
libminiupnpc-dev \
libevent-dev \
libtool \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/ssl/bin/openssl /usr/local/ssl/bin/openssl
RUN ln -sf /usr/local/ssl/bin/openssl `which openssl`
COPY --from=builder /denarius/src/denariusd /usr/local/bin/
EXPOSE 33369 9999 9089
SHA256 48ba0a1faef06be8782b000e181ed7cc19bd46fa3b0d39a8a826f92dbe64c764
MD5 8ca1c600eaef106a36d2146f8f86bf66
SHA-1 4dd38dd66a7c27b8f6e35e95ab1d6b6b71b2b987
SHA256 2d36271560d448283bc39712e2ace64a1b21a2c3538580c101a20f8a2c6a43ba
MD5 72c68308f762ed5cfb97663a27c5d1c0
SHA-1 8de3e5a87f58448bc240ca4088a9f73d218b5c12
Authentihash aa29fecf16852ba696fd361c6671d0d9e92ff3d30a74f47002e72592bc7bf638
Imphash 2852de0dcb5e0559e5231e10136fad4b
SHA256 683ed887479beab00254d53e95ce4d8779d617d2a45532522fffc28c5381f869
MD5 11ae922f86f487ec039215a3b8340096
SHA-1 63066c793718fe392b34fb6df618a34bbe7be644
SHA256 e1f44f94de8d85c0f5fa5a2138b91b4ad695d925c269900815700625028ffd84
MD5 fc16dc11a21d62a85f499ff2482b85ad
SHA-1 f1e84c3d0e712e6ac616480a09854333dc3e3d96