80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"dependencies": [],
|
|
"features": {
|
|
"supports_backups": true,
|
|
"supports_monitoring": true,
|
|
"supports_security": true,
|
|
"supports_session_keys": true,
|
|
"supports_staking": true,
|
|
"supports_telemetry": true
|
|
},
|
|
"key_types": [
|
|
"sr25519",
|
|
"ed25519"
|
|
],
|
|
"maintainer": {
|
|
"name": "Provisioning System",
|
|
"url": "https://github.com/paritytech/polkadot"
|
|
},
|
|
"networks": [
|
|
"polkadot",
|
|
"kusama",
|
|
"westend"
|
|
],
|
|
"ports": {
|
|
"http": 9933,
|
|
"p2p": 30333,
|
|
"prometheus": 9615,
|
|
"rpc": 9944,
|
|
"ws": 9944
|
|
},
|
|
"requirements": {
|
|
"high_availability": true,
|
|
"min_cpu_cores": 4,
|
|
"min_disk_gb": 1000,
|
|
"min_memory_mb": 16384,
|
|
"network_required": true
|
|
},
|
|
"reward_destinations": [
|
|
"Staked",
|
|
"Stash",
|
|
"Controller",
|
|
"Account"
|
|
],
|
|
"security_features": [
|
|
"firewall",
|
|
"fail2ban",
|
|
"auto_updates",
|
|
"secure_keystore",
|
|
"backup_keys"
|
|
],
|
|
"session_key_types": [
|
|
"babe",
|
|
"grandpa",
|
|
"im_online",
|
|
"para_validator",
|
|
"para_assignment",
|
|
"authority_discovery"
|
|
],
|
|
"tags": [
|
|
"polkadot",
|
|
"validator",
|
|
"blockchain",
|
|
"staking",
|
|
"consensus",
|
|
"web3"
|
|
],
|
|
"taskserv": {
|
|
"category": "infrastructure",
|
|
"description": "Polkadot validator node with enhanced security for block production and validation",
|
|
"display_name": "Polkadot Validator",
|
|
"documentation_url": "https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot",
|
|
"name": "polkadot-validator",
|
|
"subcategory": "blockchain"
|
|
},
|
|
"version": {
|
|
"config_format": "nickel",
|
|
"schema": "1.0.0",
|
|
"taskserv": "1.15.0"
|
|
}
|
|
}
|