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 dpkg -i novacoind_0.5.4~ab2d2546-1_armhf.deb
$ sudo apt-get -f install
$ sudo cp novacoind /etc/init.d
$ sudo chmod +x /etc/init.d/novacoind
$ sudo update-rc.d novacoind defaults
$ sudo useradd -m -d /opt/novacoin novacoin
$ sudo usermod -s /bin/bash novacoin
$ sudo mkdir /opt/novacoin/.novacoin
$ sudo bash -c 'echo rpcuser=novacoin > /opt/novacoin/.novacoin/novacoin.conf'
$ sudo bash -c 'echo rpcpassword=ТУТ_ПАРОЛЬ_ОБЯЗАТЕЛЬНО_НОРМАЛЬНЫЙ > /opt/novacoin/.novacoin/novacoin.conf'
$ sudo chown -R novacoin:novacoin /opt/novacoin
$ sudo chmod 600 /opt/novacoin/.novacoin/novacoin.conf
$ sudo /etc/init.d/novacoind start
cubie@Cubian:~/deb/0.5.4$ sudo su - novacoin
[sudo]password for cubie: ************
novacoin@Cubian:~$ novacoind getdifficulty
{
"proof-of-work" : 3640.84567887,
"proof-of-stake" : 2.05306382,
"search-interval" : 1
}
novacoin@Cubian:~$