Skip to content

Improved bitcoind onion-grater profile#7

Open
ApacheSub wants to merge 1 commit intoWhonix:masterfrom
ApacheSub:improve-bitcoind-profile
Open

Improved bitcoind onion-grater profile#7
ApacheSub wants to merge 1 commit intoWhonix:masterfrom
ApacheSub:improve-bitcoind-profile

Conversation

@ApacheSub
Copy link
Copy Markdown

@ApacheSub ApacheSub commented Aug 10, 2023

It is infact not necessary to use bind=0.0.0.0:8334=onion in bitcoind.conf. It is only necessary with the current version of the profile. I've added support to use bind=10.152.152.XX:8334=onion. When 0.0.0.0 is used, bitcoin-cli -netinfo incorrectly displays incoming onion connections as npr. I've tested this profile and it will classify them correctly after the change. I assume the problem is binding to 0.0.0.0.

I also fixed the fact that dots are not being escaped in the patterns.

Please be mindful of any typos.

…XX:8334=onion to be used and will allow bitcoin-cli netinfo to display onion inbound connections correctly instead of being displayed as npr.
@ApacheSub
Copy link
Copy Markdown
Author

I've found a typo. On each line with \d{1.3}, it should be \d{1,3}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant