mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-02 13:13:07 +00:00
110 lines
3.9 KiB
JSON
110 lines
3.9 KiB
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america west:north america west": "40ms",
|
|
"north america west:north america east": "70ms",
|
|
"north america west:north america central": "50ms",
|
|
"north america west:europe": "150ms",
|
|
"north america west:northern europe": "170ms",
|
|
"north america west:east asia": "180ms",
|
|
"north america west:southeast asia": "200ms",
|
|
"north america west:australia": "250ms",
|
|
"north america east:north america west": "70ms",
|
|
"north america east:north america east": "40ms",
|
|
"north america east:north america central": "50ms",
|
|
"north america east:europe": "130ms",
|
|
"north america east:northern europe": "140ms",
|
|
"north america east:east asia": "250ms",
|
|
"north america east:southeast asia": "300ms",
|
|
"north america east:australia": "230ms",
|
|
"north america central:north america west": "50ms",
|
|
"north america central:north america east": "50ms",
|
|
"north america central:north america central": "20ms",
|
|
"north america central:europe": "140ms",
|
|
"north america central:northern europe": "150ms",
|
|
"north america central:east asia": "200ms",
|
|
"north america central:southeast asia": "280ms",
|
|
"north america central:australia": "220ms",
|
|
"europe:north america west": "150ms",
|
|
"europe:north america east": "130ms",
|
|
"europe:north america central": "140ms",
|
|
"europe:europe": "50ms",
|
|
"europe:northern europe": "60ms",
|
|
"europe:east asia": "300ms",
|
|
"europe:southeast asia": "300ms",
|
|
"europe:australia": "300ms",
|
|
"northern europe:north america west": "170ms",
|
|
"northern europe:north america east": "140ms",
|
|
"northern europe:north america central": "150ms",
|
|
"northern europe:europe": "60ms",
|
|
"northern europe:northern europe": "30ms",
|
|
"northern europe:east asia": "400ms",
|
|
"northern europe:southeast asia": "320ms",
|
|
"northern europe:australia": "300ms",
|
|
"east asia:north america west": "180ms",
|
|
"east asia:north america east": "250ms",
|
|
"east asia:north america central": "200ms",
|
|
"east asia:europe": "300ms",
|
|
"east asia:northern europe": "400ms",
|
|
"east asia:east asia": "50ms",
|
|
"east asia:southeast asia": "90ms",
|
|
"east asia:australia": "150ms",
|
|
"southeast asia:north america west": "200ms",
|
|
"southeast asia:north america east": "300ms",
|
|
"southeast asia:north america central": "280ms",
|
|
"southeast asia:europe": "300ms",
|
|
"southeast asia:northern europe": "320ms",
|
|
"southeast asia:east asia": "90ms",
|
|
"southeast asia:southeast asia": "40ms",
|
|
"southeast asia:australia": "150ms",
|
|
"australia:north america west": "250ms",
|
|
"australia:north america east": "230ms",
|
|
"australia:north america central": "220ms",
|
|
"australia:europe": "300ms",
|
|
"australia:northern europe": "300ms",
|
|
"australia:east asia": "150ms",
|
|
"australia:southeast asia": "150ms",
|
|
"australia:australia": "50ms"
|
|
},
|
|
"regions": {
|
|
"north america west": 0.06,
|
|
"north america east": 0.15,
|
|
"north america central": 0.02,
|
|
"europe": 0.47,
|
|
"northern europe": 0.10,
|
|
"east asia": 0.10,
|
|
"southeast asia": 0.07,
|
|
"australia": 0.03
|
|
}
|
|
},
|
|
"node_settings": {
|
|
"timeout": "1000ms"
|
|
},
|
|
"step_time": "20ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"path": "test.json"
|
|
},
|
|
"node_count": 100,
|
|
"seed": 0,
|
|
"record_settings": {},
|
|
"wards": [
|
|
{
|
|
"sum": 100
|
|
}
|
|
],
|
|
"connected_peers_count": 4,
|
|
"data_message_lottery_interval": "20s",
|
|
"stake_proportion": 1.0,
|
|
"epoch_duration": "200s",
|
|
"slot_duration": "1s",
|
|
"slots_per_epoch": 200,
|
|
"number_of_hops": 2,
|
|
"persistent_transmission": {
|
|
"max_emission_frequency": 1.0,
|
|
"drop_message_probability": 0.0
|
|
},
|
|
"number_of_blend_layers": 2,
|
|
"max_delay_seconds": 5
|
|
}
|