Skip to content

Releases: yentencoin/yenten

Yenten 6.0.4

Choose a tag to compare

@yentencoin yentencoin released this 24 Sep 08:43
ff429b1

Yenten 6.0.4 released

It is necessary to update the pools before block 2030000. Update by 20.09.2025 !!!

Add the address YentenDWKCJPE9GVN48ecgW7j73xKN4PW7 with a 10% mining fee to the pool settings.

These coins will only be used for the development of Yenten, to support a stable exchange rate, and to attract new users.

Node ip addresses 6.0.4:
5.235.225.214
164.132.169.5
5.25.168.171

in console:
addnode ip add

or yenten.conf
addnode=ip

Image

Build Notes
Due to warnings from some antivirus software, we have removed yenten-cli.exe and yentend.exe from yenten-6.0.4-win64.zip.
Thank you to those who contacted us about this issue.

For Windows 64bit: built on Ubuntu 20.04 on Windows11 WSL

sudo apt install g++-mingw-w64-x86-64
sudo update-alternatives --config x86_64-w64-mingw32-g++ # Set the default mingw32 g++ compiler option to posix
cd depends
make HOST=x86_64-w64-mingw32 -j 4
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_win -j 6

For macOS x64 (intel): built on Mojave 10.14.6 with Xcode-9.4.1

sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python-setuptools
cd depends/SDKs/
wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.11.sdk.tar.xz
tar -xpJf MacOSX10.11.sdk.tar.xz
cd depends
make HOST=x86_64-apple-darwin14
cd ..
./autogen.sh
 ./configure --prefix=`pwd`/depends/x86_64-apple-darwin14 --disable-tests
make -j 4
make install DESTDIR=/$PWD/yenten_mac -j 4
make deploy

For Linux: built on Ubuntu 18.04

cd depends
make HOST=x86_64-pc-linux-gnu
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_linux -j 4

p.s.
fix for ubuntu 20.04 and newer - dc75e82

Yenten 6.0.3

Choose a tag to compare

@yentencoin yentencoin released this 06 Sep 15:26
da7a56a

Yenten 6.0.3 released

It is necessary to update the pools before block 2030000. Update by 20.09.2025 !!!

Add the address YentenDWKCJPE9GVN48ecgW7j73xKN4PW7 with a 10% mining fee to the pool settings.

These coins will only be used for the development of Yenten, to support a stable exchange rate, and to attract new users.

image

Build Notes

For Windows 64bit: built on Ubuntu 18.04

sudo apt install g++-mingw-w64-x86-64
sudo update-alternatives --config x86_64-w64-mingw32-g++ # Set the default mingw32 g++ compiler option to posix
cd depends
make HOST=x86_64-w64-mingw32 -j 4
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_win -j 6

For macOS x64 (intel): built on Ubuntu 18.04

sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python-setuptools
cd depends/SDKs/
wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.11.sdk.tar.xz
tar -xpJf MacOSX10.11.sdk.tar.xz
cd depends
make HOST=x86_64-apple-darwin14
cd ..
./autogen.sh
 ./configure --prefix=`pwd`/depends/x86_64-apple-darwin14 --disable-tests
make -j 4
make install DESTDIR=/$PWD/yenten_mac -j 4
make deploy

For Linux: built on Ubuntu 18.04

cd depends
make HOST=x86_64-pc-linux-gnu
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_linux -j 4

p.s.
fix for ubuntu 20.04 and never - dc75e82

Yenten 6.0.2

Choose a tag to compare

@yentencoin yentencoin released this 20 Jul 17:14
c7cfa30

Yenten 6.0.2 released

It is necessary to update the pools before block 2030000. Update by 20.09.2025 !!!

Add the address YentenDWKCJPE9GVN48ecgW7j73xKN4PW7 with a 10% mining fee to the pool settings.

These coins will only be used for the development of Yenten, to support a stable exchange rate, and to attract new users.

image

Build Notes

For Windows 64bit: built on Ubuntu 18.04

sudo apt install g++-mingw-w64-x86-64
sudo update-alternatives --config x86_64-w64-mingw32-g++ # Set the default mingw32 g++ compiler option to posix
cd depends
make HOST=x86_64-w64-mingw32 -j 4
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_win -j 6

For macOS x64 (intel): built on Ubuntu 18.04

sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python-setuptools
cd depends/SDKs/
wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.11.sdk.tar.xz
tar -xpJf MacOSX10.11.sdk.tar.xz
cd depends
make HOST=x86_64-apple-darwin14
cd ..
./autogen.sh
 ./configure --prefix=`pwd`/depends/x86_64-apple-darwin14 --disable-tests
make -j 4
make install DESTDIR=/$PWD/yenten_mac -j 4
make deploy

For Linux: built on Ubuntu 18.04

cd depends
make HOST=x86_64-pc-linux-gnu
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site ./configure  --disable-tests
make install DESTDIR=/$PWD/yenten_linux -j 4

