From 673dcfcba05388322a1207bb82d8a79b9ec234bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= <cem.moreau@gmail.com> Date: Tue, 6 Sep 2016 14:51:07 +0200 Subject: [PATCH] Create database.md --- doc/database.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/database.md diff --git a/doc/database.md b/doc/database.md new file mode 100644 index 000000000..82a385503 --- /dev/null +++ b/doc/database.md @@ -0,0 +1,14 @@ +# 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](./install-a-node.md) +2. Launch Duniter and connect it to an existing currency (for example on `duniter.org` port `8999`) +3. Shut down Duniter +4. Use your favorite SQLite browser (for example [Sqliteman](http://sqliteman.yarpen.cz/)) and open the file under `~/.config/duniter/duniter_default/duniter.db` + +Explore! + +<img src="https://forum.duniter.org/uploads/default/original/2X/f/f4946056f30893f33ad0b516346b02fcc78b77d5.png" width="620" height="500"> -- GitLab