Pages:
Author

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

jr. member
Activity: 188
Merit: 2
In Blockchain we trust!
Where can I find compiled yescryptR16 cpu miner for linux ?

For Linux, compile from source. Help is needed? What is the operating system?

I have the Linux Mint 19.1 Tessa 64bit.



with GUI?

I will try to install Linux as you do and make instructions.
You are not an experienced Linux user?

I im just interested in ordinary console cpu miner but i always have problems with compilation. I tried to use windows wersion of cpu miner opt through wine . It works but i guess the hashrate would be higher on native linux application.

I think a link for linux compiled miner could be added to the site yentencoin.info .

For Linux, it is customary to assemble a miner from source codes. This gives the maximum speed. Plus the knowledge that there are no viruses.

sample for ubuntu:
Code:
sudo apt-get install -y git
git clone https://github.com/JayDDee/cpuminer-opt.git
cd cpuminer-opt
sudo apt-get install -y automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++
sudo apt-get install -y lib32z1-dev
chmod +x build.sh
./build.sh


For ubuntu 18.04 and forks - need install:
Code:
sudo apt-get install -y lib32z1-dev

Mining command:
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://cpu-pool.com:63368 -u WALLET_ADDRESS

Link for standing questions and answers - http://forum.yentencoin.info/discussion/9/how-to-compile-cpuminer-opt-miner-on-linux-ubuntu-and-mint-16-04-18-04/

you awesome, man, greatest thanks!
jr. member
Activity: 252
Merit: 4
"YTN version 3.1.0 Listed on Tradesatoshi Cryptocurrency Exchange All users that hold old YTN will be credited new YTN at a ratio 300:1 You can now trade $BTLC on $BTC $DOGE $LTC $USDT and $ETH base markets"

https://tradesatoshi.com/News

im found only yenten old.

member
Activity: 732
Merit: 18
New exchange generation
"YTN version 3.1.0 Listed on Tradesatoshi Cryptocurrency Exchange All users that hold old YTN will be credited new YTN at a ratio 300:1 You can now trade $BTLC on $BTC $DOGE $LTC $USDT and $ETH base markets"


https://tradesatoshi.com/News
the image was missing  Smiley
newbie
Activity: 64
Merit: 0
"YTN version 3.1.0 Listed on Tradesatoshi Cryptocurrency Exchange All users that hold old YTN will be credited new YTN at a ratio 300:1 You can now trade $BTLC on $BTC $DOGE $LTC $USDT and $ETH base markets"

https://tradesatoshi.com/News
member
Activity: 152
Merit: 10
From Jareso:

Quote
@bubus Update info regarding my effort of making fast Yespower 1.0 miner for Nvidia GPUs.

In recent weeks, as Yenten transition to new algorithm gets closer, I worked hard on my experimental prototype of Yespower 1.0 Nvidia GPU miner for all its N, R variants programing all sorts of optimizations to my Yespower 1.0 CUDA kernels. Several times I even rewriten my Yespower 1.0 CUDA kernels, redesigning algorithmic approach and even with all of this effort, with tons of time and optimization work I spend on it, the fastest where it managed to reach is 550 H/s (550 hashes) on one single 1080 Ti at Yespower 1.0 N 2048, R 32. Similar for N 4096, R 16.
It's waaaaaay tooooo slooooow.

So, I can basically say that if Yenten wants to be CPU dominant coin than Yespower 1.0 is indeed a great choice to stick to!

It's very unlikely that GPUs will be able to overtake Yespower 1.0.
Optimization techniques, tricks and CUDA speed-ups that work great for Yescrypt and other mining algorithms are basically useless for Yespower 1.0.

Despise being skeptical now for fast Yespower 1.0 on GPU, I still have more ideas in my mind about more approaches how to proceed to Yespower 1.0 on GPU which I haven’t tried so far.
Of course, as I said the last time, it is always very hard to predict hashrate of certain algorithm and various optimizations in advance – without actually implementing and running them.
Those will again require tons of programing effort and time with questionable outcome, but anyway, I actually like things like that.
When things don’t go as I expected, it gives me more strength to the challenge to find some way how I will finally twist neck of that Yespower 1.0 on GPU, one way or another. :grimacing: :smile: :wink:

But to be objective, the outcome is that Yespower 1.0 seems to be so bullet-proof algorithm that probably not even in years from now it will be dominated by GPUs, not even by the highest-end future GPUs.

We express our gratitude for the great work!!!

yes this is incredibly valuable work.

our community has risen to the occassion over the last year to right the ship and set Yenten up for a successful future. in the beginning, i had my doubts whether development would progress without conan revealing himself. now, i understand that there are many talented community members  who are willing to contribute time and effort deapite seeing zero compensation in official dev fees.

although we had already achieved community consensus, Jareso’s work goes a long way to solidify my support for the algo change.
member
Activity: 302
Merit: 26
From Jareso:

Quote
@bubus Update info regarding my effort of making fast Yespower 1.0 miner for Nvidia GPUs.

