启用市场 | Enabling market
如何啟用市場子模組並連接到 Boost
Enabling market
啟用市場
Introduction
介紹
Curio 提供了一個市場子模組,可以無縫集成 Boost,而無需對 Boost 代碼庫進行任何更改。本文檔將指導您如何在 Curio 中啟用市場、配置 PiecePark,以及設置現有和新的 Boost 實例。
Enable Market adapter in Curio
在 Curio 中啟用市場適配器
編輯市場配置
添加一個如下的條目:
[Subsystems] EnableParkPiece = true BoostAdapters = ["t10000:127.0.0.1:32100"]
按 ctrl + D
保存並退出。
編輯 /etc/curio.env
文件,並更新 CURIO_LAYERS
變量以包含新的市場層。
重啟 Curio 服務以使更改生效。
Connecting with Boost
連接 Boost
Get Market RPC Info
獲取市場 RPC 信息
Connect with existing Boost after migration
遷移後連接現有的 Boost
使用市場 rpc-info 字符串替換 Boost 配置中的 SealerApiInfo
和 SectorIndexApiInfo
字符串,然後重啟 Boost。
Initialising New Boost
初始化新的 Boost
Updating PeerID and On-Chain Address
更新 PeerID 和鏈上地址
確保在鏈上設置了您的 SP 的正確 peer id 和 multiaddr,因為 boost init
會生成一個新的身份。使用以下命令更新鏈上的值:
查找 PeerID
Last updated