Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 315 Bytes

AddressBookReset

Clear the Address Book entries from a Radix Node database

Building

Create .jar file in build/libs with the following command

./gradlew jar

Usage

  1. Stop the Radix node
  2. Run the following command
java -jar AddressBookReset.jar /path/to/db
  1. Start the Radix node