Skip to content

Commit

Permalink
Merge pull request #135 from Kyuubi2709/patch-49
Browse files Browse the repository at this point in the history
Update marketplaceApps.json
  • Loading branch information
Cabecinha84 authored Sep 13, 2023
2 parents c3f7174 + c344333 commit 70c4ab7
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions config/marketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,17 +415,22 @@
"enabled": true
},
{
"description": "Host your PivX Node on the Flux Network",
"price": 9,
"multiplier": 1,
"description": "Host your PIVX Masternode on the Flux Cloud",
"price": 10.0,
"multiplier": 1,
"category": "Blockchain",
"version": 4,
"name": "PivXNode",
"version": 7,
"name": "PIVXNode",
"instances": 3,
"contacts": [],
"geolocation": [],
"staticip": true,
"nodes": [],
"expire": 22000,
"compose": [
{
"name": "node",
"description": "The PivX Node container",
"description": "The PIVX Masternode container",
"repotag": "runonflux/pivxnode:latest",
"containerPorts": [
51472
Expand All @@ -438,17 +443,8 @@
"containerData": "/root/.pivx",
"tiered": false,
"cpu": 1,
"ram": 2000,
"hdd": 50,
"cpubasic": 1,
"cpusuper": 1,
"cpubamf": 1,
"rambasic": 2000,
"ramsuper": 2000,
"rambamf": 2000,
"hddbasic": 50,
"hddsuper": 50,
"hddbamf": 50,
"ram": 2500,
"hdd": 50,
"portSpecs": [
"37300-37500"
],
Expand All @@ -459,7 +455,9 @@
"description": "The key of your masternode",
"placeholder": "Enter your key here"
}
]
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
Expand Down

0 comments on commit 70c4ab7

Please sign in to comment.