Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
windjc
on 21/01/2014, 02:46:44 UTC
All =1000000000 nxt; //10b
Ab =account balance;

Case two: Similar 1 account = 1 vote , No matter how much the amount, fixed amount of voting.

Quote
if Ab<1000; {1 account = 0 vote; fee=1 nxt}  //acct less than 1000, no the vote right.
if Ab>1000 and Ab<=10000; {1 account = 1 vote; fee=1 nxt}
if Ab>10000 and Ab<=100000;  {1 account = 1 vote; fee=1 nxt}
....
.....
if Ab>100000000; {1 account = 1 vote; fee=1 nxt}


In this case, the account count is limited, because each must have nxt amount over 1000.
Maximum number of accounts is 1,000,000,000/1000 =1,000,000 vote


The best poll!


I think each voting member required to have a minimum 1000 Nxt is a fair idea. You have to make at least a little investment to have a say so. People can't be given more votes simply because they have more NXT. But a limit - like 1000 NXT or 5000 NXT would lessen manipulation.