Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
57451496
Topic
5348856
Board
Development & Technical Discussion
Re: Loads of fake peers advertised on bitcoin network
by
ETFbitcoin
on
13/07/2021, 11:16:05 UTC
Quote from: vasild on
Today
at 10:53:51 AM
Quote from: piotr_n on July 12, 2021, 10:32:28 AM
All my nodes' peers databases are now over 700k records
...
Does bitcoin core have a limit of peers upon witch it won't accept new addresses into the database?
Yes, the limit is (1024+256)*64 = 81920 addresses (see
https://github.com/bitcoin/bitcoin/blob/7e1ba37b5daceda222b138cbf61bbdeda87d21fd/src/addrman.h#L159-L162
). How come you have 700k+ records?
You shouldn't assume everyone use Bitcoin Core. OP is developer of alternative full node client, so it's likely he's talking about his gocoin node.