Error 28

0 votes
I am following the example but when I try to getinfo with the node I created, I get this:

$ ./multichain-cli chain1 getinfo
{"method":"getinfo","params":[],"id":1,"chain_name":"chain1"}

error: {"code":-28,"message":"Loading wallet..."}
asked Dec 13, 2015 by cyb0rg
Can you please clarify if you're following the 'Getting Started' guide, if this is the first or second server, and at exactly what stage you saw it? If it persists after more than a few seconds, we will ask you to create a .zip archive of your chain1 blockchain directory and send it to us, so we can look into he problem.
Ok I found the problem.

2015-12-13 10:57:53 ERROR: CheckBlockHeader() : block timestamp too far in the future
2015-12-13 10:57:53 ERROR: invalid header received


I updated my system time with ntp and it works now.

1 Answer

0 votes

Answered by the user in the comment above.

answered Dec 13, 2015 by MultiChain
...