# Environment basis

The installation of the files provided by this script has been done properly, taking into account the best security practices.\
\
As a result, the files are not installed at the root level, as is common with similar tools. Instead, each instance of the coin installation will create its own user ID on the Linux system files, with the coin name serving as the identifier for the deployment location of the respective coin blockchain files.\
\
Please note the exact file locations using the coin sapphire as an example.

| Description                       | Directory                | Example ( when need )          |
| --------------------------------- | ------------------------ | ------------------------------ |
| $HOME directory                   | /home/users/             | -                              |
| Directory of user ID              | /home/users/userID/      | /home/users/sapphire/          |
| Wallet files location for user id | /home/users/userID/.coin | /home/users/sapphire/.sapphire |
| Daemon location                   | /usr/local/bin/          | -                              |
| Service files directory           | /etc/systemd/system/     | -                              |

In case you need to have access to the mentioned directories and files via a terminal, please follow the next steps:<br>

| Description           | Command     | Example       |
| --------------------- | ----------- | ------------- |
| To enter in userID    | su - userID | su - sapphire |
| To logout from userID | exit        | exit          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.decenomy.net/tutorials/decenomy-multinode-script/environment-basis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
