# 初めに

Cardano Node構築をして、「こうなっていれば必ずブロックが生成できる、これが正しい状態です」といった情報が見つからなく、1stブロック生成達成できるまで不安でした。その経験から、ステークプール構築時に少しでも不安を取り除けるような情報を発信できればと思い、セットアップ中に使用したコマンドや確認ポイントなどをまとめていきます。ブロック生成を保証するものではありませんが、トラブルシューティング、運用、正常性確認のお役に立てれば幸いです。

ステークプールに関しての記事は、Ubuntu 20.04.1 LTSでの手順になります。

Cardano Nodeリリース情報: <https://github.com/input-output-hk/cardano-node/releases>

### お礼

プール構築に関して、BTBF \[XSP]さんがまとめた[カルダノステークプール構築](https://dev.xstakepool.com/guide-how-to-build-a-haskell-stakepool-node)もお世話になっております。

メンテナンスやパフォーマンスモニタでRX-78 \[RX78]さんから情報共有いただいております。

### お願い事項

日々開発が行われている中でソフトウェア、ウェブサイト表示などに更新があるかと思います。\
もし記事が最新版でなく古かったり、間違った状態だった場合、ご一報いただけますと幸いです。確認のうえ、訂正、加筆させていただきますのでよろしくお願いいたします。


---

# 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://sugar-stake-pool.gitbook.io/cardano-kb/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.
