6
Does anyone know how to reset everything in regtest mode?
I want to reset my balance and all transactions.
6
Does anyone know how to reset everything in regtest mode?
I want to reset my balance and all transactions.
6
Delete the Bitcoin Core datadir:
~/.bitcoin/regtest directory. %appdata%\bitcoin\regtest directory.$HOME/Library/Application Support/Bitcoin/regtest directory.
That works on unix systems. – Зелёный – 2017-11-01T05:13:04.513
Same folder on windows, just it’s in
%appdata%\bitcoin\regtestinstead. – Anonymous – 2017-11-01T05:14:20.6371Add it to the answer please. – Зелёный – 2017-11-01T05:14:53.377
Documentation is here: https://bitcoin.org/en/developer-examples#regtest-mode
– Highly Irregular – 2017-11-01T07:07:50.033