SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
364 stars 68 forks source link

TOR support #152

Closed Kexkey closed 4 years ago

Kexkey commented 4 years ago

This PR adds to Cyphernode:

Kexkey commented 4 years ago

Ok it's a big one, @schulterklopfer and @gabidi can you have a look at the changes and try to find smelly stuff? I've been running this branch for a while on one of my RPis and it's pretty stable... except when I get OOM errors on the OS level ... looks like when you install everything, the RPi now has difficulties running the whole Cyphernode for several days in a row... :(

Kexkey commented 4 years ago

BTW my RPi problem is that it loses its network interfaces after a while, probably because of power management. If I had a better power supply, it would be ok -- I have a lot of USB stuff connected to it.

The branch is ready to be merged!