I ran an issue as below while running `make -f makefile.unix` on ubuntu machine -
error : tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
it doesn't seem like the source code includes event2/util.h anymore - is this a bug?
This is what I use on a brand new Digital Oceon Droplet - Ubuntu 16.04.4 x64
Min 2GB Ram required.
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libevent-dev
sudo apt-get install libminiupnpc-dev
git clone
https://github.com/bitcoinplusorg/xbcwalletsource.gitcd xbcwalletsource/src/
make -f makefile.unix
./bitcoinplusd
From start to finish takes about 15 minutes.