Johann Bauer

Results 120 comments of Johann Bauer

> You can check my GitHub history to see that I am honest with bounties. I've actually paid one out to you before! Sure, I remember! I'll check this out...

Hey, I started working on this in the `fedora-support` branch. The easy stuff (installing electrumx) is done, but I didn't test it with a "real" Fedora system yet, only in...

Yes, the bootstrap script always installs from master. This should work, though: git clone https://github.com/bauerj/electrumx-installer cd electrumx-installer git checkout fedora-support ./install.sh

That's interesting, maybe it's an issue with rocksdb instead. Can you try to install with `--leveldb`? I didn't have time yet to set up a Fedora VM to try this.

To see the logs, you can use `journalctl`, e.g. `journalctl -u electrumx`. You can also use `electrumx_rpc.py sessions` to list all current sessions.

I'm not sure, this could just as will be an issue with the database integration libraries.

``` python3 -m pip show electrumx ```

It works fine in the Travis tests: https://travis-ci.org/github/bauerj/electrumx-installer/jobs/732800035 Please give more information. What doesn't work? How does it fail? What did you do?

> it fails at rockdb something... Okay, I will need more information to figure out what causes this.

Indeed, this seems to be a regression in WebKitGTK. From reading the docs I assume this use-case should be possible but testing confirmed that it doesn't work. Did you test...