hi, thanks for your answer,
I was doing exactly by this tutorial and the same error remains,
like I said, I deployed 2 GB vps server on vulture and input all the commands listed in your link:
apt update && apt dist-upgrade
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libgmp3-dev libdb-dev libdb++-dev libgmp3-dev
git clone https://github.com/pepeteam/pepecoin.git
make -f makefile.unix USE_UPNP=-1
mkdir -m755 .pepecoin
cd pepecoin/src/till here everything goes without errors, but when I enter
./pepecoind -daemon I get this message again:
***********************
EXCEPTION: NSt8ios_base7failureB5cxx11E
CDataStream::read() : end of data: iostream error
pepecoin in AppInit()
terminate called after throwing an instance of 'std::ios_base::failure[abi:cxx11]'
what(): CDataStream::read() : end of data: iostream error
Aborted (core dumped)
root@memecoin_test:~/pepecoin/src#