Here is a ENG guide for installing Msaas node in a testnet and gerring reward points. Also there is a Türkçe Rehber
wget -O massaTR.sh https://raw.githubusercontent.com/thisislexar/Massa-Testnet/main/massaTR.sh && chmod +x massaTR.sh && ./massaTR.sh
source $HOME/.bash_profile
sudo ufw allow 31244
sudo ufw allow 31245
sudo ufw enable
cd $HOME/massa/massa-node
screen -S node
RUST_BACKTRACE=full cargo run --release -- -p $PASSWORD|& tee logs.txt
cd $HOME/massa/massa-client/
screen -S client
cargo run --release -- -p <Password>
After it is finished, you will see a screen like this. Enter the following command to create a wallet.
wallet_generate_secret_key
wallet_info
Next, we change the <your_secret_key> part in the command below and enter it. What you need to write in that section is the script key you see in the wallet_info section.
node_add_staking_secret_keys <your_secret_key>
For example:
node_add_staking_secret_keys S12xxxx6Esnbxxxxxxxxxxxxxxx
Then we go to Discord and get faucet.
We return to the terminal again and check whether the token has arrived with the wallet_info command.
buy_rolls <ADRES> 1 0
For example like this:
buy_rolls A12nr9K1XfXBfKw75cQVNZafFRjwMj6pYwpS7tf2RnHaLitv6cG4 1 0















