Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
TMacLaughlin
on 21/08/2017, 03:54:26 UTC
Would it be possible for someone with 2116 Sig to kill the block chain when it gets to proof of stake?  

This is not my area of expertise, but if my numbers are within 4-5 orders of magnitude this is a critical issue.  

if interest is paid hourly, as has been stated, it must be recorded on the block chain.

Not sure interest will be paid hourly, where did you read that ?

I believe I read it somewhere on here.  Page 10 of the white paper actually says it is paid every 5 minutes.  

A 5 minute payout would be 0.0000004756 so 0.02102608 Sig per wallet, but you would only need 15,000.  15,000 * 0.02102608 + 150 = 465.3912

Main.cpp sets
Code:
nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8)

From what I can tell it simplifies to "nCoinAge * 13689"  All the math is e-8, but if nCoinAge is the mature coins and it runs every 5 minutes then this is a 1400% return.  

Hopefully I am wrong.  

Edit: Fixed exponential.