How to reset node information in Bitcoin Core?

0

I think I've just put the wrong node IPs through console and I forgot all the IPs.

I would like to reset all the node information to the initial.

Should I just delete peers.dat?

bitcoinlearner

Posted 2017-12-15T13:53:26.463

Reputation: 167

What do you mean by "reset node information"? Do you mean to have Bitcoin Core forget all of the nodes it knows about and redo peer discovery?Andrew Chow 2017-12-15T14:13:43.457

@AndrewChow I want to return to the initial state because I've put wrong chain's IP through console by command 'addnode'. I am worrying about syncing error.bitcoinlearner 2017-12-15T14:28:37.710

Answers

0

To reset the peer database to the initial state, stop Bitcoin Core, delete the peers.dat file, and start Bitcoin Core again.

Andrew Chow

Posted 2017-12-15T13:53:26.463

Reputation: 40 910