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
@@ -22,7 +22,7 @@ At least 2-Core (4-Thread) Intel i7/Xeon equivalent
22
22
At least 16GB RAM
23
23
At least 100GB SSD (Note: HDD will not work)
24
24
```
25
-
## Create a wallet account on Near guildnet
25
+
## Create a wallet on GuildNet
26
26
You will need a wallet.
27
27
To create a [guildnet wallet](https://wallet.openshards.io) go to: [https://wallet.openshards.io](https://wallet.openshards.io) be sure to record your wallet address and seed phrase (12 words)
28
28
_Tip: You may request 75,000 faucet from Near team for staking test._
@@ -72,16 +72,16 @@ Add (export NODE_ENV=guildnet) to the end of the ~/.bashrc file to ensure it per
72
72
echo'export NODE_ENV=guildnet'>>~/.bashrc
73
73
```
74
74
75
-
## Login through main wallet
76
-
To authorize Near-Cli access we need to login via the command prompt.
75
+
## Authorize The Shell
76
+
To authorize NEAR-Cli access we need to login via the command prompt.
77
77
```bash
78
78
near login
79
79
```
80
-
Subsequently, the browser will be opened, if it does not simply copy and paste the generated link into the browser. You may need to restore your wallet account via Seed Phase. This action will authorize Near-cli access to main account via the shell.
80
+
Subsequently, the browser will be opened, if it does not simply copy and paste the generated link into the browser. You may need to restore your wallet account via Seed Phase. This action will authorize NEAR-cli access to main account via the shell.
81
81
```
82
82
We recommend using <your account>.guildnet as main accountId and <your pool>.stake.guildnet as pool ID below.
83
83
```
84
-
Now, You can manage your main wallet account and smart contract by Near shell command.
84
+
Now, You can manage your main wallet account and smart contract with the NEAR CLI.
85
85
```bash
86
86
For account:
87
87
near login # logging in through NEAR protocol wallet
To be a validator, you can execute Near-cli to monitor and manager validator pool by your main account.
157
157
* Check if your pool is in proposals at first.
158
158
```bash
159
-
Near proposals | grep testpool.stake.guildnet
159
+
near proposals | grep testpool.stake.guildnet
160
160
```
161
161
* Check if your pool is in current validators list.
162
162
```bash
163
-
Near validators current | grep testpool.stake.guildnet
163
+
near validators current | grep testpool.stake.guildnet
164
164
```
165
165
* Check if your pool is in next validators list.
166
166
```bash
167
-
Near validators next | grep testpool.stake.guildnet
167
+
near validators next | grep testpool.stake.guildnet
168
168
```
169
-
* Check validator seat price. if your staking Near tokens is not enough to get a seat. please participate in the following challenges to get more Near tokens.
169
+
* Check the validator seat price.
170
170
```bash
171
171
near validators current | grep "seat price"
172
-
```
172
+
```
173
+
If your stake is not enough to get a seat, please participate in the following challenges to get more tokens. (Coming Soon...)
0 commit comments