You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to compile latest released rusk on the machine which has rust installed, using cargo install rusk subcommand
The build scripts (build.rs) which are invoked before the building process which will setup configuration file, consensus keys and rusk-wallet cache in ~/.config/rusk
Run the node with rusk command and rusk wallet to access the wallet
We can update the binary to the latest release by running cargo install rusk again or you can use cargo-update subcommand
This is the most secure way of running a node on your system because we're not running a third party shell script which is downloading a binary from a URL and creating a service around it!!!
What we want to do
cargo install rusk
subcommandbuild.rs
) which are invoked before the building process which will setup configuration file, consensus keys and rusk-wallet cache in~/.config/rusk
rusk
command andrusk wallet
to access the walletcargo install rusk
again or you can usecargo-update
subcommandThis is the most secure way of running a node on your system because we're not running a third party shell script which is downloading a binary from a URL and creating a service around it!!!
Issues that need to be completed before
The text was updated successfully, but these errors were encountered: