Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 858 Bytes

File metadata and controls

17 lines (13 loc) · 858 Bytes

GuildNet Account Creation

Wallet Creation

  1. https://wallet.openshards.io

Update your Node to GuildNet

  1. Remove and Re-Install nearup (https://github.com/near-guildnet/nearup)
  2. Remove and Re-Install near-shell (https://github.com/near-guildnet/near-shell)
  3. Start your node: nearup guildnet --nodocker
  4. Enter the wallet account created: <account>.guildnet
  5. Post your account name <account>.guildnet in the tokens channel and request tokens
  6. Get the public key from validators_key.json: cat ~/.near/guildnet/validator_key.json
  7. Configure NEAR Shell for GuildNet: export NEAR_ENV=guildnet
  8. Stake directly to your node: near stake <account>.guildnet <staking public key> <amount to stake>

Need more detailed intructions see: Setup a GuildNet Node