forked from Qortal/qortal
SysTray pop-up menu now includes entry for launching https://time.is so node owners can check their system clocks against internet time. Windows installs also have additional systray menu entry which runs ntpcfg.bat script, included in resources. Also available as download via node-UI servlet, e.g. http://localhost:9880/downloads/ntpcfg.bat ntpcfg.bat reconfigures Windows Time Service with many NTP servers, restarts the service, and also makes sure it auto-starts on boot. Added DEBUG-level logging when rejecting nodes due to excessive time difference (during PROOF handshake stage). Bumped default settings values for minOutboundPeers from 10 to 20. Bumped default settings values for maxPeers from 30 to 50.
16 lines
366 B
Properties
16 lines
366 B
Properties
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
# SysTray pop-up menu
|
|
|
|
CHECK_TIME_ACCURACY = Check time accuracy
|
|
|
|
EXIT = Exit
|
|
|
|
# Nagging about lack of NTP time sync
|
|
NTP_NAG_CAPTION = No connections?
|
|
|
|
NTP_NAG_TEXT = Please enable Windows automatic time synchronization
|
|
|
|
OPEN_NODE_UI = Open Node UI
|
|
|
|
SYNCHRONIZE_CLOCK = Synchronize clock
|