Browse Source

Update 'README.md'

pull/11/head
onryo 3 years ago
parent
commit
d1c47cf15e
  1. 8
      README.md

8
README.md

@ -1,4 +1,4 @@
# initial set up
# Initial set up
This page describes all requried steps to run a HSC, mostly a copy-paste from:
@ -6,7 +6,7 @@ https://git.hush.is/hush/hsc-creator/src/branch/master/docs.md and https://hush.
2 static IPs are needed, we can use `sudo ufw allow from IP2` on a first node and `sudo ufw allow from IP1` on a second node to make sure servers can ping each other. To verify use `ping IP2` and `ping IP1`
# install hush3
# Install hush3
```
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
@ -20,7 +20,7 @@ cd hush3
cd src
```
# using tmux
# Use of tmux
`sudo apt install tmux -y`
@ -30,7 +30,7 @@ We do not want to lose our process and break our chain. So we can run the follow
it is better to have more than 2 nodes, I have 2 free servers to run nodes on, so it can be 4 already
# running the HSC
# Running a HSC
From your NODE1 run:

Loading…
Cancel
Save