Skip to content

Commit

Permalink
tweak: node-dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 21, 2024
1 parent 45fd7fe commit 65079de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions sources/blockchain/node-dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ rusk 38995 dusk 27u IPv4 269831 0t0 TCP 127.0.0.1:8080 (LISTEN)

## 📜 Historique

2024-02-21
: Mise à jour de la version du script d'installation de Dusk (`0.1.1``0.1.2`).

2024-02-19
: Mise à jour de la version du script d'installation de Dusk (`0.1.0``0.1.1`).

Expand Down
15 changes: 9 additions & 6 deletions sources/blockchain/snippets/node-dusk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apt install -y ufw \
&& echo 'OK'

apt install -y jq net-tools unzip \
&& curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.1/itn-installer.sh | bash \
&& curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.2/itn-installer.sh | bash \
&& echo 'OK'

rusk-wallet restore
Expand Down Expand Up @@ -78,12 +78,15 @@ rusk-wallet --state 'http://127.0.0.1:8080' balance
# [Option, select a commit or tagged release]

# cd rusk \
# && make keys \
# && make wasm \
# && rm -rfv target \
# && make keys wasm \
# && cargo b --release -p rusk \
# && cp -v target/release/rusk /opt/dusk/bin/rusk
# && target/release/rusk --version \
# && read -p 'Continue (CTRL+C to cancel)? ' \
# && service rusk stop \
# && mv -v /opt/dusk/bin/rusk/opt/dusk/bin/rusk.old \
# && cp -v target/release/rusk /opt/dusk/bin/rusk \
# && service rusk start \
# && echo 'OK'



# installer rusk-wallet

0 comments on commit 65079de

Please sign in to comment.