Post
Topic
Board Announcements (Altcoins)
Re: [HXX SWAP] |HexxCoin| CPU | Anonymous Zerocoin | C-CEX | Yobit | Cryptopia |
by
hexxodev_temp
on 19/01/2018, 03:02:49 UTC
http://127.0.0.1:29100

it may took long time to find a block..





Linux users can try 13.4, it should build:
backup wallet
 hexxcoind
 hexxcoin-qt
 hexxcoin.conf
 folder: hexxcoin
https://github.com/hexxcointakeover/core-update


sudo apt-get update
sudo apt-get install 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
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

git clone https://github.com/hexxcointakeover/core-update hexxcoin

cd hexxcoin

./autogen.sh
./configure
make

cd src/qt
strip hexxcoin-qt
sudo chmod +x hexxcoin-qt
./hexxcoin-qt


I run ok ./configure and make but

cd src/qt
strip hexxcoin-qt
sudo chmod +x hexxcoin-qt
./hexxcoin-qt

There's no file in src/qt so command not run
build maybe failed.
check compiler errors.

it is possible that git has typo or your setup is not working
(I did not test to compile latest commits )
my linux setup failed again, so i cant test latest commits until i fix the fuckin blue screen

check if there is hexxcoind in hexxcoin/src??