We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36a627 commit fa037b5Copy full SHA for fa037b5
convex-cli/GENESIS.md
@@ -1,10 +1,8 @@
1
# Genesis Setup
2
3
-This doc describes that standard genesis process for a new convex network
4
-
5
6
+This doc describes the standard genesis process for a new convex network
7
+For a new Server on Google Cloud
8
9
```
10
Linux genesis-peer 6.1.0-27-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
@@ -24,7 +22,7 @@ permitted by applicable law.
24
22
25
23
sudo apt update
26
wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb
27
-sudo dpkg -i jdk-21_linux-x64_bin.deb
+sudo dpkg -i jdk-23_linux-x64_bin.deb
28
29
30
### Set up Convex
@@ -62,4 +60,6 @@ Back to screen with:
62
60
63
61
64
screen -r
65
-```
+```
+
+### Adding a second peer
0 commit comments