- Remove and Re-Install nearup (https://github.com/near-guildnet/nearup)
- Remove and Re-Install near-shell (https://github.com/near-guildnet/near-shell)
- Start your node:
nearup run guildnet
- Enter the wallet account created:
<account>.guildnet
- Post your account name
<account>.guildnet
in the tokens channel and request tokens - Get the public key from validators_key.json:
cat ~/.near/guildnet/validator_key.json
- Configure NEAR Shell for GuildNet: -
export NEAR_ENV=guildnet
-echo 'export NODE_ENV=guildnet' >> ~/.bashrc
- Stake directly to your node:
near stake <account>.guildnet <staking public key> <amount to stake>
Need more detailed intructions see: Setup a GuildNet Node