OSX Sierra
it seems all the other command bitcoin-cli working on my Mac, except,
bitcoin-cli getinfo only always returns an error.
$ bitcoin-cli getinfo error code: -28
error message:
Rewinding blocks...
Why does it happen?
OSX Sierra
it seems all the other command bitcoin-cli working on my Mac, except,
bitcoin-cli getinfo only always returns an error.
$ bitcoin-cli getinfo error code: -28
error message:
Rewinding blocks...
Why does it happen?
Wait a few minutes and the error will be gone.
The source code defines error 28 as
Client still warming up
getinfo
was removed. It's marked as deprecated with a warning in 0.15, but apparently you're running master (which will become 0.16, withgetinfo
removed). – Pieter Wuille Sep 21 '17 at 05:21getwalletinfo
,getblockchaininfo
,getpeerinfo
,getnetworkinfo
, ... to request more specific information. – Pieter Wuille Sep 21 '17 at 05:22tail -f debug.log
– pors Jan 10 '21 at 18:55