195 lines
4.3 KiB
JSON
195 lines
4.3 KiB
JSON
{
|
|
"default_config": {
|
|
"archive_mode": false,
|
|
"base_path": "/var/lib/polkadot/data",
|
|
"bin_path": "/usr/local/bin/polkadot",
|
|
"config_path": "/etc/polkadot",
|
|
"db_cache": 1024,
|
|
"execution": "wasm",
|
|
"log_level": "info",
|
|
"log_targets": [],
|
|
"name": "polkadot-node",
|
|
"network": {
|
|
"bootnodes": [],
|
|
"chain": "polkadot",
|
|
"listen_addr": "/ip4/0.0.0.0/tcp/30333",
|
|
"max_peers": 50,
|
|
"max_peers_light": 100,
|
|
"reserved_nodes": [],
|
|
"reserved_only": false
|
|
},
|
|
"node_type": "full",
|
|
"pruning": {
|
|
"blocks_to_keep": 256,
|
|
"enabled": true,
|
|
"mode": "state",
|
|
"state_pruning": 256
|
|
},
|
|
"rpc": {
|
|
"bind_addr": "127.0.0.1",
|
|
"cors": [
|
|
"all"
|
|
],
|
|
"enabled": true,
|
|
"http_port": 9933,
|
|
"max_connections": 100,
|
|
"methods": [
|
|
"safe"
|
|
],
|
|
"port": 9944,
|
|
"ws_port": 9944
|
|
},
|
|
"run_user": {
|
|
"group": "polkadot",
|
|
"home": "/home/polkadot",
|
|
"name": "polkadot"
|
|
},
|
|
"state_cache_size": 67108864,
|
|
"sync_mode": "warp",
|
|
"telemetry": {
|
|
"enabled": true,
|
|
"url": "wss://telemetry.polkadot.io/submit/",
|
|
"verbosity": 0
|
|
},
|
|
"version": "latest",
|
|
"wasm_execution": "compiled",
|
|
"work_path": "/var/lib/polkadot",
|
|
"wss": {
|
|
"enabled": false,
|
|
"port": 443,
|
|
"proxy_type": "nginx",
|
|
"rate_limit": 100,
|
|
"ssl": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
},
|
|
"metadata": {
|
|
"dependencies": [],
|
|
"features": {
|
|
"supports_archive": true,
|
|
"supports_pruning": true,
|
|
"supports_rpc": true,
|
|
"supports_telemetry": true,
|
|
"supports_ws": true,
|
|
"supports_wss": true
|
|
},
|
|
"maintainer": {
|
|
"name": "Provisioning System",
|
|
"url": "https://github.com/paritytech/polkadot"
|
|
},
|
|
"networks": [
|
|
"polkadot",
|
|
"kusama",
|
|
"westend"
|
|
],
|
|
"node_types": [
|
|
"full",
|
|
"light",
|
|
"validator"
|
|
],
|
|
"ports": {
|
|
"http": 9933,
|
|
"p2p": 30333,
|
|
"rpc": 9944,
|
|
"ws": 9944
|
|
},
|
|
"requirements": {
|
|
"min_cpu_cores": 4,
|
|
"min_disk_gb": 500,
|
|
"min_memory_mb": 8192,
|
|
"network_required": true
|
|
},
|
|
"sync_modes": [
|
|
"full",
|
|
"fast",
|
|
"warp"
|
|
],
|
|
"tags": [
|
|
"polkadot",
|
|
"node",
|
|
"blockchain",
|
|
"relay-chain",
|
|
"web3"
|
|
],
|
|
"taskserv": {
|
|
"category": "infrastructure",
|
|
"description": "Polkadot full/light node for relay chain participation",
|
|
"display_name": "Polkadot Node",
|
|
"documentation_url": "https://wiki.polkadot.network/docs/maintain-sync",
|
|
"name": "polkadot-node",
|
|
"subcategory": "blockchain"
|
|
},
|
|
"version": {
|
|
"config_format": "nickel",
|
|
"schema": "1.0.0",
|
|
"taskserv": "1.15.0"
|
|
}
|
|
},
|
|
"types": {
|
|
"PolkadotNode": {
|
|
"archive_mode": false,
|
|
"base_path": "/var/lib/polkadot/data",
|
|
"bin_path": "/usr/local/bin/polkadot",
|
|
"config_path": "/etc/polkadot",
|
|
"db_cache": 1024,
|
|
"execution": "wasm",
|
|
"log_level": "info",
|
|
"log_targets": [],
|
|
"name": "polkadot-node",
|
|
"network": {
|
|
"bootnodes": [],
|
|
"chain": "polkadot",
|
|
"listen_addr": "/ip4/0.0.0.0/tcp/30333",
|
|
"max_peers": 50,
|
|
"max_peers_light": 100,
|
|
"reserved_nodes": [],
|
|
"reserved_only": false
|
|
},
|
|
"node_type": "full",
|
|
"pruning": {
|
|
"blocks_to_keep": 256,
|
|
"enabled": true,
|
|
"mode": "state",
|
|
"state_pruning": 256
|
|
},
|
|
"rpc": {
|
|
"bind_addr": "127.0.0.1",
|
|
"cors": [
|
|
"all"
|
|
],
|
|
"enabled": true,
|
|
"http_port": 9933,
|
|
"max_connections": 100,
|
|
"methods": [
|
|
"safe"
|
|
],
|
|
"port": 9944,
|
|
"ws_port": 9944
|
|
},
|
|
"run_user": {
|
|
"group": "polkadot",
|
|
"name": "polkadot"
|
|
},
|
|
"state_cache_size": 67108864,
|
|
"sync_mode": "warp",
|
|
"telemetry": {
|
|
"enabled": true,
|
|
"url": "wss://telemetry.polkadot.io/submit/",
|
|
"verbosity": 0
|
|
},
|
|
"version": "latest",
|
|
"wasm_execution": "compiled",
|
|
"work_path": "/var/lib/polkadot",
|
|
"wss": {
|
|
"enabled": false,
|
|
"port": 443,
|
|
"proxy_type": "nginx",
|
|
"rate_limit": 100,
|
|
"ssl": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|