mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 14:07:22 +08:00
32 lines
914 B
TOML
32 lines
914 B
TOML
node_ws_url = "ws://172.210.130.200:9944"
|
||
# local node_call server port.
|
||
node_call_port = 8720
|
||
# the owner address of device (ETH type format)
|
||
device_owner = "0x00000000000000000000000000000000000000"
|
||
# database path
|
||
db_path = "/host/data"
|
||
# tokio console port
|
||
console_port = 5555
|
||
# database start option
|
||
[db_option]
|
||
create_if_missing = true
|
||
atomic_flush = true
|
||
|
||
[network_config]
|
||
# Listen on this local ip. optional
|
||
#ip = "127.0.0.1"
|
||
port = 38700
|
||
boot_nodes = ["/ip4/172.210.130.200/tcp/38700/p2p/12D3KooWJVjkr19spLuvmWb68zdxki2qucnubPzbHRjxRi8jhwzF"]
|
||
share_peer_interval = 30
|
||
protocol_id = "betatestnet"
|
||
# External address that other nodes will use to connect to this node. optional
|
||
#external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"]
|
||
|
||
[key_server_config]
|
||
version = 1
|
||
attestation_style = 2
|
||
seal_policy = "MRENCLAVE"
|
||
exe_policy = { Multiply = { executors = 8 } }
|
||
round_time_limit = 60
|
||
clear_msg_interval = 180
|