2024-03-29 17:49:24 +03:00
|
|
|
{
|
2024-06-06 20:18:48 +03:00
|
|
|
"log_path": "infernet_node.log",
|
|
|
|
"server": {
|
|
|
|
"port": 4000
|
2024-03-29 17:49:24 +03:00
|
|
|
},
|
2024-06-06 20:18:48 +03:00
|
|
|
"chain": {
|
|
|
|
"enabled": true,
|
|
|
|
"trail_head_blocks": 0,
|
2024-08-22 05:02:20 +03:00
|
|
|
"rpc_url": "###RPC_URL###",
|
2024-06-08 23:19:47 +03:00
|
|
|
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
|
2024-06-06 20:18:48 +03:00
|
|
|
"wallet": {
|
|
|
|
"max_gas_limit": 4000000,
|
2024-06-08 20:05:41 +03:00
|
|
|
"private_key": "###PRIVATE_KEY###"
|
2024-06-06 20:18:48 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"startup_wait": 1.0,
|
|
|
|
"docker": {
|
|
|
|
"username": "your-username",
|
|
|
|
"password": ""
|
|
|
|
},
|
|
|
|
"redis": {
|
|
|
|
"host": "redis",
|
|
|
|
"port": 6379
|
|
|
|
},
|
|
|
|
"forward_stats": true,
|
|
|
|
"snapshot_sync": {
|
2024-09-21 20:05:07 +03:00
|
|
|
"sleep": 3,
|
|
|
|
"batch_size": 1800,
|
2024-08-22 05:01:20 +03:00
|
|
|
"starting_sub_id": 100000
|
2024-06-06 20:18:48 +03:00
|
|
|
},
|
|
|
|
"containers": [
|
|
|
|
{
|
|
|
|
"id": "hello-world",
|
|
|
|
"image": "ritualnetwork/hello-world-infernet:latest",
|
|
|
|
"external": true,
|
|
|
|
"port": "3000",
|
|
|
|
"allowed_delegate_addresses": [],
|
2024-06-08 19:42:35 +03:00
|
|
|
"allowed_addresses": ["###WALLET_ADDRESS###"],
|
2024-06-06 20:18:48 +03:00
|
|
|
"allowed_ips": [],
|
|
|
|
"command": "--bind=0.0.0.0:3000 --workers=2",
|
|
|
|
"env": {},
|
|
|
|
"accepted_payments": {}
|
|
|
|
}
|
|
|
|
]
|
2024-03-29 17:49:24 +03:00
|
|
|
}
|