How can I reset the block count value or fully restart the regtest?
Now getblockcount
command returns me a 6120
.
$ bitcoin-cli getblockcount
6120
After reloading bitcoind
the getblockcount
value not resets to 0
How can I reset the block count value or fully restart the regtest?
Now getblockcount
command returns me a 6120
.
$ bitcoin-cli getblockcount
6120
After reloading bitcoind
the getblockcount
value not resets to 0
I had to just delete the
regtest
subdirectory inside the.bitcoin
folderhttps://developer.bitcoin.org/examples/testing.html