Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
HCP
on 07/01/2020, 03:08:08 UTC
What directory are you trying to execute the "cargo run" command from? Based on that error, it seems like you are not in the "electrs" directory, but in your home directory. Huh

After cloning the electrs git, you need to "cd electrs" before you do the "cargo build" and then "cargo run" commands