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.
./configure --without-gui --without-miniupnpc --with-boost-libdir=/usr/lib/arm-linux-gnueabihf
In file included from /usr/include/boost/optional.hpp: 15:0,
from ./optional.h:10,
from ./util/system.h:22,
from ./addrman.h:17,
from ./net.h:10,
from net.cpp:10:
/usr/include/boost/optional/optional.hpp: In instantia tion of ‘void boost::optional_detail::optional_base::construct(const Expr&, const void*) [with Expr = CDa taStream; T = CNetMessage]’:
/usr/include/boost/optional/optional.hpp:262:25: req uired from ‘boost::optional_detail::optional_base:: optional_base(const Expr&, const Expr*) [with Expr = C DataStream; T = CNetMessage]’
/usr/include/boost/optional/optional.hpp:559:78: req uired from ‘boost::optional::optional(const Expr&) [with Expr = CDataStream; T = CNetMessage]’
net.cpp:757:47: required from here
/usr/include/boost/optional/optional.hpp:392:8: error: no matching function for call to ‘CNetMessage::CNetMe ssage(const CDataStream&)’
new (m_storage.address()) internal_type(expr) ;
^
/usr/include/boost/optional/optional.hpp:392:8: note: candidates are:
In file included from net.cpp:10:0:
./net.h:742:5: note: CNetMessage::CNetMessage(CDataStr eam&&)
CNetMessage(CDataStream&& recv_in) : m_recv(std:: move(recv_in)) {}
^
./net.h:742:5: note: no known conversion for argumen t 1 from ‘const CDataStream’ to ‘CDataStream&&’
./net.h:734:7: note: CNetMessage::CNetMessage(const CN etMessage&)
class CNetMessage {
^
./net.h:734:7: note: no known conversion for argumen t 1 from ‘const CDataStream’ to ‘const CNetMessage&’
./net.h:734:7: note: CNetMessage::CNetMessage(CNetMess age&&)
./net.h:734:7: note: no known conversion for argumen t 1 from ‘const CDataStream’ to ‘CNetMessage&&’
Makefile:11296: recipe for target 'libbitcoin_server_a -net.o' failed
make[2]: *** [libbitcoin_server_a-net.o] Error 1
make[2]: Leaving directory '/root/bitcoin/bitcoin/src'
Makefile:18676: recipe for target 'all-recursive' fail ed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/bitcoin/bitcoin/src'
Makefile:788: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
make 1845,58s user 69,18s system 96% cpu 33:12,83 tot al
2 root@bitcoinnode ~/bitcoin/bitcoin (git)-[v0.21.0] #
checking for boostlib >= 1.58.0 (105800)... configure: We could not detect the boost libraries (version MINIMUM_REQUIRED_BOOST or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in. See http://randspringer.de/boost for more documentation.
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the Boost::System library!
Host : Port
localhost : 8332
Chain
main
Version
190100 (/Satoshi:0.19.1/)
Protocol Version
70015
Blockchain Size
318.87 GB
(pruned: false)
Soft Forks
bip34:type=buried,status=active(height: 227,931)
bip66:type=buried,status=active(height: 363,725)
bip65:type=buried,status=active(height: 388,381)
csv:type=buried,status=active(height: 419,328)
segwit:type=buried,status=active(height: 481,824)
Block Count
633,121
(headers: 633,121)
Difficulty
13.732 x 1012
Status
Synchronized with network
Uptime
1 week, 3 days, 17 hours
Warnings
None
Network Info
Peers
12
Network Traffic
Total Download: 2.77 GB (avg 3 KB/s)
Total Upload: 9.16 GB (avg 9.91 KB/s)
Interfaces
ipv4: unreachable(proxy: 127.0.0.1:9050)
ipv6: unreachable(proxy: 127.0.0.1:9050)
onion: reachable(proxy: 127.0.0.1:9050)
Local Addresses
5tcobkc3waxehlmt.onion:8333(score: 7)
pi@CoinsurferPi4:~ $ sudo service nginx restart
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
pi@CoinsurferPi4:~ $ ^C
pi@CoinsurferPi4:~ $ systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-12-08 23:20:03 CET; 19s ago
Docs: man:nginx(8)
Process: 13182 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
Dez 08 23:20:03 CoinsurferPi4 systemd[1]: Starting A high performance web server and a reverse proxy server...
Dez 08 23:20:03 CoinsurferPi4 nginx[13182]: nginx: [warn] conflicting server name "_" on 0.0.0.0:80, ignored
Dez 08 23:20:03 CoinsurferPi4 nginx[13182]: nginx: [warn] conflicting server name "_" on [::]:80, ignored
Dez 08 23:20:03 CoinsurferPi4 nginx[13182]: nginx: [emerg] open() "/usr/share/nginx/media/hdd/www/log/error.log" failed (2: No such file or directory)
Dez 08 23:20:03 CoinsurferPi4 nginx[13182]: nginx: configuration file /etc/nginx/nginx.conf test failed
Dez 08 23:20:03 CoinsurferPi4 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Dez 08 23:20:03 CoinsurferPi4 systemd[1]: nginx.service: Failed with result 'exit-code'.
Dez 08 23:20:03 CoinsurferPi4 systemd[1]: Failed to start A high performance web server and a reverse proxy server.
pi@CoinsurferPi4:~ $
listen 80 default_server;
listen [::]:80 default_server;
listen 80;
listen [::]:80;
sudo apt-get install php7.2-fpm
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;