Does anyone know how to sync wallet...... i tryed nodes in config file but no luck
After a fork that is always a problem with any coin if there is no new wallet released that will discriminate against older clients and the wrong fork. Your client just went the wrong way because others didn't delete their database and download it again, or they did and got the wrong fork. That will happen as long as people out there with a running client are on the wrong fork of the database.
The interesting part of this is the fork was reported previously in the thread. I downloaded the database to get synced up and found that since then the block explorer has been taken offline, the pool that was previously used is gone and back now at 10880, the current block on the newly listed pool is 10880, my client is at 11121 with fresh database. So there's still a fork ongoing, but probably due to folks not deleting and pulling down database again and they are serving up old fork to other users. Just downloaded database again and at 11164. Both pools are at 10880.
My client is now at 11461, the old pool is at 10880 and the new pool is at 11461.
Beyond the aspect of there not being an updated wallet to deal with the fork, there appears to be an bug in the KGW implementation.
If one looks at the supplied documentation then;
Diff Reward Hash (Kh/s) Wacg per day
1 0.01 600 0.120699406
10 0.058780161 600 0.070947305
100 0.345510729 600 0.041702940
1000 2.030917621 600 0.024513055
10000 11.93776642 600 0.014408813
15000 16.30714345 600 0.013121750
20000 20.34626104 600 0.012278908
25000 24.15632010 600 0.011662614
There's a little confusion on this part but the current pool reported diff of 2.73 on a block that was reported by sgminer at a diff of 271k. Hashing at 500-600kH/s with 2xR9-280X solved the block in 23HRS with a reward of 0.02177724 WACG. This would indicate a diff somewhere between 1000/10000 as per the chart or between 1/10? On a block with a diff of 271k reported by sgminer where should the reward be? On a block with over 1M diff where should it be? How can you have a block reward of 24.1 WACG and figured WACG per day of .01? Top that off with the next block diff determined by KGW is 180K, and I'm the only one that is reported by the pool to be hashing away at this? I'm just not seeing the logic pan out here. Wallet code needs some attention.