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.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo chmod 600 /var/swap.1
sudo /sbin/swapon /var/swap.1
sudo vi /etc/fstab
/var/swap.1 swap swap defaults 0 0
sudo shutdown -r now
sudo apt-get install denyhosts
sudo vi /etc/denyhosts.conf
sudo /etc/init.d/denyhosts restart
iptables -A INPUT -p icmp --icmp-type echo-request -j DROP
# main port
iptables -A INPUT -p tcp --dport 9340 -j ACCEPT
# rpc port
iptables -A INPUT -p tcp --dport 9341 -j ACCEPT
pnx getaccountaddress 0
pnx dumpprivkey
dig +short myip.opendns.com @resolver1.opendns.com
vi /wallets/phantomx/.wallet/phantomx.conf
pnx stop
sleep 15
pnx -daemon -server
telnet
telnet9341
pnx getaccountaddress 0
pnx listtransactions
pnx getbalance
pnx masternode start
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev screen
sudo mkdir /wallets
sudo chmod 777 /wallets
cd /wallets
git clone https://github.com/phantomxdev/phantomx.git
cd /wallets/phantomx/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix
cp /wallets/phantomx/src/phantomxd /wallets/phantomx/
mkdir /wallets/phantomx/.wallet
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/.wallet -daemon -server
tail -f /wallets/phantomx/.wallet/debug.log
alias pnx="/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/.wallet"
pnx getinfo
/wallets/phantomx/phantomxd -datadir=/wallets/phantomx/.wallet getinfo
cd ~
vi .bash_profile
pnx -?
pnx getinfo
pnx getbalance
pnx listtransactions
pnx stop
pnx getaccountaddress 0
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo chmod 600 /var/swap.1
sudo /sbin/swapon /var/swap.1
sudo vi /etc/fstab
/var/swap.1 swap swap defaults 0 0
sudo shutdown -r now
sudo apt-get install denyhosts
sudo vi /etc/denyhosts.conf
sudo /etc/init.d/denyhosts restart
iptables -A INPUT -p icmp --icmp-type echo-request -j DROP
# main port
iptables -A INPUT -p tcp --dport 9340 -j ACCEPT
# rpc port
iptables -A INPUT -p tcp --dport 9341 -j ACCEPT