Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: samspaces on November 30, 2015, 12:57:14 PM



Title: Bitcoin core 32 bit acting weird
Post by: samspaces on November 30, 2015, 12:57:14 PM
Hi, I'm getting this if I do a 'stop' command from the terminal:

./bitcoin-cli stop
error: {"code":-28,"message":"Activating best chain..."}

Bug?


Title: Re: Bitcoin core 32 bit acting weird
Post by: ranochigo on November 30, 2015, 01:22:27 PM
Bitcoin Core is initializing, it checks all the block when starting up and this is a part of it. Whatever command you type during this time would give you error -28. If it gets stuck forever, it would have some problems and you need to check the debug log for any sign of corruption etc.


Title: Re: Bitcoin core 32 bit acting weird
Post by: samspaces on November 30, 2015, 02:06:15 PM
Bitcoin Core is initializing, it checks all the block when starting up and this is a part of it. Whatever command you type during this time would give you error -28. If it gets stuck forever, it would have some problems and you need to check the debug log for any sign of corruption etc.

Thanks, that was it. It seemed the chain was downloading already when the error was given.