# Mina Mainnet

## Mina Mainnet

- [Summary](https://minanode.staketab.com/master.md)
- [Technical Requirements](https://minanode.staketab.com/technical-requirements.md): The characteristics required to run a Mina node.
- [Создание и проверка ключей](https://minanode.staketab.com/russian/sozdanie-i-proverka-klyuchei.md)
- [Варианты запуска ноды](https://minanode.staketab.com/russian/varianty-zapuska-nody.md)
- [Запуск Mina с Докером](https://minanode.staketab.com/russian/varianty-zapuska-nody/zapusk-coda-s-docker.md)
- [Запуск Mina без Докера](https://minanode.staketab.com/russian/varianty-zapuska-nody/zapusk-coda-bez-docker.md)
- [Обновление ноды для Докера](https://minanode.staketab.com/russian/obnovlenie-dlya-dokera.md): Простые шаги для обновления ноды.
- [Обновление ноды для Сервиса](https://minanode.staketab.com/russian/obnovlenie-dlya-servisa.md): Простые шаги для обновления ноды в Сервисе.
- [CLI. Импорт ключа, отправка токенов, делегирование](https://minanode.staketab.com/russian/cli.-sozdanie-klyuchei-import-otpravka-tokenov.md)
- [Настройка TMUX](https://minanode.staketab.com/russian/nastroika-tmux.md)
- [Настройка Снарк Стоппера](https://minanode.staketab.com/russian/nastroika-snark-stoppera.md): v1.2.4
- [Generating and verifying keys](https://minanode.staketab.com/english/generating-and-verifying-keys.md)
- [Node launch options](https://minanode.staketab.com/english/node-launch-options.md)
- [Running Mina with Docker](https://minanode.staketab.com/english/node-launch-options/running-mina-with-docker.md)
- [Running Mina without Docker](https://minanode.staketab.com/english/node-launch-options/running-coda-without-docker.md)
- [Update for Docker](https://minanode.staketab.com/english/update-for-docker.md): Simple steps to update a node.
- [Update for Service](https://minanode.staketab.com/english/update-for-service.md): Simple steps to update a node in the Service.
- [CLI. Key import, sending tokens](https://minanode.staketab.com/english/cli.-key-import-sending-tokens.md)
- [Setting up TMUX](https://minanode.staketab.com/english/setting-up-tmux.md)
- [Setting up Snark Stopper](https://minanode.staketab.com/english/setting-up-snark-stopper.md): v1.2.4


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://minanode.staketab.com/master.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.
