Author

Topic: How to change timeoffset in our wallet server? (Read 1668 times)

full member
Activity: 123
Merit: 104
September 07, 2014, 10:26:56 PM
#4
Try syncing your system time with an NTP server.
hero member
Activity: 644
Merit: 500
September 07, 2014, 07:56:47 PM
#3
Maybe you could stop the server, and start it again ./Namecoind -reindex

I don't know if it will work.
full member
Activity: 223
Merit: 132
September 07, 2014, 06:09:55 PM
#2
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.
newbie
Activity: 52
Merit: 0
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?



Jump to: