Pages:
Author

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

copper member
Activity: 230
Merit: 35
As people reports it's still possible to withdraw cryptoassets from your account at Crex24 (as of August 2, 2022):

To do this, just write the letter to e-mail {[email protected]} with your account name and description of the situation and they'll provide you with a temporary login link actual for 7 days - quite enough time to withdraw all your assets.

Quote
Here the example of the Crex24 reply with a temporary link for withdrawals:

From: [email protected]
To: (you)

Hello.

Thank you for reaching out. Unfortunately our exchange can't provide its services to residents / users from your country.
To get temporary access to your account, please use this personal link: https://crex24.com/?tkn=xxxxxxxx

Please withdraw funds from your account as soon as possible. Note that this link is valid for only 1 week. After this period, you will not be able to log into your account. We strongly recommend that you do not ignore this fact and do not postpone the withdrawal until the last day.

Your browser must support cookies, otherwise, this link will not work correctly.

We are deeply sorry for the inconvenience.
copper member
Activity: 230
Merit: 35
Yenten added to Exbitron exchange

vote for listing https://www.exbitron.com/vote

newbie
Activity: 28
Merit: 0
New Pool, that u can Mine Yenten.

Only 0,25 % Fee.
Feel free to use, No Registration Requerid.

https://www.miningpool2u.com/index.html#ytn

https://www.miningpool2u.com/logo/miningpool2u.png
copper member
Activity: 230
Merit: 35
YTN circulation supply - 50 mln coins (~ 63 % of the total amount 80 mln)

... and we are in 555 days from the halving at 1,600,000th block.

copper member
Activity: 230
Merit: 35
Yenten Has been added to https://app.bitoreum.exchange/trading/ytnbtrm

Feel free to test it.

Please note that this is a free listing exchange (currently on pre production environment) some bugs may apply.



tested:
registration - ok
deposit - ok
trade - ok
withdrawal - ok
2fa - ok
copper member
Activity: 230
Merit: 35
Graviex exchange - Yenten moon - https://graviex.net/markets/ytnbtc



and we have the new global minimum of YTN offer at Graviex exchange, now ~850K:

copper member
Activity: 230
Merit: 35
Yenten will soon be listed on the new exchange!

SouthXchange's new coins voting, YTN is now in fourth place.

southXchangeの新コイン投票、YTNはただいま4位です。

https://main.southxchange.com/Home/Vote#new-coins

copper member
Activity: 230
Merit: 35
We are not listed on Binance, but it seems that before we knew it, Yenten's price information was posted on Binance, as told to us by one of Yenten's avid fans. Thank you!

https://www.binance.com/en/price/yenten

copper member
Activity: 230
Merit: 35
Yenten Android Miner - beta 2
Added support ReaCoin
Change text - yespower to yespowerr16
Add yescryptr16 algo

Download APK - https://github.com/yentencoin/yenten-android-miner/releases/download/v1.0.0-beta.2/androidYentenMiner_beta2.apk
newbie
Activity: 41
Merit: 0
https://powerminers.tech/
This coin supported in new low fee multi-coin pool!
We are waiting for you...
copper member
Activity: 230
Merit: 35
Yenten Android Miner - beta1


Source code on GutHub - https://github.com/yentencoin/yenten-android-miner

You can make edits.
Improve.
Try.

APK file - https://github.com/yentencoin/yenten-android-miner/releases/download/v1.0.0-beta.1/androidYentenMiner_beta1.apk

1) Enter pool config
2) Enten wallet adress
3) Select Yespower algo
4) Start

jr. member
Activity: 150
Merit: 2
Yenten now available on:

MurkaPool.it

Website:
https://www.murkapool.it/

Stratum:
stratum+tcp://murkapool.it:6236

Miner Command Line:
-a yespowerr16 -o stratum+tcp://murkapool.it:6236 -u -p c=YTN

Fees:
0.1 % - Shared Mining
0.2 % - Solo Mining

Payout:
Min. 0.01 YTN every 30 minutes

Peers list:
addnode=109.252.26.86:9657
addnode=209.126.86.224:58760
addnode=149.154.64.253:9981
addnode=[2001:470:28:180:415d:16:b092:bb8c]:9981
addnode=151.80.237.0:9981
addnode=185.87.50.70:9981
addnode=195.154.83.106:9981
addnode=62.171.190.193:52262
addnode=[2400:2412:720:9100:ec40:a6e5:549:f941]:9981
addnode=60.120.168.98:9981
newbie
Activity: 5
Merit: 0
I spent a good part of today trying to compile the wallet from the source code from https://github.com/yentencoin/yenten, to no avail.
and I also tried Source code (tar.gz) release Yenten Core 4.0.3, with the same results.

