Post
Topic
Board Announcements (Altcoins)
Re: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH
by
syfare
on 06/04/2017, 16:17:19 UTC
For installation in Linux, here is what i did on a fresh VPS install :
    1  apt-get update y
    2  apt-get update -y
    3  apt-get upgrade -y
    4  apt-get dist-upgrade -y
    5  apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libd                                                                                                                                                             b5.1-dev libdb5.1++-dev libtool
    6  apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat aut                                                                                                                                                             otools-dev pkg-config
    7  sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qtt                                                                                                                                                             ools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
    8  git clone  https://github.com/transferdev/Transfercoin.git
   11  cd Transfercoin/src
   15  sudo apt-get remove qt3-dev-tools libqt3-mt-dev
   16  sudo apt-get install libqt4-dev libminiupnpc-dev
   18  apt-get install libmpc-dev
   20  sudo make -f makefile.unix # Headless transfer
   21  strip transferd
   22  sudo cp transferd /usr/local/bin
   24  ./transferd
 

That should get you a running wallet, after you can follow the windows procedure to just edit the .conf file.