In recent weeks, as Yenten transition to new algorithm gets closer, I worked hard on my experimental prototype of Yespower 1.0 Nvidia GPU miner for all its N, R variants programing all sorts of optimizations to my Yespower 1.0 CUDA kernels. Several times I even rewriten my Yespower 1.0 CUDA kernels, redesigning algorithmic approach and even with all of this effort, with tons of time and optimization work I spend on it, the fastest where it managed to reach is 550 H/s (550 hashes) on one single 1080 Ti at Yespower 1.0 N 2048, R 32. Similar for N 4096, R 16.
It's waaaaaay tooooo slooooow.

So, I can basically say that if Yenten wants to be CPU dominant coin than Yespower 1.0 is indeed a great choice to stick to!

It's very unlikely that GPUs will be able to overtake Yespower 1.0.
Optimization techniques, tricks and CUDA speed-ups that work great for Yescrypt and other mining algorithms are basically useless for Yespower 1.0.

Despise being skeptical now for fast Yespower 1.0 on GPU, I still have more ideas in my mind about more approaches how to proceed to Yespower 1.0 on GPU which I haven’t tried so far.
Of course, as I said the last time, it is always very hard to predict hashrate of certain algorithm and various optimizations in advance – without actually implementing and running them.
Those will again require tons of programing effort and time with questionable outcome, but anyway, I actually like things like that.
When things don’t go as I expected, it gives me more strength to the challenge to find some way how I will finally twist neck of that Yespower 1.0 on GPU, one way or another. :grimacing: :smile: :wink:

But to be objective, the outcome is that Yespower 1.0 seems to be so bullet-proof algorithm that probably not even in years from now it will be dominated by GPUs, not even by the highest-end future GPUs.

We express our gratitude for the great work!!!
member
Activity: 302
Merit: 26
Cpuminer-opt-yespower-ytn - released

YespowerR16 miner - Ready automatically switches to the new algorithm Yenten Coin.

Algorithm: YescryptR16 (will be changed to YespowerR16(yespower-1.0,N=4096,r=16) on and after 30 March 2019

Download - https://github.com/bubasik/cpuminer-opt-yespower/releases/tag/3.8.8.4

Sample bat file for http://cpu-pool.com
Code:
cpuminer.exe  -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u WALLET_ADDRESS

donate address Yenten [YTN]: YXandTfYjFC7fuR8h9aRCo5ZwAz4tvbvDL

Other pools:
https://pool.rplant.xyz
http://yenten-pool.info
http://cpumining.zapto.org
https://thepool.life
jr. member
Activity: 397
Merit: 9
In case someone need it , here is the jareso experimental miner.

It is NVIDIA miner for algo yescrypR16 only .

It is well known that there is a GPU miner for that algo by KlausT ... but this one is about 80 - 90 % faster !

When you run it it mine 10 minute for the dev ...and then for you. I checked it and it isnt any virus / trojan etc...

You can mine yenten with this till 30 march (till the algo change)

So if someone wants to try it here is the link:

https://drive.google.com/open?id=1V0OJmSlSM8xGiSICDhgB7kGraqulzZfW
full member
Activity: 403
Merit: 101
Finally, we've got the support from TradeSatoshi!
From their official tweet:
YTN version 2.0.1 has been rebranded as YTN_OLD and old balances will be swapped into the new YTN version 3.1.0 at a ratio 300:1
YTN version 3.1.0 will be listed very soon

https://twitter.com/TradeSatoshi/status/1104247518911594496

Great news guys , well done !!
copper member
Activity: 344
Merit: 0
https://thepool.life just added a new faucet for
Yenten!

https://thepool.life/site/faucet?id=1477

  • Payouts are paid instantly (on next confirmed block).
  • Claim your free coins every 6 hours.
  • Payouts are made automatically every hour for all balances above 0.0125.
  • Dedicated support staff.
  • Join our Discord Channel!
copper member
Activity: 231
Merit: 35
Very good !

BTW.  Is the date/block number of algo change already known ?

Thanks!

In Yenten 3.1.0, it's programmed that the algorithm will be changed on and after UnixTime 155390400, i.e. 2019-March-30 00:00:00 (UTC).
https://github.com/yentencoin/yenten/blob/master/src/hash/yespower/yespower.c#L41

The exchanges, Graviex and Crex24 are Yenten 3.1.0 ready, and TradeSatoshi will be soon.
Please update your wallet to 3.1.0!
https://github.com/yentencoin/yenten/releases/tag/3.1.0
(As usual, it's good thing that back up your wallet.dat before updating.)
jr. member
Activity: 397
Merit: 9
Finally, we've got the support from TradeSatoshi!
From their official tweet:
YTN version 2.0.1 has been rebranded as YTN_OLD and old balances will be swapped into the new YTN version 3.1.0 at a ratio 300:1
YTN version 3.1.0 will be listed very soon

https://twitter.com/TradeSatoshi/status/1104247518911594496

Very good !

BTW.  Is the date/block number of algo change already known ?
copper member
Activity: 231
Merit: 35
Finally, we've got the support from TradeSatoshi!
From their official tweet:
YTN version 2.0.1 has been rebranded as YTN_OLD and old balances will be swapped into the new YTN version 3.1.0 at a ratio 300:1
YTN version 3.1.0 will be listed very soon

https://twitter.com/TradeSatoshi/status/1104247518911594496
copper member
Activity: 344
Merit: 0
Come and mine Yenten on https://thepool.life

-a yescryptR16 -o stratum+tcp://mine.thepool.life:5095 -u WALLET -p c=YTN

  • Multiple world-wide stratum servers to give you the best mining experience you can get.
  • 0.05% mining fee on all coins that we offer.
  • Payouts are made automatically every hour for all balances above 0.0125.
  • Multi server configuration running on dedicated hardware.
  • All ports NiceHash compatible.
  • Dedicated support staff.
  • Join our Discord Channel!

We have reduced our mining fees to just 0.05% on all coins!
member
Activity: 302
Merit: 26
we are now 16 months in. Here’s where we’re at:

- We now have EIGHTEEN mining pools. wow.
- We are seeing buy spikes in price ever since the coinmarketcap listing was updated
- Our Discord channel is still the community's HQ
- The Graviex exchange works very, very well. I do all my accumulating on Graviex, can anyone speak for CREX24?
- We are staying ahead of GPUs by changing algos this year. Thank you to our active dev bubus. I think he's russian? the russians also run the Graviex exchange and I'm not sure if this is related. Russians seem to be taking up the development of small coins right now and I believe that development and stewardship of once-forgotten coins will build the foundation for the next crypto bull run. so. . . thank you bubus!


More thanks, but it is not only my merit.

Ohashi3d and POOPMAN - they helped a lot
member
Activity: 302
Merit: 26
How do I set it to use only half of my cores ?



Latest good news:

Yenten coin listed on CREX24 exchange
Trade - https://crex24.com/ru/exchange/YTN-BTC


Yenten GUI miner
Download - https://github.com/bubasik/yenten-gui-miner/releases/download/1.0/yenten_gui_miner_02.zip

Guide:
1) Download Yenten GUI miner
2) Unpack gui miner
3) Run file "download_miner.bat" for download cpuminer-opt
4) Run "Yenten_gui_miner.exe" to start GUI miner
5) Fill in the fields and click button "start mining!".

