How to run SkullBuzz under Tor or i2p:Tor:
1- Download & install Tor :
https://www.torproject.org/download/download-easy.html.en2- Run Tor then close it
3- go to your Tor installing path ( C:\Users\USER NAME\PATH TO\Tor Browser\Browser\TorBrowser\Data\Tor
4- open the file 'torrc' with text editor and add the following:
HiddenServiceDir c:\onion\skullbuzz
HiddenServicePort PORT 127.0.0.1:PORT
* you can copy paste this as many as you want (this can be done to run more than one skullbuzz node instance on same pc under Tor) but you must set different PORT for each and add that to port= in conf file, and set different HiddenServiceDir 4- start your Tor browser
5- add the following to your skullbuzz.conf:
-port=PORT_FROM_torrc_FILE
6- start skullbuzz wallet with:
Connect to Tor only:
skullbuzz.exe -onlynet=Tor -listen=0 -irc=0 -proxy=127.0.0.1:9150 -addnode=as6srig7f27btiah.onion:9999
ORConnect to Tor and Clearnet:
skullbuzz.exe -proxy=127.0.0.1:9150 -tor=127.0.0.1:9150 -addnode=as6srig7f27btiah.onion:9999
I2P:
1- Download & install I2P :
https://geti2p.net/en/download2- Start I2P ( a webpage should auto open)
3- go to
http://127.0.0.1:7657/configclients and click start and check-box "SAM application bridge"
4- add the following to your skullbuzz.conf file:
addnode=i5heauovwa3egdzidsuis323ysp3yh7hbvrvgqlwqxqkpv6kp2va.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
5- from skullbuzz wallet, go to Settings>Options>I2P and check-box Use I2P only and restart wallet.
* if you want to run with a static i2p address ( this can be done also to run a skullbuzz node under i2p) do the following:6- from Settings>Options>I2P click on current I2P-address.. copy mydestination=SOME_LONG_STRING and paste it to your skullbuzz.conf then restart your wallet