Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v3.1.0 [YTN] [YespowerR16] [Exchange available]
by
YentenCommunity
on 23/04/2020, 15:15:09 UTC
Yenten Core 4.0.0 - beta 4

 - Fix translate
 - Add other nodes 4.0.0

https://github.com/yentencoin/yenten/releases/tag/4.0.0.beta4

Download Win x64 - https://github.com/yentencoin/yenten/releases/download/4.0.0.beta4/yenten-4.0.0-win64-beta4.zip

CMD for compiling Yenten - ubuntu 16.04

Code:
git clone -b yenten-4.0.0 https://github.com/yentencoin/yenten.git
cd yenten
./autogen.sh
./configure --enable-upnp-default --without-gui
make -j 4



configure: error: libdb_cxx headers missing, Yenten Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)

and so always everything is crooked  Huh


install dependencies

Code:
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install pkg-config
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

Code:
sudo apt-get update && sudo apt-get -y upgrade
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libminiupnpc10
sudo apt-get install libssl1.0-dev
sudo apt-get install libboost1.65-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev