mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 17:37:20 +08:00
Update keyring.toml
This commit is contained in:
parent
bda0036b47
commit
21c78244a2
@ -7,6 +7,9 @@ device_owner = "0x0000000000000000000000000000000000000000"
|
|||||||
db_path = "/host/data"
|
db_path = "/host/data"
|
||||||
# tokio console port
|
# tokio console port
|
||||||
console_port = 5555
|
console_port = 5555
|
||||||
|
attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2
|
||||||
|
exe_policy = { Multiply = { executors = 8 } }
|
||||||
|
|
||||||
# database start option
|
# database start option
|
||||||
[db_option]
|
[db_option]
|
||||||
create_if_missing = true
|
create_if_missing = true
|
||||||
@ -23,10 +26,3 @@ protocol_id = "betatestnet"
|
|||||||
is_autonat = true
|
is_autonat = true
|
||||||
# External address that other nodes will use to connect to this node. optional
|
# External address that other nodes will use to connect to this node. optional
|
||||||
#external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"]
|
#external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"]
|
||||||
|
|
||||||
[key_server_config]
|
|
||||||
attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2
|
|
||||||
seal_policy = "MRSIGNER"
|
|
||||||
exe_policy = { Multiply = { executors = 8 } }
|
|
||||||
round_time_limit = 120
|
|
||||||
clear_msg_interval = 360
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user