Skip to content
Snippets Groups Projects
database.md 645 B

Duniter Database

Duniter exploits an SQLite database to store the blockchain and newcoming data.

You can easily set it up and explore it with the following steps:

  1. Install your node
  2. Launch Duniter and connect it to an existing currency (for example on duniter.org port 10901)
  3. Shut down Duniter
  4. Use your favorite SQLite browser (for example Sqliteman) and open the file under ~/.config/duniter/duniter_default/duniter.db

Explore!