Reddcoin
I maybe wrong, but just putting my thoughts out there
This may be a consequence of both luck in solving a block (i am assuming POSv still âsolvesâ blocks), the number of wallets online at any particular time and network weight.
Does this concern me??
Based on information so far, not so much, just annoying if your waiting for your transaction to confirm.
Gnasher I wonder some of this to. Just had a 1 hour block right after sending 1M so I had to wait. Haha not huge deal but just wondering what other possibilitys could cause it.
I didânt know this was possible, Thanks for the links.
Anyone could join the talk to explain why there is sometimes this lack of concordance between the peers? This happens because the hashes are harder to make?
Iâm curious why? I would love to see some reasonable explanations⊠just to learn a bit more
iisurge I dont believe it is an attack on the network due to the distributed nature.
That said, it would be good to have some metrics on the network state at any point in time
number of nodes online
network weight
hash rate
Oliver I dont believe it is a lack of concordance (otherwise the blockchain would fork)
I do have some clues⊠but need some more time to analyse
Gnasher Yes the PoSV continues to solve blocks. but two nodes fight for a block over more than 30minutes is awesome to see. Problems with time stamp are awesome I had a
And indeed concordance wasnât the issue, it would have forked.
Oliver GrayPhoenix Reddcoin
Sorry for the delay, had to drop my wife to work.
For the 3 block sets mentioned (490157-490158, 490619-490620, and 490750-490751)
There are 3 things that i have determined
At that time the âComputeNextStakeModifierâ is also calculated
the timestamp of date= in the SetBestChain is off by a margin (1 hour) between blocks
âprogress=â is larger than normal
refer to the following log entries
Block 490157
Block 490620
Block 490751
My suspicion is that a client has the wrong system time set that is discovering the block
(i havent looked to deep into source to see where that value is set but seems to be associated with the block)
[EDIT] I did look into the source-code just now, and if i am correct the time associated with discovering block is inserted by the client for that block.
Therefore if the client time is wrong, then it could have an effect
Thankfully it looks like there is a correction also made for the following blocks
The progress value looks like it is a time adjustment ± to help with staking time
in each case the progress value is much higher than other values around that time