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

Some bitcoinj connections exceed locator limit. #290

Open
evoskuil opened this issue Mar 1, 2017 · 0 comments
Open

Some bitcoinj connections exceed locator limit. #290

evoskuil opened this issue Mar 1, 2017 · 0 comments
Labels

Comments

@evoskuil
Copy link
Member

evoskuil commented Mar 1, 2017

The "excess" limit is set by:

// Effective limit given a 32 bit chain height boundary: 10 + log2(2^32) + 1.
BC_CONSTEXPR size_t max_locator = 43;

But there are some clients that set a much higher level:

00:41:10.779615 DEBUG [network] Peer [66.87.69.248:22847] protocol version (70001) user agent: /bitcoinj:0.12.3/Bitcoin Wallet:4.32/
00:41:11.347938 WARNING [node] Excessive get_blocks locator size (101) from [66.87.69.248:22847]

00:42:02.648197 DEBUG [network] Peer [97.124.5.154:34463] protocol version (70001) user agent: /bitcoinj:0.14.4/Bitcoin Wallet:5.14/
00:42:02.848873 WARNING [node] Excessive get_blocks locator size (101) from [97.124.5.154:34463]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant