-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArcium.toml
More file actions
18 lines (17 loc) · 754 Bytes
/
Arcium.toml
File metadata and controls
18 lines (17 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[localnet]
# number of nodes in the single cluster of the localnet
nodes = 4
# number of seconds to wait for the localnet to come online
localnet_timeout_secs = 60
# MPC backends this MXE supports (default: ["Cerberus"])
# Supported values: "Cerberus", "Manticore", or both
# Examples: backends = ["Cerberus"] or backends = ["Cerberus", "Manticore"]
backends = ["Cerberus"]
# Required when backends includes "Manticore"
# Each path is copied to corresponding node's artifacts/manticore/computation_folder_N
# Example: manticore_data_folders = ["./data/player-0", "./data/player-1"]
# Devnet configuration
# Use with: arcium deploy --cluster-offset 456 --recovery-set-size 4 -u d
[devnet]
cluster_offset = 456 # v0.6.3 recommended
recovery_set_size = 4