Skip to content
Merged
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
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,41 @@ A. Download the latest version of Antelope Leap for your OS from:
[https://github.com/AntelopeIO/leap/releases/tag/v5.0.3
](https://github.com/AntelopeIO/leap/releases/tag/v5.0.3)

### Quick Installation (no verification)

To install it you can use apt, but before that download it using wget command:
```
wget https://github.com/AntelopeIO/leap/releases/download/v5.0.3/leap_5.0.3_amd64.deb && apt install ./leap_5.0.3_amd64.deb
```
It will download all dependencies and install Leap

### Verify binary's integrity and then install (recommended)


<p> Import the maintainer keys (run as root) </p>

```
cd /tmp
wget https://github.com/arhag.gpg
gpg --import arhag.gpg
wget https://github.com/ericpassmore.gpg
gpg --import ericpassmore.gpg
wget https://github.com/spoonincode.gpg
gpg --import spoonincode.gpg
wget https://github.com/AntelopeIO/leap/releases/download/v5.0.3/leap_5.0.3_amd64.deb
wget https://github.com/AntelopeIO/leap/releases/download/v5.0.3/leap_5.0.3_amd64.deb.asc
gpg --verify leap_5.0.3_amd64.deb.asc leap_5.0.3_amd64.deb
```

<p>
You should see several GOOD SIGNATURE messages, indicating the binary's integrity has been confirmed.
</p>


```
apt install ./leap_5.0.3_amd64.deb
```

------------------------------------------------------------------

# 3. Install XPR Network MainNet node [manual]
Expand Down Expand Up @@ -192,6 +221,7 @@ peer-proton.nodeone.network:9870
p2p.proton.eoseoul.io:39876
proton-public.neftyblocks.com:19876
p2p-proton.eosarabia.net:9876
p2p.luminaryvisn.com:9876
```

## XPR Network MAINNET API
Expand All @@ -217,6 +247,7 @@ https://api-proton.nodeone.network:8344
https://proton.eoseoul.io
https://proton-public.neftyblocks.com
https://api-proton.eosarabia.net
https://api.luminaryvisn.com
```

# 6. Usefull Links
Expand Down