diff --git a/source/mainnet/net/nodes/troubleshoot-docker.rst b/source/mainnet/net/nodes/troubleshoot-docker.rst index 3c6feb3236..f48a150bd3 100644 --- a/source/mainnet/net/nodes/troubleshoot-docker.rst +++ b/source/mainnet/net/nodes/troubleshoot-docker.rst @@ -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 @@ -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 @@ -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 diff --git a/source/mainnet/net/nodes/troubleshoot-macos.rst b/source/mainnet/net/nodes/troubleshoot-macos.rst index 6f92b45f0d..33c5d8a763 100644 --- a/source/mainnet/net/nodes/troubleshoot-macos.rst +++ b/source/mainnet/net/nodes/troubleshoot-macos.rst @@ -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 diff --git a/source/mainnet/net/nodes/troubleshoot-ubuntu.rst b/source/mainnet/net/nodes/troubleshoot-ubuntu.rst index 9c75365ce4..c25df721fa 100644 --- a/source/mainnet/net/nodes/troubleshoot-ubuntu.rst +++ b/source/mainnet/net/nodes/troubleshoot-ubuntu.rst @@ -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 @@ -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 @@ -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 diff --git a/source/mainnet/net/nodes/troubleshoot-windows.rst b/source/mainnet/net/nodes/troubleshoot-windows.rst index a9364c868f..aef60d0e9e 100644 --- a/source/mainnet/net/nodes/troubleshoot-windows.rst +++ b/source/mainnet/net/nodes/troubleshoot-windows.rst @@ -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