Virus test: https://www.virustotal.com/ru/file/f0bede56a9b5d4786f52f6373fb8e3d524037f093cb988dae482d8df1c0abe76/analysis/

This miner was created for beginners.

https://raw.githubusercontent.com/bubasik/yenten-gui-miner/master/gui_miner_screen.png


In "extra options" insert parametr " - t 4"
4 - number of cores
member
Activity: 152
Merit: 10
we are now 16 months in. Here’s where we’re at:

- We now have EIGHTEEN mining pools. wow.
- We are seeing buy spikes in price ever since the coinmarketcap listing was updated
- Our Discord channel is still the community's HQ
- The Graviex exchange works very, very well. I do all my accumulating on Graviex, can anyone speak for CREX24?
- We are staying ahead of GPUs by changing algos this year. Thank you to our active dev bubus. I think he's russian? the russians also run the Graviex exchange and I'm not sure if this is related. Russians seem to be taking up the development of small coins right now and I believe that development and stewardship of once-forgotten coins will build the foundation for the next crypto bull run. so. . . thank you bubus!
jr. member
Activity: 223
Merit: 1
How do I set it to use only half of my cores ?



Latest good news:

Yenten coin listed on CREX24 exchange
Trade - https://crex24.com/ru/exchange/YTN-BTC


Yenten GUI miner
Download - https://github.com/bubasik/yenten-gui-miner/releases/download/1.0/yenten_gui_miner_02.zip

Guide:
1) Download Yenten GUI miner
2) Unpack gui miner
3) Run file "download_miner.bat" for download cpuminer-opt
4) Run "Yenten_gui_miner.exe" to start GUI miner
5) Fill in the fields and click button "start mining!".

Virus test: https://www.virustotal.com/ru/file/f0bede56a9b5d4786f52f6373fb8e3d524037f093cb988dae482d8df1c0abe76/analysis/

This miner was created for beginners.

https://raw.githubusercontent.com/bubasik/yenten-gui-miner/master/gui_miner_screen.png

newbie
Activity: 63
Merit: 0
Is there a window mining tutorial?

https://www.youtube.com/watch?v=9_mDh-UG74M. Should be pretty easy to follow. Just be aware that you will have to change the miner when the switch to yespower occurs. Also consider using another pool since Antminepool is already pretty strong. You can find a list of pools in the first post of this topic or at https://ytn.overemo.com/pools. Btw i love how he goes over the website and is like "of the CPU, by the CPU, for the CPU... Well, err, it's a project geared towards being mineable on the CPU i guess..." xD
newbie
Activity: 3
Merit: 0
Is there a window mining tutorial?
Pages:
Jump to: