Pages:
Author

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

jr. member
Activity: 129
Merit: 8
WOW!!!

YTN cost is 22 sat

https://imgur.com/a/nWbigJj

Yenten is rocket....
member
Activity: 302
Merit: 26

That is what happened with Tradesatoshi.
The balance of my Tradesatoshi was zero. When tradesatoshi started maintenance, I realized that my balance was up. Therefore, I do not know the transaction ID or time.
The amount is the same as the amount sent from Tradesatoshi to Crex24.
From the developer's point of view, do you know what is happening?

Since Yenten started, I have recommended Yenten to Facebook people.
I also advertised on Facebook at my own expense.
After V2 has been hacked by someone
There were questions from many investors.
I am responsible for the loss of the investor.
Since then, I have done my best to improve what is undesirable for YTN.
This is what it means to recommend to people.

I do not have an account on Tradesatoshi. Coins from version 2.x.x are not valid. All that was between 2.x and 3.x is not valid. This was written many times.
copper member
Activity: 231
Merit: 35
a man from community launched a new-old pool.

http://yenten-pool.info/

Code:
cpuminer-sse2.exe -a yespowerr16 -o stratum+tcp://yenten-pool.info:63368 -u WALLET_ADDRESS



Please switch your miners from cpu-pool.com to yenten-pool.info

Quote
paymentInterval: 20 min
minimumPayment: 1.5 ytn
minDiff: 0.20,
maxDiff: 1.6,

p.s. pool is not official
newbie
Activity: 65
Merit: 0

That is what happened with Tradesatoshi.
The balance of my Tradesatoshi was zero. When tradesatoshi started maintenance, I realized that my balance was up. Therefore, I do not know the transaction ID or time.
The amount is the same as the amount sent from Tradesatoshi to Crex24.
From the developer's point of view, do you know what is happening?

Since Yenten started, I have recommended Yenten to Facebook people.
I also advertised on Facebook at my own expense.
After V2 has been hacked by someone
There were questions from many investors.
I am responsible for the loss of the investor.
Since then, I have done my best to improve what is undesirable for YTN.
This is what it means to recommend to people.
member
Activity: 302
Merit: 26
Today, the unconfirmed YTN balance of Tradesatoshi has disappeared from my account.
Is this just a replacement issue? Or, as I pointed out, was YTN manipulated?
YTN maintenance is abnormally high compared to other coins.
The community should solve the 50% hash power problem quickly.
It's the same as fraud if you just announce good.
I might have been able to sell the same amount of YTN twice. Of course I did not sell it.

transaction id?
All that has been translated is permanently stored in the blockchain.
Wallet number and time of transfer?
With the exchange contacted?

http://explorer.yentencoin.info/
newbie
Activity: 65
Merit: 0
Today, the unconfirmed YTN balance of Tradesatoshi has disappeared from my account.
Is this just a replacement issue? Or, as I pointed out, was YTN manipulated?
YTN maintenance is abnormally high compared to other coins.
The community should solve the 50% hash power problem quickly.
It's the same as fraud if you just announce good.
I might have been able to sell the same amount of YTN twice. Of course I did not sell it.
copper member
Activity: 231
Merit: 35
jr. member
Activity: 168
Merit: 3
Interesting topic, is there a yield statistics for simple processors?
newbie
Activity: 65
Merit: 0

Congratulations on the new listing.
Was the Russian community listed?
I think it will be a benefit for YTN users.
Thank you very much. Smiley
copper member
Activity: 231
Merit: 35
YTN has been listed to GlobeCryptoTrade
BTC Market: https://globecryptotrade.com/trading/ytnbtc

p.s. Yenten coin as a Doge coin - does not require a lot of resources and is quickly sent between exchanges.
With coin [YTN], your exchange will be used more and other CPU coins may be adds in the exchange.
newbie
Activity: 18
Merit: 0
Ashguine, why do you want to switch back to yescryptr16? It was less GPU resistant.
Also if you have any suggestions how to make yenten great again, just share them.
And i agreement with you. We should spread the hashrate.
copper member
Activity: 231
Merit: 35
bubasik,
good instruction. Thank.
newbie
Activity: 65
Merit: 0
ashguine,
Why do you only criticize? The source code is open, help develop the project and contribute new ideas.

Almost ready new site and new pool (on the same old domain). The main code was written, the design is being developed.
It's summer now - so work is going slowly.

Once again we remind that the coin is developing community - and we only help and monitor that the main parts of the coin work (wallet, block explorer, stock exchanges, etc.).


I am not only criticizing.
If you do a good job, I will recommend Yenten to others through SNS and donate to the right place.
You underestimate the problem of CPU-POOL.
Did you forget that people with more than 50% share can run Yenten?
Ask for the distribution of mining pools in your official account.
It is the second time to say this.
Neither I nor YTN users trust you.
You should take action to regain your trust.
If that is not possible, return Yenten to YescryptR16.
member
Activity: 302
Merit: 26
Hello admin, i need help
because i asking on channel discordd nobody care, i ask on telegram chanell never one help me.
So, i ask on here and need help about create wallet on ubuntu 19.04
since yesterday's ago i compile get something error and never success !!!

