Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] YACoin ongoing development
by
senj
on 26/06/2014, 15:32:03 UTC
YACoin is on the list, but I need info.

What is the total supply? That is blank in first post.

What exactly is the PoW algo? One part says Scrypt-N SHA-3, another says just Scrypt-N and in the next sentence talks about SHA-3 Keccak. Finally the miner uses Scrypt-chacha. I know the SHA-3 winner is Keccak but how does it fit into YACoin?

See this for PoW algorithm:
http://forum.yacoin.org/index.php?topic=322.msg1495#msg1495


This is current data:

yacoind getinfo
{
    ...
    "moneysupply" : 24557303.97361400,
    ...
}



With current difficulty some 80K new coins get generated every day:

yacoind getmininginfo
{
    "blocks" : 606896,
    ...
    "difficulty" : 0.00710212,
    ...
    "Nfactor" : 15,
    "N" : 65536,
    "powreward" : 57.02000000
}