Skip to content

Commit

Permalink
update kadena app
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Oct 9, 2021
1 parent de8800a commit 3a3f38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2722,7 +2722,7 @@ async function availableApps(req, res) {
+ 'Chainweb is a braided, parallelized Proof Of Work consensus mechanism that improves throughput and scalability in executing transactions on the blockchain while maintaining the security and integrity found in Bitcoin. '
+ 'The healthy information tells you if your node is running and synced. If you just installed the docker it can say unhealthy for long time because on first run a bootstrap is downloaded and extracted to make your node sync faster before the node is started. '
+ 'Do not stop or restart the docker in the first hour after installation. You can also check if your kadena node is synced, by going to running apps and press visit button on kadena and compare your node height with Kadena explorer. Thank you.',
repotag: 'runonflux/kadena-chainweb-node:2.9.2',
repotag: 'runonflux/kadena-chainweb-node:2.10.0',
owner: '1hjy4bCYBJr4mny4zCE85J94RXa8W6q37',
ports: [30004, 30005],
containerPorts: [30004, 30005],
Expand All @@ -2734,7 +2734,7 @@ async function availableApps(req, res) {
enviromentParameters: ['CHAINWEB_P2P_PORT=30004', 'CHAINWEB_SERVICE_PORT=30005', 'LOGLEVEL=warn'],
commands: ['/bin/bash', '-c', '(test -d /data/chainweb-db/0 && ./run-chainweb-node.sh) || (/chainweb/initialize-db.sh && ./run-chainweb-node.sh)'],
containerData: '/data', // cannot be root todo in verification
hash: 'localSpecificationsVersion12', // hash of app message
hash: 'localSpecificationsVersion13', // hash of app message
height: 680000, // height of tx on which it was
},
{
Expand Down

0 comments on commit 3a3f38e

Please sign in to comment.