I'm compiling yenten from source on Debian 11, 8gb ram, dual processors, 1.0 tb ssd and came across a couple of issues: warnings and errors. I submitted my results to GitHub, but it doesn't look like there has been any updates for some time.

    libdb4.8-dev and libdb4.8++-dev are no longer available for debian 11, I used instead libdb5.3-dev and libdb5.3++-dev.

and I like having a gui. In fact, I also tried compiling without the gui and got the same errors.

I used ./configure --enable-upnp-default --with-incompatible-bdb

Results:

Options used to compile and link:
with wallet = yes
with gui / qt = yes
qt version = 5
with qr = yes
with zmq = yes
with test = no
with bench = no
with upnp = yes
use asm = yes
debug enabled = no
werror = no

target os = linux
build os =

CC = gcc
CFLAGS = -g -O2
CPPFLAGS = -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS
CXX = g++ -std=c++11
CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-implicit-fallthrough
LDFLAGS =
ARFLAGS = cr

It gets real interesting when you do:  make

1. httpserver.cpp:74:10: error: ‘deque’ in namespace ‘std’ does not name a template type
74 | std::deque queue;

this only required adding #include to httpserver.cpp

tried it again after ( make clean ) and more issues

2. validation.cpp:2299:94: error:‘_1’ was not declared in this scope
    validation.cpp:2303:101: error: ‘_2’ was not declared in this scope

this appears to come from using place holders _1 and _2.

I haven't had any luck compiling the wallet from source. Any ideas?

I do have the latest release for windows installed on another machine.









Is there a newer bootstrap file?

the one posted on https://www.yenten.org/wallet/ is some 45 weeks behind.

or has this coin been abandoned? Huh

[moderator's note: consecutive posts merged]
copper member
Activity: 230
Merit: 35
Realmi 6 Pro
Qualcomm
Snapdragon 720G Octa-core
233 Hash/s
copper member
Activity: 230
Merit: 35
ARM CPU Snapdragon 730 - 247 h/s

p.s. Thanks - k0lobok

copper member
Activity: 230
Merit: 35
Instal Termux and miner on Android Phone/TVbox

Run Termux and run cmd:

0) Download Termux 0.177 apd from link - https://github.com/AndronixApp/termux-releases/releases/download/0.117/com.termux_117.apk

1) Download and install Ubuntu 20
Code:
pkg update -y && pkg install curl proot tar -y && curl https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Ubuntu20/ubuntu20.sh | bash

2) Run Ubuntu 20
Code:
./start-ubuntu20.sh

3) Download arm yenten miner
Code:
apt-get update
apt install wget
wget https://github.com/yentencoin/yenten-arm-miner-yespowerr16/releases/download/v1.0/sugarmaker_arm64
chmod +x sugarmaker_arm64

4) Run mining
Code:
./sugarmaker_arm64 -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u wallet_address
copper member
Activity: 230
Merit: 35
It is respectable that the coin is still alive, the developers, as it happens, did not abandon the project,and keep making new releases.
 The coin also has a good community, the popularity of Yenten is great.

Thanks for good words!!! We believe that the main thing is a community.
hero member
Activity: 2856
Merit: 578
Leading Crypto Sports Betting & Casino Platform
It is respectable that the coin is still alive, the developers, as it happens, did not abandon the project,and keep making new releases.
 The coin also has a good community, the popularity of Yenten is great.

The coin has reached its prime, the coin is already four years old but it's not getting enough volume but for those who want to mine coin with CPU this is a good coin to mine for a start-up, for a coin to survive the competition and move to a new ranking they should innovate and keep up what the community wants not just a coin to mine for a pump and dump.
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
It is respectable that the coin is still alive, the developers, as it happens, did not abandon the project,and keep making new releases.
 The coin also has a good community, the popularity of Yenten is great.
copper member
Activity: 230
Merit: 35
ARM yenten miner Version 1.0 for Raspberry Pi 4 (64bit, Aarch64)

Precompile miner version for arm64 (Raspberry Pi 4, android smartphones, linux smartphones)
Download miner and run:


Code:
wget https://github.com/yentencoin/yenten-arm-miner-yespowerr16/releases/download/v1.0/sugarmaker_arm64
chmod +x sugarmaker_arm64
./sugarmaker_arm64 -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u wallet_address
Pages:
Jump to: