Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: BTCMarketOrg on August 31, 2014, 05:31:48 PM



Title: How to change timeoffset in our wallet server?
Post by: BTCMarketOrg on August 31, 2014, 05:31:48 PM
Hi there,

I have a trouble with NameCoin Wallet, it displays diferrent datetime (not same like other wallets).

getinfo
{
"version" : 37500,
"balance" : 0.00000000,
"blocks" : 193056,
"timeoffset" : 13,
"connections" : 2,
"proxy" : "",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 14695279299.61334038,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1403170229,
"keypoolsize" : 96,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"unlocked_until" : 0,
"errors" : ""
}

I would like to change timeoffset from 13 to 0. So what should i do? can i set timeoffset in config file?





Title: Re: How to change timeoffset in our wallet server?
Post by: CohibAA on September 07, 2014, 11:09:55 PM
Quote
timeoffset: Seconds of difference between this node's "wall clock time" and the median reported by our network peers.

Source: http://bitcoin.stackexchange.com/questions/18033/what-does-getinfo-output-mean

I believe this means either the nodes you are connected to need to sync their time with Internet Time (NIST) or you may need to.  Not sure if/how latency goes into this stat.


Title: Re: How to change timeoffset in our wallet server?
Post by: rikkejohn on September 08, 2014, 12:56:47 AM
Maybe you could stop the server, and start it again ./Namecoind -reindex

I don't know if it will work.


Title: Re: How to change timeoffset in our wallet server?
Post by: johnnyrocket on September 08, 2014, 03:26:56 AM
Try syncing your system time with an NTP server.