Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fork.md #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions euphoria-2/fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ For those who want to support Euphoria-2, please follow steps below:

`Note`: To ensure the down time as little as possible, validators should init Euphoria-2 on the new machine, or on the same machine with Euphoria-1 but different home directory

- Download the latest Aura daemon
- Download the latest Aura daemon and compile it
```
git clone --branch euphoria_v0.4.1 https://github.com/aura-nw/aura
cd aura
make install
```

- Init the Euphoria-2 home folder
```
export $HOME_PATH=<Euphoria-2 directory>
export HOME_PATH=<Euphoria-2 directory>
aurad init <moniker> --home $HOME_PATH
```

Expand Down