Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SUPER] SuperCoin v2 - The blazing fast, low fee coin - Tried and tested
by
Khaos77
on 03/02/2019, 21:46:58 UTC
Ooo, to which block the POS works?

How will the network work without POS and POW?

Hi Greg!

POW has ended long ago and now that POS is coming to a close as well stakers will get transaction fees.

Since our fees are rather low (one of our key strenghts!) the amount of SUPER you get depends on the amount of transactions.

Many coins never make it to the end of their POW/POS periods, and here we are! :-)

SuperCoin is maturing!

Grtz
TG

I may be mistaken, but I believe your code is set to only allow a maximum of 50 million to be sent in a transaction
https://github.com/CryptoUnited-Clients/SuperCoin/blob/master/src/main.h
Code:
static const int64_t MAX_MONEY = 50000000 * COIN;

You will need a programmer to modify your code to actually not make new coins.
https://chainz.cryptoid.info/super/
Quote
Outstanding
50,119,919 SUPER
According to it , you're already over the cap.

Also you want to verify your code is different than the peercoin code , most PoS coins are based on,
they destroy the transaction fees, they don't add it.