-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enable configuration of listen address/interface #7642
Comments
As a follow up, why does parity p2p connect to itself? Granted it looks like it can be limited with
If one could specify the listen address, then this could be avoided. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.16 ETH (92.13 USD @ $575.79/ETH) attached to it.
|
As the original issue submitter, this looks right to me. Nice one! |
@pfilippi24 That's right, but since the PR is still open this isn't closed yet. |
@gnunicorn you can claim that bounty, I guess ;) |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 8 months, 2 weeks ago. 1) gnunicorn has started work. Hey, I am trying out this gitcoin as you suggested. Is this how I'd have to do it? Learn more on the Gitcoin Issue Details page. |
@vs77bb what should @gnunicorn do here, since the issue is already closed? |
@gnunicorn Feel free to now submit work on Gitcoin, linking to your PR. This will allow us to pay you out for the bounty! @folsen Issue being closed will not hold up @gnunicorn from collecting his bounty, it actually is helpful as a validation mechanism 🙂 |
@gnunicorn Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot 🙄 🤣 |
@5chdn. 👋 thanks for the atMention, but you need to install @gitcoinbot on this repo for me to be able to respond. More details in the documentation. ✌️ |
@5chdn Sorry about Gitcoin Bot, we're still training it over here 🤖 😂 appreciate any feedback. Also @gnunicorn - we haven't seen a submission from you yet here, this is necessary for us to pay out the bounty. If interested in collecting, please do so at your convenience 🙂 |
@vs77bb I have trouble claiming them as the faucet didn't give me ether and now I am stuck in some loop. I tried to email you about it, but the gmail-addr of your github profile bounces with Quota Limit reached... |
Ah @gnunicorn Can you DM me your MetaMask account details on Gitcoin Slack? I'll send you over a bit more ETH so you can make the submission. |
Hi @gnunicorn bumping to get your MetaMask details. Would love to pay this one out this week 🙂 |
Hey @gnunicorn! Just wanted to bump this once more, did you get a chance to connect with @vs77bb for payout? |
⚡️ A tip worth 0.16000 ETH (44.1 USD @ $275.62/ETH) has been granted to @gnunicorn for this issue from @vs77bb. ⚡️ Nice work @gnunicorn! Your tip has automatically been deposited in the ETH address we have on file.
|
Bump... @gnunicorn we have sent you your funds for this bounty. @Tbaut this was completed as we close out any open issues on Parity-Ethereum, FYI 🙂 |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.16 ETH (42.52 USD @ $265.77/ETH) attached to this issue has been approved & issued.
|
Parity/v1.7.12-unstable-f96d15254-20180109/x86_64-linux-gnu/rustc1.21.0
Linux 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux
from source
netstat shows parity listens on 0.0.0.0
I have a box with numerous interfaces and want ot restrict the p2p listen address. One can change the port using the
--port
flag, but how do I specify the listen address which defaults to 0.0.0.0 ?Looking through the
parity --help
options I can't see anything relevant.For example for rpc one just uses
--jsonrpc-interface IP
, but what about p2p?The text was updated successfully, but these errors were encountered: