Lee *!* Clagett

Results 241 comments of Lee *!* Clagett
trafficstars

I should add - one of the I2P developers tried to get me to implement a custom protocol for hidden services. But one of the more senior developers on the...

> I'm not sure NYM would add hidden service/i2p support, since it's a replacement for those and it would be an overkill. Yes, if it is designed to replace Tor/I2P,...

Yes, I understand their situation exactly. I am trying to point out that Socks5 lacks features that are useful, and perhaps Nym should implement Socks4a instead. In your example, connecting...

Someone pointed out that I was wrong about my recollection of Socks5 - it supports hostnames. A quick search of Nym code suggests they support the hostname mode too. Giant...

Also note - this cannot (without more complex changes) be used in "mixed mode" (`--tx-proxy`) - where blocks are downloaded over clearnet and transactions are sent over Nym. This currently...

Also, I'm not sure if `192.168.1.1.nym` is a good idea because there might be some privacy issues where hosts are shared over clearnet and then connected over `--tx-proxy`. `monerod` currently...

The proxy system used by Tor and I2P is "standard" Socks4. The `.onion` and `.i2p` suffixes are used with `-add-node`, `--add-priority-node`, and `--add-exclusive-node` to determine how the connection to the...

Looked at the logs. The connection object is being destroyed quickly after receiving a message, but its not clear why. There might be a case in the connection code where...

@computerfreak94 what type of CPU? ~I reviewed some of the code, and I think there are some issues related to async timeouts. I'm 99% (at the moment) that the handler...

Nevermind, spoke too quickly, retract last comment.