Post
Topic
Board Electrum
Re: An efficient re-implementation of Electrum Server in Rust
by
AussieHash
on 25/06/2019, 06:25:04 UTC
What would you recommend are the steps to update to the newest release v0.7 (in my case I have v0.62 from early June) ?
I have not made any local changes to the code.

Code:
$ git clone https://github.com/romanz/electrs
$ cd electrs
$ git fetch origin
$ git status
$ git pull
$ cargo build --release