p.s.
fix for ubuntu 20.04 and never - dc75e82

Yenten 5.0.0 - core only

Choose a tag to compare

@yentencoin yentencoin released this 06 Jan 18:52
df838e7

You MUST upgrade to the NEW version by January 30, 2023.

The old version will no longer work.
The new version is backward-compatible and works fine now, so you can migrate now.

DEFINITELY RECOMMEND
Keep a backup copy of your wallet.dat.
Preferably in an archive with a password.
(windows - %appdata%\Yenten)

Block data (bootstrap)
Updated on Sep. 20, 2025

  • yenten_block_data_standard.7z (Synced by Yenten-6.0.3 , also supported in Yenten-5.0.0)
  • yenten_block_data_with_txindex.7z (Synced by Yenten-5.0.0. In Yenten-6, the database is automatically upgraded on first access.)

Build Notes / ビルド メモ

For Windows 64bit: built on Ubuntu 18.04 on Windows11 WSL

PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g')
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ --enable-upnp-default
make

For Windows 32bit: built on Ubuntu 18.04 on Windows11 WSL

PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g')
cd depends
make HOST=i686-w64-mingw32
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/  --enable-upnp-default
make

For macOS: built on Mojave 10.14.6 with Xcode-9.4.1

cd depends
make HOST=x86_64-apple-darwin11
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-apple-darwin11 --enable-upnp-default --with-qtdbus=no
make
make deploy

For Linux: built on Ubuntu 16.04

cd depends
make HOST=x86_64-pc-linux-gnu
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu --enable-upnp-default
make

Yenten Core 4.0.3

Choose a tag to compare

@yentencoin yentencoin released this 25 Mar 07:34
4.0.3
c8ebe54

Changed:

  • Revised as static const CAmount MAX_MONEY = 80000000 * COIN; in src/amount.h
  • Revised several translations in Qt locale files (replaced the word "bitcoin" with "yenten" , etc.)

About "Max Supply":
In the old Yenten (1.x ~ 3.x), src/amount.h holds the description, static const CAmount MAX_MONEY = 84000000 * COIN;,
also static const CAmount MAX_MONEY = 100000000 * COIN; from Yenten 4.0.0 to 4.0.2.
This constant is just for sanity check and doesn't define the Max Supply of coins though, but very confusing.
So we changed it to 80000000 which matches the calculated Max Supply from the subsidy halving interval (800,000 blocks) and the initial mining reward (50 YTN) of Yenten.

... Now we announce clearly that "Max Supply of Yenten = 80,000,000 (80 million) YTN"

Sub version (build number):

  • 4.0.3.1: Revised translations additionally, especially in English, Russian and Japanese.

Block data (bootstrap)

The bootstraps (yenten_block_data_standard.zip, yenten_block_data_with_txindex.zip) have been moved to the 5.0.0 release page.
https://github.com/yentencoin/yenten/releases/download/5.0.0/yenten_block_data_standard.zip
https://github.com/yentencoin/yenten/releases/download/5.0.0/yenten_block_data_with_txindex.zip

Yenten Core 4.0.2

Choose a tag to compare

@yentencoin yentencoin released this 11 Jan 08:03
4.0.2
51b36b6

Changed:

  • fixed the issue: synchronizing failure on from Jan 8th. 2021, block height 816480 probably, on some system.

Yenten Core 4.0.1

Choose a tag to compare

@yentencoin yentencoin released this 10 Jun 20:25
9a03b8f

Changed:

  • changed min fee for small transactions
  • back to showing "Yenten-chan" image
  • other...

Yenten Core 4.0.0 - final

Choose a tag to compare

@yentencoin yentencoin released this 22 Apr 22:21
4a9b00f

Other nodes:

addnode 185.185.70.244:9981 add
addnode spbird.mydns.jp:9981 add

Other node links:
https://xpoolx.com/explorer/peers?id=1897
https://leywapool.com/explorer/peers?id=1428
https://trossmining.de/explorer/peers?id=1943

Pools work with Yenten 4.0.0
http://cpu-pool.com/
https://xpoolx.com/

CMD for compiling Yenten - ubuntu 16.04, 18.04

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install git
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 apt-get install libevent-dev
sudo apt-get install libzmq3-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

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

Read instructions:
How to compile Yenten coin 4.0.0 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 Core 4.0.0 - beta 4

Choose a tag to compare

@yentencoin yentencoin released this 02 Apr 21:07
9029202
  • Fix translate
  • Add other nodes 4.0.0

CMD for compiling Yenten - ubuntu 16.04

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

Yenten Core 4.0.0 - beta 3

Choose a tag to compare

@yentencoin yentencoin released this 29 Mar 13:45
1f3bfcc
  • Add static NODE with Yenten core 4.0.0

CMD for compiling Yenten - ubuntu 16.04

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