183 lines
5.1 KiB
YAML
Raw Permalink Normal View History

2025-12-19 15:53:41 +01:00
tracing:
logger: !Stdout
tracing: None
filter: None
metrics: None
console: None
level: DEBUG
network:
backend:
swarm:
host: 0.0.0.0
port: 3000
node_key: ea1e1dcc31612bd20987f017f0ca435cd2a59a4bd9fd6e14883b4803ae3b803d
initial_peers: [ ]
blend:
non_ephemeral_signing_key: 32e4b52b78e0e8273f31e2ae0826d09b0348d4c66824af4f51ec4ef338082211
recovery_path_prefix: ./recovery/blend
core:
backend:
listening_address: /ip4/127.0.0.1/udp/3001/quic-v1
core_peering_degree:
start: 4
end: 8
edge_node_connection_timeout:
secs: 1
nanos: 0
max_edge_node_incoming_connections: 300
max_dial_attempts_per_peer: 3
zk:
secret_key_kms_id: 32e4b52b78e0e8273f31e2ae0826d09b0348d4c66824af4f51ec4ef338082211
edge:
backend:
max_dial_attempts_per_peer_per_message: 1
replication_factor: 1
deployment: mainnet
da_network:
backend:
node_key: ea1e1dcc31612bd20987f017f0ca435cd2a59a4bd9fd6e14883b4803ae3b803d
listening_address: /ip4/127.0.0.1/udp/8716/quic-v1
policy_settings:
min_dispersal_peers: 1
min_replication_peers: 1
max_dispersal_failures: 3
max_sampling_failures: 3
max_replication_failures: 3
malicious_threshold: 5
monitor_settings:
failure_time_window: "10.0"
time_decay_factor: "0.8"
balancer_interval:
secs: 5
nanos: 0
redial_cooldown:
secs: 5
nanos: 0
replication_settings:
seen_message_cache_size: 1000
seen_message_ttl: "3600.0"
subnets_settings:
num_of_subnets: 20
shares_retry_limit: 5
commitments_retry_limit: 5
membership:
replication_factor: 2
subnetwork_size: 2
api_adapter_settings:
api_port: 8722
is_secure: false
subnet_refresh_interval:
secs: 30
nanos: 0
subnet_threshold: 2048
min_session_members: 2
da_verifier:
share_verifier_settings:
global_params_path: ./tests/kzgrs/kzgrs_test_params
domain_size: 2
tx_verifier_settings: null
network_adapter_settings: null
storage_adapter_settings:
blob_storage_directory: ./
mempool_trigger_settings:
publish_threshold: 0.8
share_duration: [ 5, 0 ]
prune_duration: [ 30, 0 ]
prune_interval: [ 5, 0 ]
da_sampling:
share_verifier_settings:
global_params_path: ./tests/kzgrs/kzgrs_test_params
domain_size: 2
sampling_settings:
num_samples: 1
num_subnets: 2
old_blobs_check_interval:
secs: 5
nanos: 0
blobs_validity_duration:
secs: 18446744073709551615
nanos: 0
commitments_wait_duration:
secs: 2
nanos: 0
sdp_blob_trigger_sampling_delay:
secs: 5
nanos: 0
http:
backend_settings:
address: 127.0.0.1:8722
cors_origins: [ ]
time:
chain_start_time: [ 2025, 41, 9, 38, 29, 993653000, 0, 0, 0 ]
backend:
update_interval: [ 16, 0 ]
ntp_server: pool.ntp.org
ntp_client_settings:
timeout: [ 5, 0 ]
listening_interface: 0.0.0.0
cryptarchia:
service:
starting_state: !Genesis
genesis_tx:
mantle_tx:
ops:
- opcode: 0
payload:
channel_id: "0000000000000000000000000000000000000000000000000000000000000000"
inscription: [ 103, 101, 110, 101, 115, 105, 115 ] # "genesis" in bytes
parent: "0000000000000000000000000000000000000000000000000000000000000000"
signer: "0000000000000000000000000000000000000000000000000000000000000000"
ledger_tx:
inputs: []
outputs:
- value: 1
pk: d204000000000000000000000000000000000000000000000000000000000000
execution_gas_price: 0
storage_gas_price: 0
ops_proofs: [NoProof]
ledger_tx_proof:
pi_a: [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]
pi_b: [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]
pi_c: [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]
recovery_file: ./recovery/cryptarchia.json
bootstrap:
prolonged_bootstrap_period: [ 86400, 0 ]
force_bootstrap: false
offline_grace_period:
grace_period: [ 1200, 0 ]
state_recording_interval: [ 60, 0 ]
network:
bootstrap:
ibd:
peers: [ ]
sync:
orphan:
max_orphan_cache_size: 5
leader:
pk: "0000000000000000000000000000000000000000000000000000000000000000"
sk: 3cf3335017304dcfce45124a0633829f00000000000000000000000000000000
storage:
db_path: nomos_db
read_only: false
column_family: blocks
mempool:
recovery_path: ./recovery/mempool.json
sdp:
wallet:
known_keys:
- "0000000000000000000000000000000000000000000000000000000000000000"
key_management:
keys:
leader_key: !Zk 3cf3335017304dcfce45124a0633829f00000000000000000000000000000000