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
Copy file name to clipboardexpand all lines: docs/faq.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ sidebar_position: 1
8
8
This section is the same as the #FAQ channel in Discord. If you need further help hop on to our support channels there.
9
9
:::
10
10
11
+
12
+
## Dictionary
13
+
14
+
#### Keyring
15
+
The keyring holds the private/public keypairs used to interact with a node. For instance, a validator key needs to be set up before running the blockchain node, so that blocks can be correctly signed. The private key can be stored in different locations, called "backends", such as a file or the operating system's own key storage. ([learn more here](https://docs.cosmos.network/master/run-node/keyring.html))
16
+
17
+
11
18
## Nodes, Validators and Providers
12
19
### I have problems running the install scripts {#install-troubleshooting}
13
20
@@ -26,4 +33,5 @@ Troubleshooting:
26
33
```bash
27
34
account lava@XYZ not found: key not found
28
35
```
29
-
1. Make sure your account is funded from Lava side before you try to stake as a validator
36
+
1. Make sure your account is funded from Lava side before you try to stake as a validator
- Want to [be a validator](/validator-intro.md)? Use option [1. Installer](/lava-node/node-use-installer.md)
67
-
- Want to [be a provider](/provider-intro.md)? Use option [1. Installer](/lava-node/node-use-installer.md) or [3. Remote](/lava-node/node-connect-remote.md)
68
-
:::
69
-
81
+
## Step 2 - Choose a setup & join the network
70
82
71
-
:::note Accessing Web3 APIs? ⚡️
72
-
- Need access fast? No need for a node, just use the [gateway](/access-apis/gateway-access.md).
73
-
- Want full D-access (Decentralized access)? [coming soon](/access-apis/d-access.md).
74
-
:::
75
-
76
-
:::note Open Source contributor?
77
-
- Use option [2.Build](/lava-node/node-build-source.md)
0 commit comments