Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts
by
b9ron
on 07/06/2018, 20:32:42 UTC
Hi, DEV team, i have an issue in testnet.

Eventhought I alredy sync, and also sync time of windows correctly, this message appear in tesnet while mining

Your system time deviation is more than 2 secs (1.261497317s).
You may experience chain sync issues and/or other side-effects.
If you are mining, your blocks may get rejected.
Please sync your system using NTP software (default availble in all OS).
 eg. ntpdate pool.ntp.org  (for linux/unix)
INFO[3565] Block 808b511c7245daa938e127b825b1fef72f0cfb7b6f55ad941e27b37338c2b288 successfully accepted


Is it normal?



1. Create a batch file (eg: time.bat), and put :
Code:
net stop w32time
net start w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"
w32tm /resync


2. Right-click on the file > Run as Administrator.