I have similar questions too. Thanks for clarifying.
When I do a 'vertcoind listtransactions' and 'monocled listtransactions', I see they are all immature. So I guess coins will not be paid out until they are fully matured.
And when I do a 'vertcoind listaccounts', I see
{
"" : some coin value,
"p2pool" : 0.00000000
}
There are two accounts, account '' has a value and account 'p2pool' has zero value. Account '' has a balance value that matches what the pool has earned. But why is account 'p2pool' having zero? Is there something wrong or is it by design?
I don't understand what you're asking. How are you using the "p2pool" account and what are you expecting to be there?
I am trying to understand how the new system work, especially with how the accounts and addresses were created and used. When I do a vertcoin listaccounts, I saw two accounts - '' and 'p2pool'. I do not know where this 'p2pool' came from. I suppose it was created either by the original p2pool software or it could be generated by the new system. I like to know which software created it.
I have VertcoinAddress A and VertcoinAddress B under account ''. VertcoinAddress B is being used for upstream mining (and it is earning increasing number of vertcoins). There is a 3rd Vertcoin address, VertcoinAddress C under account 'p2pool'. What created VertcoinAddress C? Is VTCAddr C being used in the new proxypool software? If VTCAddr C is used by proxypool, then it should not be zero.
Lastly, I have a question on Monocle address too. I have two Mon addresses - MonAddr A and MonAddr B under one single account ''. MonAddr A is being used in upstream mining and it is earning MON coins.
Both VTCAddrB and MonAddrA are configured in the proxypool json file. Am I doing it right?
For the sharelogger.conf, I have configured other VTC and Mon addresses (ie not listed above) for what I believe to receive pool fees/commissions. Am I getting it right?