Post
Topic
Board Bitcoin Technical Support
Re: can't make bitcoin-qt to listen at 18332 for outside IPs
by
chill1
on 15/09/2014, 12:33:32 UTC
Code:
sudo netstat -tulpn | grep 833

Correct me if I am wrong, but wouldn't the above command filter out any result that did *not* include 833? What results do you get when you try the following?

Code:
sudo netstat -lpn | grep bitcoind