# The local IP and port to listen for incoming http connections; set blank to disable. (eosio::http_plugin) # 链1为127.0.0.1:8888,链2为127.0.0.1:8889 http-server-address = 127.0.0.1:8888 # 或 127.0.0.1:8889
# The endpoint upon which to listen for incoming connections (eosio::icp_relay_plugin) # 链1为0.0.0.0:8765,链2为0.0.0.0:8766 icp-relay-endpoint = 0.0.0.0:8765 # 或 0.0.0.0:8766
# The number of threads to use to process network messages (eosio::icp_relay_plugin) # icp-relay-threads =
# Remote endpoint of other node to connect to (may specify multiple times) (eosio::icp_relay_plugin) # 链1为127.0.0.1:8766,链2为127.0.0.1:8765;其实只要填一个,使得两条链的ICP插件能够连接上 icp-relay-connect = 127.0.0.1:8766 # 或 127.0.0.1:8765
# The chain id of icp peer (eosio::icp_relay_plugin) # 链1填写链2的chain id,链2填写链1的chain id,可参考后文获取方式后再填写 icp-relay-peer-chain-id = 630f427c3007b42929032bc02e5d6fded325b3e2caf592f963070381b2787a9d
# The peer icp contract account name (eosio::icp_relay_plugin) # 对端ICP合约账户名;链1填写链2上跨链合约账户名,链2填写链1上跨链合约账户名 icp-relay-peer-contract = eocseosioicp
# The local icp contract account name (eosio::icp_relay_plugin) # 本端ICP合约账户名;链1填写链1上跨链合约账户名,链2填写链2上跨链合约账户名 icp-relay-local-contract = eocseosioicp
# The account and permission level to authorize icp transactions on local icp contract, as in 'account@permission' (eosio::icp_relay_plugin) # ICP插件向本端ICP合约发送交易时使用的账户名 icp-relay-signer = eocseosrelay@active
# The actual host:port used to listen for incoming p2p connections. (eosio::net_plugin) # 链1为0.0.0.0:9876,链2为0.0.0.0:9877 p2p-listen-endpoint = 0.0.0.0:9876 # 或 0.0.0.0:9877
# Limits the maximum time (in milliseconds) that is allowed a pushed transaction's code to execute before being considered invalid (eosio::producer_plugin) # 设置足够大的最大交易执行时间,可参看ICP Challenges中关于计算量的说明 max-transaction-time = 300
# ID of producer controlled by this node (e.g. inita; may specify multiple times) (eosio::producer_plugin) # 这里测试链仅使用生产者eosio producer-name = eosio
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步