Post
Topic
Board Altcoin Discussion
Re: Is GRIN still a thing?
by
tromp
on 17/01/2025, 21:53:00 UTC
I was thinking I was for sure sure of GRP but that was what we used to try out different approaches toward making DeVCoin so actually looking at the code is probably the only way to tell for sure after all this time.
Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 50 * COIN;

    // Subsidy is cut in half every 4 years
//    nSubsidy >>= (nHeight / 210000);

    return nSubsidy + nFees;
}
[/quote]
That is certainly the code of a fixed block reward blockchain.

[quote]
EDIT2: Alive today: https://stellar.expert/explorer/public/asset/GRP-GBHAQ252S4Z4AQOM4BWIRC3UHAOJIKCZQBUJGD336YH2O7W2NKRXMHA5
[/quote]
However I don't see what that this token on a centralized PoS chain to do with a supposed fork of bitcoin:

> Total supply:1,000,000 GRP
First transaction:2018-01-14 05:03:37 UTC
Trustlines:18 total / 15 funded
Total payments count:6
Overall payments volume:217,922 GRP
Total trades count:135
Overall traded volume:283 USD

If GRP is still running, then you should be able to point to its blockchain explorer?!