The coin appears working fine. The PoW diff a bit low, which may cause some orphans, but the mining should be fine...
anyway please post any issues you experience.
ISSUES #1 : CPU Load of Client is too high for the some computer
* PoS Hashing Routines are in the threads and running under the lower priority
* Possibly, huge work will be involved to improve this issues
ISSUES #2 : Too many orphans
* It is happen due the many of clinets are found a block within short time
* It is related with the actual/practical block time
* the actual/practical block time is affected by DIFF
(1) What is the block time of this coin ?
(2) This issues are happending when DIFF of PoS is Too Low or Too High
[1] a week ago, DIFFofPoS is reduced to 0.000~0.001, and DIFFofPoS is 0.7~1.2
[2] a days ago, DIFFofPoS is rised to 0.01~0.09,
It makes the DIFFofPoW is reduced to 0.05~0.25,
Due to the too low diff of DIFFofPoW, 4~16 PoW blocks are generated with 1-2 seconds interval on BlockChain
Assumption, If BlockTimeOfPoS is very long (Client will suffer by the heavy CPU Load),
Due to the long PoS Time,
PoW Diff will be reduced and,
When chance to generate PoW, it will generated within very short time
It generate so many orphans
Assumption, If BlockTimeOfPoS is very short (Clinet will be free from the heavy CPU Load),
After generated PoW, followed PoS block will be found very shortly
It will invalid the previous PoW block,
Too high sensitivy on the networ latency of Clients,
DIFF = Fn(PrevBLOCKTIME)
NextBLOCKTIME = Fn(DIFF)
But, In this coin, you are using
DIFFw = Fn(PrevBLOCKTIME_ws)
BLOCKTIMEw = Fn(DIFFw)
---
DIFFs = fn(PrevBLOCKTIME_ws')
BLOCKTIMEs = fn(DIFFs)
in PrevBLOCKTIME_ws/ws' are overlapped, and, it makes an uncontrolled affect on the other parts
I hope you need to review "all values are under the controlled/managed"
ISSUES #3 : The block time is too flexible [Too Fast Now]
Couple of days ago, I have reported this issues on this forum,
When track the average block time of this coin is very flexible 10~30 seconds (20 seconds avg)
Recommend, Please the download the blockchain information, make a graph and observe
Y (Block Time ) vs X (Blocks)
Y (PoS Blocks per 10 minutes, PoW Blocks Per 10 Minutes) vs X (Time)
Y (DIFF of PoS, DIFF of PoW) vs X (Time)
I believe you can easily the data (I have tried with just copy of data from BlockChain),
I Really Really Suggest you to make this graph,
And, Observe, There are so many good references
ISSUES #4 : Super Block
The super block chance is invalid for the miner, even any reason,
It reduce the average coin rewards
Suggest, use an unpredictable but predictable super block chances
----------------------------------------------------------------
The diff of PoW is around 0.3~0.6 (NetWork Hash is very low now), and, PoS is 0.00x now.
I guess, It is a kind of golden ratio in PoS/PoW mixed DIFF method, to avoid the problems,
If this ratio is broken by any reason, issues will be happend again