After I install the ntpd and add the server 0.asia.pool.ntp.org, my delegates still have 7 seconds latency compare to the network.
Check it out:
harvey (unlocked) >>> getinfo
{
"blockchain_head_block_num": 24750,
"blockchain_head_block_age": "7 seconds in the future",
"blockchain_head_block_timestamp": "20140722T034610",
"blockchain_average_delegate_participation": 97.115384615384613,
"blockchain_delegate_pay_rate": 230755,
"blockchain_blocks_left_in_round": 96,
"blockchain_confirmation_requirement": 1,
"blockchain_accumulated_fees": "279,121.57802 BTSX",
"blockchain_share_supply": 199972087824121,
"blockchain_random_seed": "c76adb033d918e656613f24c6965d2b36d48e751",
"blockchain_database_version": 115,
"blockchain_version": 109,
"network_num_connections": 18,
"network_num_connections_max": 100,
"network_protocol_version": 104,
"ntp_time": null,
"ntp_error": null,
"wallet_open": true,
"wallet_unlocked": true,
"wallet_unlocked_until": "31 years in the future",
"wallet_unlocked_until_timestamp": "19100221T114701",
"wallet_block_production_enabled": true,
"wallet_next_block_production_time": "77 seconds in the future",
"wallet_next_block_production_timestamp": "20140722T034720",
"wallet_version": 100
}
The age of last lock is:
"blockchain_head_block_age": "7 seconds in the future"
And the ntp_time display:
"ntp_time": null,
"ntp_error": null,
My vps is a 2GB digitalocean node locates in Singapore. Any suggestion will be really appreciated.