Skip to content

Commit

Permalink
Update GENESIS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera authored Dec 14, 2024
1 parent e36a627 commit fa037b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions convex-cli/GENESIS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Genesis Setup

This doc describes that standard genesis process for a new convex network



This doc describes the standard genesis process for a new convex network

For a new Server on Google Cloud

```
Linux genesis-peer 6.1.0-27-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
Expand All @@ -24,7 +22,7 @@ permitted by applicable law.
```
sudo apt update
wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb
sudo dpkg -i jdk-21_linux-x64_bin.deb
sudo dpkg -i jdk-23_linux-x64_bin.deb
```

### Set up Convex
Expand Down Expand Up @@ -62,4 +60,6 @@ Back to screen with:

```
screen -r
```
```

### Adding a second peer

0 comments on commit fa037b5

Please sign in to comment.