BSIP-0005: more discussion

This commit is contained in:
Fabian Schuh 2015-12-21 14:17:02 +01:00
parent bde86e8f8a
commit 00581810bf

View file

@ -31,10 +31,24 @@ a 4 or 5 digit block number - have all been of these current, active contributor
# Specifications
A blockchain parameter can be added that enforces a minimal freshness to votes
A blockchain parameter can be added that enforces a minimal *freshness* to votes
that are counted and handle cases of lost keys or apathetic votes hanging
around.
# Discussion
## Linear, Exponential, or other decay
The question is left open whether the *freshness* of votes decreases linearily,
exponentially or by any other function. It is further not defined if the
decrease should scale with the number of blocks or the absolute time.
## Voter Apathy
The argument has been raised that a apathy of voters would result in only few
*active* votes which could leave the blockchain open to attacks with only little
stake.
# Copyright
This document is placed in the public domain.