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
- There are 2 ways to install nearcore currently. You can use Nearup or you can compile the source and use systemd to manage it.
45
45
46
-
###Option 1 - Use Nearup
46
+
##Installation Option 1 - Use Nearup
47
47
48
48
-**Step 1.Install Nearup**
49
49
@@ -82,11 +82,9 @@ Check running status of validator node. If "V/" is showning up, your pool is sel
82
82
nearup logs -f
83
83
```
84
84
85
-
###Option 2 - Compile from source and Use Systemd
85
+
##Installation Option 2 - Compile from source and Use Systemd
86
86
87
-
-**First: Compile the code and Install The Service **
88
-
89
-
This bash script will automatically compile nearcore and install the service. [README.md](https://github.com/solutions-crypto/nearcore-autocompile/blob/main/README.md)
87
+
This bash script will automatically compile nearcore and install the neard service. [README.md](https://github.com/solutions-crypto/nearcore-autocompile/blob/main/README.md)
0 commit comments