Pages:
Author

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

copper member
Activity: 231
Merit: 35
Community explorer https://ytn.ccore.online/ have new feature

YTN faucet

Claim your daily YTN now: https://ytn.ccore.online/faucet






Thanks! Cool faucet...

will there be a store soon? interesting to look at
jr. member
Activity: 176
Merit: 6
Community explorer https://ytn.ccore.online/ have new feature

YTN faucet

Claim your daily YTN now: https://ytn.ccore.online/faucet
copper member
Activity: 231
Merit: 35
Yenten Web Miner - released
https://cpu-mining.info/yenten_web_miner/

Mining has never been so easy.
But the hashrate is less.

copper member
Activity: 231
Merit: 35
Our rewards halving. We have gone through many stages of development of the coin (ups and downs).

But one thing is always with us - the community. Thank you all!

I think now is the right time to publish our development plans:
- create payment libraries so that everyone can integrate the acceptance of coins into their sites (no VPS required)
- a service for buying likes and retweets on Twitter and Instagram
- sale of hosting (for coin users) and services (for other coins that they cannot configure themselves yet)
- update the graphic miner (add a web wallet to it and much more)
- optimized miner for ARM processors
- test miner directly in the browser (web miner)
- an example of a simple php game
- in the spring of 2021 - development of a new wallet (testing new optimizations and adding new functionality)

Our coin and its mining should be very easy for beginners. We strive for this, for simplicity and convenience.
We also create interesting things that can be used by our friend coins.
copper member
Activity: 231
Merit: 35
very little time left before halving ...

Online countdown - https://cpu-mining.info/



reward change to 25YTN?

Yes.

p.s. There are 75 blocks left until the halving.... (25 ytn per block)
jr. member
Activity: 298
Merit: 3
very little time left before halving ...

Online countdown - https://cpu-mining.info/



reward change to 25YTN?
copper member
Activity: 231
Merit: 35
very little time left before halving ...

Online countdown - https://cpu-mining.info/

copper member
Activity: 231
Merit: 35


https://t.me/yententip
Our new official channel. We are recruiting moderators. We also give each participant coins (tips)

member
Activity: 728
Merit: 19

http://blockmasters.co

We've added Yenten to our multi-pool @ http://BlockMasters.co! Only 0.25% Fee's!

Choose your payout style.  We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool!  Also choose from our USA, Europe, or Asia stratum servers!

Example Config is Below for Yenten Pay:
Code:
-a yespowerR16 -o stratum+tcp://blockmasters.co:6236 -u YdMDjhfzchCGvBbir1CzGGTzd935WJSv8W -p c=YTN 

To mine only this coin use mc=YTN.  You can also only mine this coin and get paid in another coin by using c=BTC,mc=YTN as your password.
Code:
-a yespowerR16 -o stratum+tcp://blockmasters.co:6236 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=YTN,mc=YTN

Example Config Below to mine Yenten & convert into BTC
Code:
-a yespowerR16 -o stratum+tcp://blockmasters.co:6236 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC 

To mine our Europe server use eu.blockmasters.co, to mine our Asia stratum use as.blockmasters.co .

We also allow party & solo mining!  Please add m=SOLO or m=PARTY.partypassword to your password in your config file!

Join our discord at https://discordapp.com/invite/RNnVAB4
copper member
Activity: 231
Merit: 35
Mining test on Mac mini M1...about 1.5kH/s by 8threads, at 31W.
This performance is not native, just tried on Rosetta2 environment... very promising, I feel.


cpuminer source: yespowerR16 branch of https://github.com/ohashi3d/cpuminer-yescrpwr
Some modifications are needed for building on Mac environment, like below:
$ mkdir m4
$ cp /usr/local/opt/curl/share/aclocal/libcurl.m4 m4
$ echo ACLOCAL_AMFLAGS = -I m4 >> Makefile.am
$ sed -i -e "s/INCLUDES/AM_CPPFLAGS/g" Makefile.am
$ sed -i -e "s/aclocal/aclocal -I m4/g" autogen.sh

Enjoy at your own risk Smiley

It's great. Good performance.
jr. member
Activity: 51
Merit: 3
Mining test on Mac mini M1...about 1.5kH/s by 8threads, at 31W.
This performance is not native, just tried on Rosetta2 environment... very promising, I feel.
https://pbs.twimg.com/media/EnvZXnzVgAEo713?format=png&name=large

cpuminer source: yespowerR16 branch of https://github.com/ohashi3d/cpuminer-yescrpwr
Some modifications are needed for building on Mac environment, like below:
$ mkdir m4
$ cp /usr/local/opt/curl/share/aclocal/libcurl.m4 m4
$ echo ACLOCAL_AMFLAGS = -I m4 >> Makefile.am
$ sed -i -e "s/INCLUDES/AM_CPPFLAGS/g" Makefile.am
$ sed -i -e "s/aclocal/aclocal -I m4/g" autogen.sh

Enjoy at your own risk Smiley
copper member
Activity: 231
Merit: 35
Yenten Crypto Web Notepad Online PHP released
https://github.com/yentencoin/Yenten-Crypto-Web-Notepad-Online-PHP

Features:
 - works in one php file and works on almost any hosting
- you can work with 6 online notebooks, quickly switch between them
 - an encrypted file is stored on the hosting, i.e. if the files are leaked, they will not be opened and what is inside will not be read. Decryption occurs with a key (it is also the second password) when opening the file and encrypted with it when saving.
 - the first password is to close access to the folder by password (.htpasswd on folder)
 - automatic saving of the file when typing (it monitors that there were pressing or changes every 5 seconds and, if necessary, saves)
 - manual saving by pressing the button
 - manual backup by button (the ability to save to a remote FTP server)
 - automatic backup (1, 7, 30 days)
 - lightweight, small, opens instantly in almost any browser

Why did I do it at all: I didn't want to store my data with someone, but access to them is needed from different devices. And here everything is reliable, hosting is your own, files are encrypted + backups, you can make these files by simply saving them to your hard drive. For myself - a convenient thing.

Online test: http://yenten.nichesite.org/notepad/1.php

login: 123 pass: 123 pass2: 123
jr. member
Activity: 176
Merit: 6
YTN block explorer (http://ytn.ccore.online) introduce new feature: Web Wallet
Light weigh web wallet without full blockchain synchronization with 12-word Mnemonic seed support.
Take a look: http://ytn.ccore.online/web_wallet
copper member
Activity: 231
Merit: 35
block headers sync unreal slow (3 weeks wallet was offline, 20 min sync for only headers, and no progress indication in this time), devs please investigate problem

1) what operating system are you using?
2) in the next version of the wallet - we will change the method of hashing headers, this will give a significant increase in speed.

In the meantime, you can use the web version of the wallet or keep the wallet constantly running (thereby helping the network). In Windows, the status of the header synchronization state is visible.
newbie
Activity: 50
Merit: 0
block headers sync unreal slow (3 weeks wallet was offline, 20 min sync for only headers, and no progress indication in this time), devs please investigate problem
jr. member
Activity: 298
Merit: 3
Node sync is very slow.. anyone  knows whatz the reason ?
Which exchange Yenten is traded ?

Crex24 and Graviex
full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
Node sync is very slow.. anyone  knows whatz the reason ?
Which exchange Yenten is traded ?
member
Activity: 68
Merit: 10
Great to hear Yenten is still alive. I have a lot of coins still in my wallet.
Pages:
Jump to: