Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: SHUTTEHFACE on January 05, 2020, 08:18:31 PM



Title: Cannot get inconming connections using bitcoind -tor
Post by: SHUTTEHFACE on January 05, 2020, 08:18:31 PM
Hi All,

Recently setup a bitcoin node. Opened port 8333 and all was working well. Then decided to set it up over tor and I only seem to get incoming connections when running bitcoin-qt vs. bitcoind. Am I missing something? Appreciate any help.

https://bitnodes.earn.com/nodes/jl7fbjfcskycjq7n.onion-8333/

Thanks,

STF


Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: BitMaxz on January 05, 2020, 08:38:57 PM
Check this link below to "Setting up a Tor hidden service"

- https://en.bitcoin.it/wiki/Setting_up_a_Tor_hidden_service

Then let us know if it solves your issue.


Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: SHUTTEHFACE on January 05, 2020, 08:50:44 PM
Check this link below to "Setting up a Tor hidden service"

- https://en.bitcoin.it/wiki/Setting_up_a_Tor_hidden_service

Then let us know if it solves your issue.

Thanks, I used this guide already, I just don't seem to get any incoming connections.


Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: SHUTTEHFACE on January 05, 2020, 08:57:14 PM
Actually.. might have jumped the gun. Maybe they take a while to come in?

Code:
(base) [shuttehface@manjaro tor]$ sudo bitcoin-cli getpeerinfo | grep true
[sudo] password for shuttehface:
    "relaytxes": true,
    "addnode": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "relaytxes": true,
    "inbound": true,


Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: BitMaxz on January 05, 2020, 09:02:19 PM
Thanks, I used this guide already, I just don't seem to get any incoming connections.

What OS you are using Windows or Linux?

Check this video guide from youtube from here https://www.youtube.com/watch?v=57GW5Q2jdvw

Also, check this guide here https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md



Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: SHUTTEHFACE on January 05, 2020, 09:21:38 PM
Thanks, I used this guide already, I just don't seem to get any incoming connections.

What OS you are using Windows or Linux?

Check this video guide from youtube from here https://www.youtube.com/watch?v=57GW5Q2jdvw

Also, check this guide here https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md



Running Linux


Title: Re: Cannot get inconming connections using bitcoind -tor
Post by: DaCryptoRaccoon on January 05, 2020, 10:17:50 PM
This post may help you somewhat with your node

https://bitcointalk.org/index.php?topic=5177001.0

Covers some good topics around Tor and Nodes.   ;)