Skip to content

Commit

Permalink
Merge pull request #407 from dlt-green/release/v.4.0.6
Browse files Browse the repository at this point in the history
Release v.4.0.6
  • Loading branch information
dlt-green authored Feb 27, 2024
2 parents f13b91f + 1a6580a commit d293ea0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
1 change: 0 additions & 1 deletion checksum.txt

This file was deleted.

2 changes: 2 additions & 0 deletions iota-hornet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ HORNET_HOST=node.your-domain.com
# HORNET_PRUNING_TARGET_SIZE=64GB
# HORNET_PRUNING_MAX_MILESTONES_TO_KEEP=60480
# HORNET_POW_ENABLED=false
# HORNET_AUTOPEERING_ENABLED=true
# HORNET_STATIC_NEIGHBORS=my-alias:/ip4/127.0.0.1/tcp/15600/p2p/12D3KooWCKWcTWevORKa2KEBputEGASvEBuDfRDSbe8t1DWugUmL
# DASHBOARD_USERNAME=admin
Expand Down Expand Up @@ -64,6 +65,7 @@ INX_DASHBOARD_VERSION=1.0.0-beta.5
| HORNET_PRUNING_TARGET_SIZE | | 64GB | Target size of database |
| HORNET_PRUNING_MAX_MILESTONES_TO_KEEP | | 60480 | Max umber of milestones to keep in database. Milestone pruning is disabled by default. It's activated if this parameter is set. |
| HORNET_POW_ENABLED | | false | Whether the node does PoW if messages are received via API |
| HORNET_AUTOPEERING_ENABLED | | true | Whether the node should automatically connect to other nodes (see [docs](https://wiki.iota.org/hornet/references/peering#autopeering) for further infos) |
| HORNET_STATIC_NEIGHBORS | | | Comma separated list of static neighbors. Format example: `my-alias:/ip4/127.0.0.1/tcp/15600/p2p/12D3KooWCKWcTWevORKa2KEBputEGASvEBuDfRDSbe8t1DWugUmL` (see [docs](https://wiki.iota.org/hornet/references/peering/) for further infos) |
| DASHBOARD_USERNAME | | admin | Username to access dashboard |
| DASHBOARD_PASSWORD | x | | Password hash (can be generated with `docker compose run hornet tool pwd-hash` or non-interactively with `docker compose run hornet tool pwd-hash --json --password <password>`) |
Expand Down
33 changes: 17 additions & 16 deletions node-installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

VRSN="v.4.0.5"
BUILD="20240227_090931"
VRSN="v.4.0.6"
BUILD="20240227_200407"

VAR_DOMAIN=''
VAR_HOST=''
Expand All @@ -14,11 +14,11 @@ VAR_CONF_RESET=0
VAR_IOTA_HORNET_VERSION='2.0.1'
VAR_IOTA_HORNET_UPDATE=1

VAR_IOTA_WASP_VERSION='1.0.3-alpha.2'
VAR_IOTA_WASP_VERSION='1.0.3-alpha.3'
VAR_IOTA_WASP_UPDATE=1

VAR_IOTA_WASP_DASHBOARD_VERSION='0.1.9'
VAR_IOTA_WASP_CLI_VERSION='1.0.3-alpha.2'
VAR_IOTA_WASP_CLI_VERSION='1.0.3-alpha.3'

VAR_IOTA_INX_INDEXER_VERSION='1.0'
VAR_IOTA_INX_MQTT_VERSION='1.0'
Expand All @@ -30,11 +30,11 @@ VAR_IOTA_INX_DASHBOARD_VERSION='1.0'
VAR_SHIMMER_HORNET_VERSION='2.0.0-rc.8'
VAR_SHIMMER_HORNET_UPDATE=1

VAR_SHIMMER_WASP_VERSION='1.0.3-alpha.2'
VAR_SHIMMER_WASP_VERSION='1.0.3-alpha.3'
VAR_SHIMMER_WASP_UPDATE=1

VAR_SHIMMER_WASP_DASHBOARD_VERSION='0.1.9'
VAR_SHIMMER_WASP_CLI_VERSION='1.0.3-alpha.2'
VAR_SHIMMER_WASP_CLI_VERSION='1.0.3-alpha.3'

VAR_SHIMMER_INX_INDEXER_VERSION='1.0-rc'
VAR_SHIMMER_INX_MQTT_VERSION='1.0-rc'
Expand Down Expand Up @@ -133,19 +133,19 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install curl -y -qq >/dev/null 2>&1

InstallerHash=$(curl -L https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/checksum.txt) >/dev/null 2>&1

IotaHornetHash='7f0912e967fa5e609aeeceb14ba5a94a0f6000a6596cabcd3ba27c42e8b7f1e4'
IotaHornetHash='b9eaff4cdaf2d13a2679622f00c590b1b2ba0e73e9a3f503db136a9f7d88e081'
IotaHornetPackage="https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/iota-hornet.tar.gz"

IotaWaspHash='19d291c530e02238326942b179ea9bae419ecfd3011727f1181c02d884f84106'
IotaWaspHash='d251d6973445bdc435420f1a70025eae73a259d617d79dac01ec847f4d78e85f'
IotaWaspPackage="https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/iota-wasp.tar.gz"

ShimmerHornetHash='3b1f2ed0a5a403666404d28a16cdab1d3fa13265030b40f13fc58b6b0393d73d'
ShimmerHornetHash='8054f1f3bb3dc02987adc2425c00b2bb1c14c5cf6b278ae63803f0b706412946'
ShimmerHornetPackage="https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/shimmer-hornet.tar.gz"

ShimmerWaspHash='863d779bfde34e8253a9434e25420ce9966540e763c77e1cc767df9c621fdc9a'
ShimmerWaspHash='6741e6b269f8f07074241c2679a6889da34afbab7321275f55284c9c5c1ac74d'
ShimmerWaspPackage="https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/shimmer-wasp.tar.gz"

ShimmerChronicleHash='3b763df05d82d9eb1f81da6b0213a92603eebe2287742d4d09b21d711008834e'
ShimmerChronicleHash='f1745f77b5e0090e9482feeb9e17c2276010ffb02d27aa4c80555de96b1cebfa'
ShimmerChroniclePackage="https://github.com/dlt-green/node-installer-docker/releases/download/$VRSN/shimmer-chronicle.tar.gz"

if [ "$VRSN" = 'dev-latest' ]; then VRSN=$BUILD; fi
Expand Down Expand Up @@ -2332,11 +2332,12 @@ SystemMaintenance() {
echo "╚═════════════════════════════════════════════════════════════════════════════╝"
echo ""

DEBIAN_FRONTEND=noninteractive sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y
DEBIAN_FRONTEND=noninteractive sudo apt dist-upgrade -y
DEBIAN_FRONTEND=noninteractive sudo apt autoclean -y
DEBIAN_FRONTEND=noninteractive sudo apt autoremove -y
DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a sudo apt update
DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a sudo apt upgrade -y
DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a sudo apt dist-upgrade -y
DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a sudo apt autoclean -y
DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a sudo apt autoremove -y

if [ "$opt_mode" ]; then
VAR_STATUS='system: update'
NotifyMessage "info" "$VAR_DOMAIN" "$VAR_STATUS"
Expand Down
2 changes: 2 additions & 0 deletions shimmer-hornet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ HORNET_HOST=node.your-domain.com
# HORNET_PRUNING_TARGET_SIZE=64GB
# HORNET_PRUNING_MAX_MILESTONES_TO_KEEP=60480
# HORNET_POW_ENABLED=false
# HORNET_AUTOPEERING_ENABLED=true
# HORNET_STATIC_NEIGHBORS=my-alias:/ip4/127.0.0.1/tcp/15600/p2p/12D3KooWCKWcTWevORKa2KEBputEGASvEBuDfRDSbe8t1DWugUmL
# DASHBOARD_USERNAME=admin
Expand Down Expand Up @@ -64,6 +65,7 @@ INX_DASHBOARD_VERSION=1.0.0-beta.5
| HORNET_PRUNING_TARGET_SIZE | | 64GB | Target size of database |
| HORNET_PRUNING_MAX_MILESTONES_TO_KEEP | | 60480 | Max umber of milestones to keep in database. Milestone pruning is disabled by default. It's activated if this parameter is set. |
| HORNET_POW_ENABLED | | false | Whether the node does PoW if messages are received via API |
| HORNET_AUTOPEERING_ENABLED | | true | Whether the node should automatically connect to other nodes (see [docs](https://wiki.iota.org/hornet/references/peering#autopeering) for further infos) |
| HORNET_STATIC_NEIGHBORS | | | Comma separated list of static neighbors. Format example: `my-alias:/ip4/127.0.0.1/tcp/15600/p2p/12D3KooWCKWcTWevORKa2KEBputEGASvEBuDfRDSbe8t1DWugUmL` (see [docs](https://wiki.iota.org/hornet/references/peering/) for further infos) |
| DASHBOARD_USERNAME | | admin | Username to access dashboard |
| DASHBOARD_PASSWORD | x | | Password hash (can be generated with `docker compose run hornet tool pwd-hash` or non-interactively with `docker compose run hornet tool pwd-hash --json --password <password>`) |
Expand Down

0 comments on commit d293ea0

Please sign in to comment.