Search content
Sort by

Showing 8 of 8 results by petrvsrex
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 06/03/2018, 10:34:55 UTC
Donated 0.000675 BTC to 1JLNWJwgSv3L5KHA7zDkibYPNWzrvqSyFx
Donated 0.0146777 ETH to 0x973cc60576e3c183959ccc977fc92ba0f47996ba
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 26/02/2018, 22:14:24 UTC
Hello guys, I have made a image to illustrate our favorite coin Smiley

What do you think of it ? I have to admit I got inspired by the presentation of the new Cryply coin

@conan : maybe you could use it for your first post ??

https://image.noelshack.com/fichiers/2018/09/1/1519605857-yenten-presentation.jpg

Ask me if you want bigger resolution Wink

Looks great!
Can you send me a little bit more high-res version? I will add it somewhere to http://yenten.isg.is
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 20/02/2018, 18:46:59 UTC
I've updated yenten.isg.is with the link to https://yenten.luckypool.org/Yenten-Qt.dmg. Copied the textual parts about GPU and ASIC resistance of the YescryptR16 spec to the whitepaper and added the link to https://github.com/bsdphk/PHC/blob/master/Yescrypt/yescrypt-phc.pdf to the whitepaper
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 18/02/2018, 22:28:25 UTC
You are right, Yenten needs a more sexy slogan, 'honest coin' is true but boring. Suggestions are welcome of course!
Or maybe just plain: 'A cryptocurrency for everybody, minable by the CPU'
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 18/02/2018, 14:06:41 UTC
I read a few comments regarding the joking nature of the original Yenten site. I took some time to create a more normal looking Yenten info page, even including a 'whitepaper'! You can find it here: http://yenten.isg.is

 
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 14/02/2018, 19:19:45 UTC
There is a very short instruction for OS X of how to install on your mac in the Yenten OS X zip file.

Then when yentend is running you can use yenten-cli by executing yenten-cli from the OS X terminal.

For example if you want to generate an address:
Code:
./yenten-cli getnewaddress yentenaccount
This generates a Yenten address for you linked to an account named 'yentenaccount'
Copy/paste the account name and address somewhere for reference purposes.

To check if all works well you can try one of the faucets and let a faucet send some Yenten to your newly created Yenten address.

Then check your balance with:

Code:
./yenten-cli getbalance yentenaccount

If your balance stays at zero for a long time, this is possible because it can take hours for the blockchain on your mac to be fully synchronized if you run yentend for the first time.

Before shutting down your mac, don't forget to do
Code:
./yentend stop
this shuts down the yentend nicely instead of just killing it.

Then when you want to use the yenten command line wallet again, don't forget to start yentend first with for example this command
Code:
./yentend -server -upnp -daemon

If you want to know what all those yenten-cli command options are, take a look at this wiki: it's for bitcoin, but it's mostly the same for Yenten: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 10/02/2018, 16:30:19 UTC
This is quite an old article, but still gives an impression of the fact that yescript and yescript variants won't perform well on a GPU.

http://cryptomining-blog.com/tag/yescrypt-cpu-miner/
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
petrvsrex
on 10/02/2018, 09:55:30 UTC
If anybody wants to mine Yenten on MacOS / OS X, and you're having difficulties running or compiling minderd or cpuminer-opt, its possible to use Docker (its an application container platform) to run a miner on MacOS without having to compile anything at all:

Just download Docker CE from https://www.docker.com/community-edition and get it running on your mac.
Then run in the terminal

Code:
docker run --rm first087/cpuminer-opt -a yescryptr16 -o stratum+tcp://yenten.bluepool.info:3001 -u Yentenadress

In this example I use bluepool, but of course you can replace it with any pool you like.