Pi-Network-Node
Docker 应用程序 from BitCryptic's 2nd Repository
概述
Pi Network Node (Docker) template for Unraid — maintained by BitCryptic. This image wraps the official Pi Network node image with performance tuning applied out of the box, significantly reducing CPU and host load compared to running the upstream image directly. Upstream image: pinetwork/pi-node-docker:organization-mainnet-v1.0-p22.1 Source / changelog: https://github.com/bitcryptic-gw/Unraid-pi-network-node Performance optimisations included: - INGEST_DISABLE_STATE_VERIFICATION=true — disables periodic full ledger state scans (main CPU reduction) - PARALLEL_JOB_SIZE=1 — reduces horizon ingestion worker parallelism - HISTORY_RETENTION_COUNT=1000000 — retains ~8 weeks of ledger history instead of all history since genesis Persistent data: - Map a host path to /opt/stellar (required). Ports (Pi standard): - 31401 -> 8000 (Horizon HTTP) - 31402 -> 31402 (stellar-core peer) - 31403 -> 1570 (Local history server / webfsd) Notes: - POSTGRES_PASSWORD is required. - NODE_PRIVATE_KEY is optional (advanced): leave blank for new nodes; set only if migrating an existing node identity. - --mainnet and --enable-auto-migrations are passed as Post Arguments.
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]/- 网络
bridge- 外壳
sh- 特权
- false
模板配置
/opt/stellarPathrw
Persistent node data (required).
- 默认值
- /mnt/cache/appdata/pi-node-mainnet/stellar
/var/log/supervisor (optional)Pathrw
Optional: persist supervisor logs.
- 目标
- /var/log/supervisor
- 默认值
- /mnt/cache/appdata/pi-node-mainnet/supervisor_logs
POSTGRES_PASSWORDVariable
Required. Database password for the node (keep secret).
NODE_PRIVATE_KEY (optional)Variable
Optional (advanced). Existing node private key for migrations. Leave blank for new nodes; key will be auto-generated.
- 目标
- NODE_PRIVATE_KEY
Horizon HTTP (host 31401)Porttcp
Horizon HTTP (Pi standard). Forward this on your router if required by Pi port checks.
- 目标
- 8000
- 默认值
- 31401
Stellar peer (host 31402)Porttcp
stellar-core peer port (Pi standard). Forward this on your router if required by Pi port checks.
- 目标
- 31402
- 默认值
- 31402
Local history server (host 31403)Porttcp
Local history server / webfsd (Pi standard). Forward this on your router if required by Pi port checks.
- 目标
- 1570
- 默认值
- 31403
下载统计数据
638
下载总数
详细信息
存储库
bitcryptic/pi-network-node:latest最后更新2026-05-27
初见2026-05-13
在Unraid 上运行 Pi-Network-Node 。
Pi-Network-Node 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。