Skip to content

Commit

Permalink
Update rusk-wallet binary and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Oct 9, 2024
1 parent 1688036 commit 86e8011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ The log files can be found in `/var/log/rusk.log` and `/var/log/rusk-recovery.lo

:information_source: To run the **latest release** of the Node Installer execute the following command:
```sh
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/node-installer/releases/download/v0.3.0/node-installer.sh | sudo sh
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/node-installer/releases/download/v0.3.1/node-installer.sh | sudo sh
```

By default, the installer runs the node for our Nocturne testnet. If you'd like to run a node for the Lunare devnet or mainnet, you can pass `devnet` or `mainnet` as an option during installation:
```sh
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/node-installer/releases/download/v0.3.0/node-installer.sh | sudo sh -s devnet
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/node-installer/releases/download/v0.3.1/node-installer.sh | sudo sh -s devnet
```

:warning: **CAUTION** To run the **not release yet** unstable version of the Node Installer execute the following command:
Expand Down
Binary file modified bin/rusk-wallet
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/ruskquery
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
API_ENDPOINT="http://127.0.0.1:8080"
RUSK_VERSION="0.8.0"
CONTENT_TYPE="application/json"
INSTALLER_VERSION="v0.3.0"
INSTALLER_VERSION="v0.3.1"

show_help() {
echo "Dusk Query Tool"
Expand Down

0 comments on commit 86e8011

Please sign in to comment.