Pages:
Author

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

newbie
Activity: 57
Merit: 0

It is a pity that there is no wallet for Wn 32 Sad
copper member
Activity: 230
Merit: 35
Yenten coin UP!

UP - hashrate (to 330 kh/s)
UP - vloume trade (to 300 usd per day)
UP - price (to >20 satoshi)

https://twitter.com/yentencoin/status/1291358093226528769

copper member
Activity: 230
Merit: 35
hi guys, give a link where to download the full blockchain?

Latest Blockchain archive - https://github.com/yentencoin/yenten/releases/download/4.0.1/bootstrap_yenten4.zip
(unpack to the data folder)

Quote
Go to Start -> Run (or press WinKey+R) and run this:
%APPDATA%\Yenten
or
C:\Users\YourUserName\Appdata\Roaming\Yenten
newbie
Activity: 199
Merit: 0
hi guys, give a link where to download the full blockchain?
copper member
Activity: 230
Merit: 35
Pools list:
https://miningpoolstats.stream/yenten

last news:
 - matrix-pool - updated to 4.0.1
 - aikapool.com - not updated (( updated to 4.0.1



copper member
Activity: 230
Merit: 35
Yenten Coin wallet has been successfully updated on @AltmarketsEX

https://altmarkets.io/trading/ytnbtc

https://twitter.com/yentencoin/status/1289170887648907266



p.s.All exchangers have updated their wallets. Hooray.
full member
Activity: 369
Merit: 101
copper member
Activity: 230
Merit: 35
Attention!

We've passed 700,000 blocks of Yenten blockchain; bip34, bip65, bip66 were accepted successfully, all the pools are working properly, major exchanges are working fine, too. Some exchanges who have not updated the wallet contacted us and updating the wallet now.
https://github.com/yentencoin/yenten/releases

People who still use the old version of Yenten wallet, i.e. BELOW (Yenten Core 4.x.x) - please update ASAP or coins won't come and go. We will prepare all the instructions soon for those who are not familiar with core wallet update process.

Well, congratulations - the transition to 4.x.x was successful!!!

Now we're waiting for TWO more events in the coming year... this is halving on the block 800,000 and the inclusion of segwit and bech32 in a few months.

Launch of various services are as planned, too, so everything is on the schedule.
newbie
Activity: 1
Merit: 0
downloaded wallet
at start up gives an error

http://prntscr.com/thcmuf
member
Activity: 1022
Merit: 19
 
You can mine Yenten at autoexchange mining pool Zergpool.com at 0.5% fee. Please use following commands for different mining options
 
Option 1 Auto coin switch mining by profitability within algorithm with autoexchange to specified coin wallet(BTC in example below)
Code:
  -o stratum+tcp://yespowerR16.mine.zergpool.com:6534 -u  -p c=BTC 

Option 2 Direct coin mining with payout to coin wallet
Code:
  -o stratum+tcp://yespowerR16.mine.zergpool.com:6534 -u  -p c=YTN,mc=YTN

Option 3 Direct coin mining with autoexchange to specified coin wallet(BTC in example below)
Code:
  -o stratum+tcp://yespowerR16.mine.zergpool.com:6534 -u  -p c=BTC,mc=YTN

Please note mc stands for mining coin symbol, c stand for payout coin symbol

Autoexchange to BTC, LTC, DASH, BCH, DOGE or any other currency we mine
Happy mining,
 cheers pinpin
copper member
Activity: 230
Merit: 35
Released API for Yenten Coin
https://api.yentencoin.info/

For easy development of services. Supported broadcast raw signed transaction and other...

Modified Yenten wallet for api service - https://github.com/yentencoin/yenten/tree/yenten-4.0.0-api

p.s. Thanks - Volbil

copper member
Activity: 230
Merit: 35
We've just released Yenten 4.0.1!

Downloads: (Linux, Windows, Mac)
https://github.com/yentencoin/yenten/releases/

Changed:
 - changed min fee for small transactions
 - back to showing "Yenten-chan" image

https://twitter.com/yentencoin/status/1270856817665626114

newbie
Activity: 30
Merit: 0
Yenten-chan - returned back

Name of the minimun unit? Yentoshi? Conins? Tongue ?

If there's no name, maybe we can do a Poll.
newbie
Activity: 50
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: 2660
Merit: 1240
copper member
Activity: 230
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: 230
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
Pages:
Jump to: