Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MEME][PEPE] Memetic / PepeCoin - MToads - KEKDAQ
by
smutboy420
on 30/09/2018, 16:33:49 UTC
has anybody installed wallet daemon lately  on ubuntu 16.04 ?

I was doing according official github link on a fresh installed vps vultr with 2 GB ram 1cpu

everything went well till the last command - this is what I get after ./pepecoind -daemon:

************************
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#



hey check to see this guide if you missed any steps
https://view.publitas.com/pepecoin-memetic-cryptocurrency/mastertoad-vps-deployment-video-guide-text/page/1
also heres a video version https://youtu.be/lPKAHluBQOY

and a cheatsheet.txt for copy + pasting in to console
http://seed2.pepecoin.co/misc/cheatsheet.txt

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#



Did you ever get this figued out?? or fixed?