Coin Specs

From Ritocoin
Revision as of 16:36, 8 June 2019 by Gundam-Z (talk | contribs)


https://ritocoin.org/

Name : Ritocoin

Ticker : RITO

POW algorithm : X21S

Block Time : 60s

Premine : None



Eplorer : https://insight.ritocoin.org/

Current supply : https://insight.ritocoin.org/stats



x21s_hash : https://github.com/RitoProject/x21s_hash/blob/master/x21s.c

x16s is the basis. 16 different algos hashed very similarly to x16r

After you go through those first hashing series, you then take the result and feed that result into 5 more algos. Including lyra2 TWICE (line 193 of the code above)



Usefull link : Rito_emissions Compute the past and future block reward emissions for Ritocoin

https://github.com/RitoProject/rito_emissions/