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.
chmod 755 ubuntu_14_amd64__magi-qt_v1.0.0.1
./ubuntu_14_amd64__magi-qt_v1.0.0.1
ssh root@IP
adduser magi
/usr/sbin/visudo
ssh magi@IP
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git screen automake build-essential libboost-all-dev libdb5.1-dev libdb5.1++-dev libminiupnpc-dev libcurl4-openssl-dev libgmp-dev libssl-dev
sudo apt-get install qt-sdk qt5-qmake libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev-tools qt5-default
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
sudo nano /etc/fstab
/swapfile none swap sw 0 0
sudo swapon -s
sudo swapoff /swapfile
sudo rm /swapfile
cd
git clone https://github.com/magi-project/wolf-m7m-cpuminer-V2
cd m7magi-cpuminer-v2
cd
git clone https://github.com/magi-project/m-cpuminer-legacy-v2
cd m-cpuminer-legacy-v2
./autogen.sh
CFLAGS="-O3 -march=native" ./configure
make
sudo cp minerd /usr/local/bin
minerdlegacy -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency
screen -S magi
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u-p
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u-p
screen -ls
screen -r magi
exit
ssh magi@IP
screen -r magi
git clone https://github.com/magi-project/magi
cd magi/src
make -f makefile.unix
cd magi
qmake
make
cd ~/.magi
emacs magi.conf
cd ~/magi/src
./magid &
./minerd --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass --threads
sudo apt-get install build-essential libcurl4-openssl-dev automake autoconf git openssl libgmp-dev screen
git clone https://github.com/magi-project/m-cpuminer-legacy-v2
./autogen.sh && CFLAGS="-O3 -march=native" ./configure && make
screen -S mining
./minerd -o stratum+tcp://stratum1.suchpool.pw:3333 -u magi.u -p p -e 90
screen -r mining