mirror of
https://github.com/logos-co/nomos-simulations.git
synced 2025-02-01 21:36:30 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america:north america": "50ms",
|
|
"north america:europe": "100ms",
|
|
"north america:asia": "120ms",
|
|
"europe:europe": "50ms",
|
|
"europe:asia": "100ms",
|
|
"europe:north america": "120ms",
|
|
"asia:north america": "100ms",
|
|
"asia:europe": "120ms",
|
|
"asia:asia": "40ms"
|
|
},
|
|
"regions": {
|
|
"north america": 0.4,
|
|
"europe": 0.4,
|
|
"asia": 0.3
|
|
}
|
|
},
|
|
"node_settings": {
|
|
"timeout": "1000ms"
|
|
},
|
|
"step_time": "10ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"path": "test.json"
|
|
},
|
|
"node_count": 10,
|
|
"seed": 0,
|
|
"record_settings": {},
|
|
"wards": [
|
|
{
|
|
"sum":2
|
|
}
|
|
],
|
|
"connected_peers_count": 4,
|
|
"data_message_lottery_interval": "20s",
|
|
"stake_proportion": 1.0,
|
|
"epoch_duration": "432000s",
|
|
"slot_duration": "1s",
|
|
"slots_per_epoch": 432000,
|
|
"number_of_hops": 1,
|
|
"persistent_transmission": {
|
|
"max_emission_frequency": 1.0,
|
|
"drop_message_probability": 0.0
|
|
},
|
|
"number_of_mix_layers": 1,
|
|
"max_delay_seconds": 10
|
|
}
|