-
Notifications
You must be signed in to change notification settings - Fork 713
run
AurelienFT edited this page Jun 3, 2022
·
7 revisions
THIS DOCUMENTATION IS NOT MAINTAINED ANYMORE. USE https://massa.readthedocs.io
Simply run the binaries you downloaded in the previous step:
Open the massa-node
folder and run the massa-node
excutable
Open the massa-client
folder and run the massa-client
excutable
On a first window:
cd massa/massa-node/
Launch the node, on Ubuntu:
RUST_BACKTRACE=full cargo run --release |& tee logs.txt
Or, on macOS:
RUST_BACKTRACE=full cargo run --release > logs.txt 2>&1
You should leave the window opened.
On a second window:
cd massa/massa-client/
Then:
cargo run --release
Please wait until the directories are built before moving to the next step.
- Open Windows Power Shell or Command Prompt on a first window
- Type:
cd massa
- Type:
cd massa-node
- Type:
cargo run --release
- Type:
You should leave the window opened.
- Open Windows Power Shell or Command Prompt on a second window
- Type:
cd massa
- Type:
cd massa-client
- Type:
cargo run --release
- Type:
Please wait until the directories are built before moving to the next step.
Note: You can use the hash-prefix feature as detailed here (optional)