Is there somebody who can explain me how to get that coinage higher than 0?
POSTokens are on my MEW for 28hours now..
you should hold your POS for at least 3 days. For example, you have 100 POS , then your coinage is:
Day 1: 100*0 = 0;
Day 2: 100*0 = 0;
Day 3: 100*0 = 0;
Day 4: 100*(4-1) = 300;
...
Day N: 100*(N-1);
Day 91: 100*90;
Day X( X is greater than 91): 100*90;