Skip to content

Commit

Permalink
Merge branch 'main' into cc-baker-wintime
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-concordium authored Nov 28, 2023
2 parents d5dc95b + 76c2068 commit 74352c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions source/mainnet/net/nodes/troubleshoot-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your node state directory should look something like this:

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand All @@ -26,6 +27,7 @@ But because of the error it might look like this:

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down Expand Up @@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
1 change: 1 addition & 0 deletions source/mainnet/net/nodes/troubleshoot-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
3 changes: 3 additions & 0 deletions source/mainnet/net/nodes/troubleshoot-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your node state directory should look something like this:

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand All @@ -26,6 +27,7 @@ But because of the error it might look like this:

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down Expand Up @@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
3 changes: 1 addition & 2 deletions source/mainnet/net/nodes/troubleshoot-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ The solution is to delete the relevant portion of the database.

The database directory should contain matching pairs of ``blockstate-$i.dat`` and ``treestate-$i`` files for some number of consecutive i's starting at 0. The number of the files differs depending on which protocol version is current.

.. image:: ../images/run-node/windows-node-db-files.png

.. code-block:: console
accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down

0 comments on commit 74352c1

Please sign in to comment.