-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
44 lines (44 loc) · 1.58 KB
/
dappnode_package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"upstream": [
{
"repo": "status-im/nimbus-eth2",
"version": "v24.9.0",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.0",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": ["linux/amd64"],
"shortDescription": "Nimbus ETH2.0 Beacon chain + validator",
"description": "Nimbus is a client implementation that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"pablo <[email protected]> (https://github.com/pablomendezroyo)",
"marce <[email protected]> (https://github.com/mgarciate)"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-nimbus-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nimbus-generic/issues"
},
"categories": ["Blockchain", "ETH2.0"],
"chain": {
"driver": "ethereum-beacon-chain",
"serviceName": "beacon-chain",
"portNumber": 3500
},
"warnings": {
"onRemove": "Make sure your StakersUI does not have this client selected! Double check in the Stakers Tab in the left NavBar",
"onMajorUpdate": "This major update requires you to reconfigure your previous settings."
},
"requirements": {
"minimumDappnodeVersion": "0.2.97"
}
}