HelloDarkness

Results 10 comments of HelloDarkness

I'm not a NetBSD user but I tried this in a VirtualBox VM on Windows. I followed the instructions exactly (including the same version of coincurve listed above). I was...

> Can I ask what was being downloaded at that point? Do you mean Joinmarket (i.e. this repository), or was it something that happened during the execution of `./install.sh`? The...

Just to add... is coincurve still required? The "why not use Lightning-based onions" bit of this mentions the [dependency was removed](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/onion-message-channels.md), so that step of the installation instructions may be...

Having read through the related issues.... I agree of the mentioned privacy projects I2P is best alternative to Tor. In #[415](https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/415) Freenet and Matrix got mentions. Freenet is more for...

There's an IRC network, IRC2P (with I2P installed, it's connectable through localhost/6668 ), according to: https://geti2p.net/en/faq Would adding support for that as a short-term test of the reliability of the...

> I tried testing it while ago, but something wasn't working with JM there. Were you using Java I2P or I2PD? I'm trying to test it myself and it's taken...

Hi, it's not my fork. I'm just a user. I (and many others, based on the issues on the old Sublist3r repo) was having issues with it not returning any...

Fair. I suggested the one above because it's recent, the developer has been commenting on issues on the original, and it's working. There's another, more active fork: https://github.com/fleetcaptain/Turbolist3r But I'm...

> Yeah, when the algorithm can't find a clean signal it reports 0 > > Would `---` make more sense than `000`? I think that'd be better - same goes...

You need to install requests. Try the following on the command line: `pip install requests` Or: `pip3 install requests`