I modified the joincoin code, to remove the internal tor. So now, you can use tor to connect v3 onion address nodes.
https://github.com/bitbandi/joincoinJust rebuild the code. Add this to config:
tor=127.0.0.1
After you install the
tor, you can run the wallet too.
You can connect to my node with this address: ukvewg7vjip46tir7dedmke6ncvalgrfecewoc6pzc4gcxj3fq7pytid.onion (my last block is: 1430193)
(start wallet with this command line parameter:
-connect=ukvewg7vjip46tir7dedmke6ncvalgrfecewoc6pzc4gcxj3fq7pytid.onion
)
If you want incoming connection, setup a hidden service to your torrc:
HiddenServicePort 17941 127.0.0.1:17941
Start tor, read tordatadir/
hidden_service/hostname file, add the hostname to joincoin config:
externalip=ukvewg7vjip46tir7dedmke6ncvalgrfecewoc6pzc4gcxj3fq7pytid.onion
and run wallet.
Thanks for all the help.