Update: I let the wallet run all night long, right now there's NOTHING shown under 'Stake', everything has serveral hundred confirmations:
- coins after mining: 439640.88 ERC
- Mined (from Stake): 591.65 ERC
- currently in wallet: 439225.06628031 ERC
- expected according to ERC specifications: 440232.53 ERC
1007.46371969 ERC are missing. Someone better debug this code. Preferably today...
How you can expected 591.65 ERC from Stake with only 439k coins in the wallet ?
10% it's annual, not daily
FaSan
As I understood he did not mean daily stake, but staking so far since the beginning.
As we have 5% yearly interest -> 439000 ERC shoud produce about 60ERC daily interest. In a week or two it could possibly be about 500-600.
Correct me if calculating wrong.
Update: I let the wallet run all night long, right now there's NOTHING shown under 'Stake', everything has serveral hundred confirmations:
- coins after mining: 439640.88 ERC
- Mined (from Stake): 591.65 ERC
- currently in wallet: 439225.06628031 ERC
- expected according to ERC specifications: 440232.53 ERC
1007.46371969 ERC are missing. Someone better debug this code. Preferably today...
How you can expected 591.65 ERC from Stake with only 439k coins in the wallet ?
10% it's annual, not daily
FaSan
As I understood he did not mean daily stake, but staking so far since the beginning.
As we have 5% yearly interest -> 439000 ERC shoud produce about 60ERC daily interest. In a week or two it could possibly be about 500-600.
Correct me if calculating wrong.
1) You can't take (439,000 * .05)/365 and then expect to get that amount in daily ERC. It's not how staking works.
2) Unless you got all 439,000 in one payment, not all of those coins are staking at the same time. You said they came in in small amounts. Thus, each coin amount has a different stake age and matures at a different time.
3) PoS (and PoW) are stochastic processes, it means there's a certain element of luck involved. If you see other PoS coin threads, the same questions have been continuously asked. PoS staking is like PoW mining,
it's not a bank-style interest rate. It's a competition between minters to stake a block so the more people stake, the less likely it will be to find a block quickly. You can see the PoS difficulty by using the getdifficulty command from the debug console.
For example, if you have a block of 1000 ERC with mature coins staking, and it takes 1 day to mint a new block, your old 1000 ERC block is destroyed and you will get two payments in smaller blocks, each around 500.137 ERC, adding to 1000.274 or a 0.0274% increase in 1 day, which is the same as 5% increase in a year. Once this happens, the new block age will be zero.
To sum up: You don't just automatically get 5% new coins as soon as those coins reach maturation age. Go read more on PoS before you say you're missing coins and demand people debug things.