如何在 bitcoin-cli regtest 中重置块数?

How to reset blocks count in bitcoin-cli regtest?

如何重置块计数值或完全重新启动 regtest?

现在getblockcount命令returns我6120

$ bitcoin-cli getblockcount
6120

重新加载后 bitcoind getblockcount 值不会重置为 0

我不得不删除 .bitcoin 文件夹中的 regtest 子目录

You can safely delete the regtest subdirectory and restart Bitcoin Core to start a new regtest

https://developer.bitcoin.org/examples/testing.html