So, please if anyone or somebody people understand for compile wallet on ubunt 19.04 Telling me, and help me.
I appreciate that people.

Run yenten consloe on ubuntu 19.04
Download Yentend and yenten-cli and unzip
wget https://github.com/yentencoin/yenten/releases/download/3.1.0/Yentend_3_1_0_ubuntu.18_04.zip

if
./yenten-cli: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

use
wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6.2_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6.2_amd64.deb


Before install
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libboost1.65-all-dev
 
For install libdb4.8
wget https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin/+build/12096244/+files/libdb4.8_4.8.30-xenial4_amd64.deb
sudo dpkg -i libdb4.8_4.8.30-xenial4_amd64.deb

You can also try these files here (did not check for version 19.04)
https://od.lk/f/MF8xOTQ3MTcxMzdf

For compile Yenten coin GUI in Ubuntu 19.04

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 libminiupnpc-dev
sudo apt-get install libboost1.65-all-dev
sudo apt-get install pkg-config libprotobuf-dev protobuf-compiler git
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev

git clone https://github.com/yentencoin/yenten.git
cd yenten
sed -i 's/fPIE/fPIC/g' configure.ac

wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6.2_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6.2_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl1.0/libssl1.0-dev_1.0.2n-1ubuntu6.2_amd64.deb
sudo dpkg -i libssl1.0-dev_1.0.2n-1ubuntu6.2_amd64.deb

wget https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin/+build/12096244/+files/libdb4.8_4.8.30-xenial4_amd64.deb
sudo dpkg -i libdb4.8_4.8.30-xenial4_amd64.deb
wget https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin/+build/12096244/+files/libdb4.8-dev_4.8.30-xenial4_amd64.deb
sudo dpkg -i libdb4.8-dev_4.8.30-xenial4_amd64.deb
wget https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin/+build/12096244/+files/libdb4.8++_4.8.30-xenial4_amd64.deb
sudo dpkg -i libdb4.8++_4.8.30-xenial4_amd64.deb
wget https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin/+build/12096244/+files/libdb4.8++-dev_4.8.30-xenial4_amd64.deb
sudo dpkg -i libdb4.8++-dev_4.8.30-xenial4_amd64.deb

./autogen.sh
CXXFLAGS=-O2 ./configure --enable-upnp-default --with-gui=qt5 --disable-tests
make

p.s.
if QT5 > 5.11 to replaced -fPIE with -fPIC in file configure.ac
https://github.com/dogecoin/dogecoin/pull/1420/files
copper member
Activity: 231
Merit: 35
ashguine,
Why do you only criticize? The source code is open, help develop the project and contribute new ideas.

Almost ready new site and new pool (on the same old domain). The main code was written, the design is being developed.
It's summer now - so work is going slowly.

Once again we remind that the coin is developing community - and we only help and monitor that the main parts of the coin work (wallet, block explorer, stock exchanges, etc.).
newbie
Activity: 65
Merit: 0
Did the development team break up?
If I'm not motivated, I can return to YescryptR16.
Yespower R16 was disappointing, it is this that people without morals are involved.

To CPU-POOL
Why does the pool's hash rate fluctuate significantly, even though the number of workers has not changed?
I mined other coins in your pool, but my PC was not "rejecting" but the pool share was 0%.
why?
I can not trust such a mining pool.
You should keep Yenten's pool share below 30%.
Notice that you are reducing the value of Yenten.
newbie
Activity: 65
Merit: 0

To development team

Thank you for updating HP. Cheesy
By 2020, Yenten will have half the mining capacity.
How about making an update that catches the attention of YTN users before then?
What about sending messages or mobile wallets?
There is still time, so please consider.
copper member
Activity: 231
Merit: 35
Yenten and USD rate...
The coin is stable and there is a bright future!



p.s. https://twitter.com/yentencoin
copper member
Activity: 231
Merit: 35
Thanks to the development team who saved YTN from hacking.
However, to avoid repeating this kind of failure like GUIMiner, it is recommended to add people who think about things from the user's point of view to the development team.

I think that miners are also responsible for the problem of bias in the mining pool. Top share pools do not want to let go of miners.
However, this issue is a security issue, so please warn the user from the community.

The group of facebook is getting more and more people. Users will be delighted if they post the YTN update schedule.
facebook  https://www.facebook.com/yentencoin/
facebook(group) https://www.facebook.com/groups/yentencoin/

We are currently working on a convenient wallet installer. So that he immediately finds the nodes and starts synchronization + instructions for beginners during the installation phase.

Soon there will be new pools - scatter them on hashrate. (semi-official pool + pool in Europe).

p.s. We are helped by third-party people from the community - for this they thank you so much!
newbie
Activity: 65
Merit: 0
Thanks to the development team who saved YTN from hacking.
However, to avoid repeating this kind of failure like GUIMiner, it is recommended to add people who think about things from the user's point of view to the development team.

I think that miners are also responsible for the problem of bias in the mining pool. Top share pools do not want to let go of miners.
However, this issue is a security issue, so please warn the user from the community.

The group of facebook is getting more and more people. Users will be delighted if they post the YTN update schedule.
facebook  https://www.facebook.com/yentencoin/
facebook(group) https://www.facebook.com/groups/yentencoin/
Pages:
Jump to: