Pages:
Author

Topic: [ANN] [CPU mining] Yenten v3.1.0 [YTN] [YespowerR16] [Exchange available] - page 9. (Read 16812 times)

newbie
Activity: 53
Merit: 0
Yenten is a GREAT CPU friendly coin with a BIG future ahead of it. I expect it to hit $9-$10 in the next bull run cycle around December 2021. The circulation supply is similar to Litecoins and that's at $45 a coin right now! Try to mine as much as possible before the next halving around December 2020, as this is when the block reward reduces from 50 Yenten to 25 Yenten per block.
legendary
Activity: 2688
Merit: 1240
copper member
Activity: 231
Merit: 35
How to compile Yenten coin 4.0.0 (bitcoin, bellcoin, sugarchain) on ubuntu 16.04.6 and 18.04.4 LTS
http://cpu-mining.info/post.php?post=4

How to compile Yenten coin 4.0.0 on ubuntu 20.04 LTS
http://cpu-mining.info/post.php?post=5

Yenten 4.0.0 for Linux64 - reuploaded - https://github.com/yentencoin/yenten/releases/download/4.0.0/yenten-4.0.0-linux64.tar.gz
Tested on live cd - ubuntu 16.04, ubuntu 18.04, ubuntu 20.04
copper member
Activity: 231
Merit: 35
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

Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate

Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8++-dev' has no installation candidate

 Huh



If you have an error:
Quote
sudo: add-apt-repository: command not found

Use command
sudo apt-get install software-properties-common

Code:
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
sudo apt-get install libdb4.8++-dev

https://github.com/bitcoin/bitcoin/issues/11540
https://askubuntu.com/questions/393289/how-to-install-libdb4-8-dev-or-equivalent-on-13-10
newbie
Activity: 199
Merit: 0
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

Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate

Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8++-dev' has no installation candidate

 Huh
jr. member
Activity: 298
Merit: 3
We've just released Yenten 4.0.0!

https://github.com/yentencoin/yenten/releases/

...please update nodes to 4.0.0



have bootstrap for ver.4.0.0?
copper member
Activity: 231
Merit: 35
We've just released Yenten 4.0.0!

https://github.com/yentencoin/yenten/releases/

...please update nodes to 4.0.0

copper member
Activity: 231
Merit: 35
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
newbie
Activity: 199
Merit: 0
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
copper member
Activity: 231
Merit: 35
Hello,

Any working exchange service ?

Yes. In first post.

Code:
CREX24
YTN/BTC on CREX24

GRAVIEX
YTN/BTC on GRAVIEX

TradeSatoshi
YTN/BTC on TradeSatoshi
YTN/USDT on TradeSatoshi
YTN/ETH on TradeSatoshi
YTN/DOGE on TradeSatoshi

OpenTrade
YTN/MC on OpenTrade
YTN/BTC on OpenTrade

GlobeCryptoTrade
YTN/BTC on GlobeCryptoTrade

SatoshiShift
YTN/BTC on SatoshiShift

Unnamed.Exchange
YTN/BTC on Unnamed.Exchange

Altmarkets
YTN/BTC on Altmarkets
YTN/DOGE on Altmarkets

Crypto Hub Exchange
YTN/BTC on Crypto Hub Exchange
copper member
Activity: 231
Merit: 35
Yespower algos - which RAM to choose? Table DDR3 or DDR4, timing, channels info....

https://sandelinos.gitlab.io/sugarchain-live-miner/
Author - https://twitter.com/Sandelinos144

have ryzen gen3 hashrate table?

There is no information yet.
If you find - you can add - http://cpu-mining.info/add.php

updated. thanks kind people.
http://cpu-mining.info/hashrate_table.php

member
Activity: 148
Merit: 10
Hello,

Any working exchange service ?
jr. member
Activity: 298
Merit: 3
Yespower algos - which RAM to choose? Table DDR3 or DDR4, timing, channels info....


https://sandelinos.gitlab.io/sugarchain-live-miner/
Author - https://twitter.com/Sandelinos144

have ryzen gen3 hashrate table?
copper member
Activity: 231
Merit: 35
Yespower algos - which RAM to choose? Table DDR3 or DDR4, timing, channels info....


https://sandelinos.gitlab.io/sugarchain-live-miner/
Author - https://twitter.com/Sandelinos144
copper member
Activity: 231
Merit: 35
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

copper member
Activity: 231
Merit: 35
We need nodes based on the 4.0.0 version of the  Yenten wallet.
Who has a server? Open port (9981)?
For static node list.
copper member
Activity: 231
Merit: 35

Why don't you update 1st page of this thread ?
is it backward compatible ?
Did you informed active exchanges to update to latest ?

Virus Total was clean


it is the beta
Pages:
Jump to: