moneriote-python
moneriote-python copied to clipboard
Proposal for hidden service routing
So, one of my nodes is running an onion router that dumps wallet connections coming from tor into a haproxy that then routes out to a random remote node from the node listing services (node.moneroworld.com, etc).
Of course, this is my work, so its a glorious bash script that gets the IP addresses and then writes a haproxy config file etc.
Surely there's a better way to do it.
Does this make sense?
user wallet <----tor----> my hidden service address <---> haproxy <----> some random remote node
surely python can function as haproxy in the above.
also, u can do the same thing with i2p