Build a node or qt:
if you need a swap memory:
free
dd if=/dev/zero of=/var/swap.img bs=2048 count=1048576
mkswapvar/swap.img
swaponvar/swap.img
free
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev
for qt:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
git clone
https://github.com/hexxcointakeover/4.0.1.x hexxcoin
cd hexxcoin
for vps:
./autogen.sh
./configure --without-gui
make -j 4 (-j is optional, number of your cores, -j 4)
for qt:
./autogen.sh
./configure
make -j 4 (-j is optional, number of your cores, -j 4)
cd src
strip hexxcoind
or:
cd src
cd qt
strip hexxcoin-qt
files are:
hexxcoind
hexxcoin-cli
hexxcoin-qt
hexxcoin.conf
data folder:
hexxcoin
port 29100
rpc port 29200