Hacker News new | ask | show | jobs
by olalonde 4572 days ago
There's an article on that here: https://en.bitcoin.it/wiki/Satoshi_Client_Node_Discovery

TL;DR: The peer discovery process is bootstrapped using a few domain names hard coded in the client. https://github.com/bitcoin/bitcoin/blob/master/src/chainpara...

2 comments

Thanks. Is there anything on the protocol for passing messages around once you've found some peers?
Geez. That seems...vulnerable.