To fix this issue, the signer address that is used to mine must be added inside miner.etherbase
section in the config.toml
file.
Steps to Prune the node
Check your Bor data size before pruning
du -sh /usr/bin/bor
Stop Bor
sudo service bor stop
Start
tmux
to ensure that even if your SSH connection is reset, the process is running on the remote machinetmux
.Start pruning.
sudo bor snapshot prune-state --datadir /usr/bin/bor
The default –datadir is
/usr/bin/bor
.Once the pruning is completed, you will see success logs and details. Then start Bor again.
sudo service bor start
Check your Bor data size after pruning.
du -sh /usr/bin/bor
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article