1 2018-03-22 14:25:14 <elichai2> hey
 2 2018-03-22 14:26:24 <elichai2> how do you vet which nodes the hardcoded dnss return? (is it just  a core running and returning it's nodes or is it a specific trusted nodes?)
 3 2018-03-22 16:19:24 <elichai2> @BlueMatt @luke-jr @jonasschnelli
 4 2018-03-22 16:22:57 <BlueMatt> most of them run https://github.com/sipa/bitcoin-seeder, mine runs something else
 5 2018-03-22 16:24:58 <luke-jr> mine runs a fork that exclude BCH and 2X nodes, and always requires NODE_BLOOM and NODE_WITNESS
 6 2018-03-22 16:25:31 <echeveria> required NODE_BLOOM?
 7 2018-03-22 16:25:49 <echeveria> you kind of want the opposite if you are looking for stable peers
 8 2018-03-22 16:26:08 <luke-jr> maybe. There's over 4000 nodes meeting my current criteria, so I don't see an urgent need to broaden it
 9 2018-03-22 17:08:50 <elichai2> BlueMatt: so, if I make 3K nodes that answers all of the seeder features better than anyone else, and all these nodes return malicious nodes for `getpeerinfo` I can isolate new users from the real network?
10 2018-03-22 17:20:19 <BlueMatt> hopefully not, no
11 2018-03-22 17:28:57 <SopaXorzTaker> Are there any known CVEs in bsddb?
12 2018-03-22 17:29:14 <SopaXorzTaker> I'm concerned about being stupid enough to load up a random wallet.dat, but let's not get into this
13 2018-03-22 18:50:51 <wumpus> not aware of any ones,but I'd strongly recommend not opening random wallet.dat files from the internet, or do so in a temporary BM
14 2018-03-22 18:50:52 <wumpus> VM