Can't run Electrum-LTC on Linux

Hey! I’m almost successful when it comes to running the Electrum-LTC wallet on my computer, but there’s an issue. It needs a library named "libmwebd.so.0 which is not mentioned anywhere in the README.md file. From the name of this library, I’m assuming that’s somehow involved with the “MimbleWimble Extension Blocks”. Can anybody point me to where I’ll find this missing dependency?

@losh11, do you know anything about this? You were working on Electrum-LTC in the past.

1 Like

Easy, just run contrib/make_mwebd.sh. You’ll need Go 1.25, or try editing the go.mod to lower the go version.

2 Likes

Thanks! It works now!

1 Like