Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace --port with --listen #33

Closed
davecgh opened this issue Nov 12, 2013 · 0 comments
Closed

Replace --port with --listen #33

davecgh opened this issue Nov 12, 2013 · 0 comments
Assignees

Comments

@davecgh
Copy link
Member

davecgh commented Nov 12, 2013

Instead of only accepting a port to listen on, the cli parameters should allow the user to specify listen interfaces.

Examples:

Flags Comment
--listen= all interfaces on default port which is changed by --testnet and --regtest (This is the default)
--listen=0.0.0.0 all ipv4 interfaces on default port which is changed by --testnet and --regtest
--listen=:: all ipv6 interfaces on default port which is changed by --testnet and --regtest
--listen=:8333 all interfaces on port 8333
--listen=0.0.0.0:8333 all ipv4 interfaces on port 8333
--listen=[::]:8333 all ipv6 interfaces on port 8333
--listen=127.0.0.1:8333 only ipv4 localhost on port 8333
--listen=[::1]:8333 only ipv6 localhost on port 8333
--listen=:8336 all interfaces on non-standard port 8336
--listen=0.0.0.0:8336 all ipv4 interfaces on non-standard port 8336
--listen=[::]:8336 all ipv6 interfaces on non-standard port 8336
--listen=127.0.0.1:8337 --listen=[::1]:8333 ipv4 localhost on port 8337 and ipv6 localhost on port 8333
--listen=:8333 --listen=:8337 all interfaces on ports 8333 and 8337
@ghost ghost assigned davecgh Nov 12, 2013
kcalvinalvin added a commit to kcalvinalvin/btcd that referenced this issue Nov 29, 2024
btcec: Change the library used to utreexod instead of btcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant