Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
TMacLaughlin
on 23/08/2017, 18:06:46 UTC
I flipped the nSubsidy calculation around and for 5% return it would be 365.24242424242424242424242424224 payments, so daily payments considering leap year.  This would be the second functional error I have found in the white paper.  

So 43516 Sig used to create 4320000 addresses with 0.00007305 Sig each could flood the chain with interest transactions?  


Try to reach devs or something. I am also curious about this.

I'm also interested to know more technical calculation about this piece of code, as many other coin also apply same code on it.

I Actually contacted the signatumd (Main dev) and i got this awnser:
You CANT flood the network, there is a minimal ammount of SIGT that the address needs to be able to stake, and the minimal ammount depends from how much SIGT's are staking on the network, i am actually trying to find the formula for minimal ammount on the code but im not a programmer so...

Not from main dev, I guess you've never contacted one of them.
https://i.imgur.com/lMkjBxP.jpg

Quote from: DADIBLAND
blahh blah blah
then leave the thread and let adults talk about serious things

Ita is me, the main dev has said on the internal chat, when i get in home i will send here Smiley

If the Devs are truly trying to build a community to support this Coin they should probably communicate information out publicly somewhere that people can find it easily.  Their own forum would probably be the best choice, but counting on discord or even this forum just creates an unmanageable mess. 

I found the rate limiter for free transactions but it looks like in some cases the proof of stake reward pays the mining fee so they might not be free transactions. 

Rate Limiter
https://github.com/signatumd/source/blob/0ab61eb9a5dd74d6f43bae3d6883c64e2eb21023/src/main.cpp#L700

Proof of Stake Reward
https://github.com/signatumd/source/blob/0ab61eb9a5dd74d6f43bae3d6883c64e2eb21023/src/main.cpp#L1018