Comment on How the Bitcoin protocol actually worksComments−joezydeco12yNice start. Another dumb question: how do individual transactions get to the miners for addition to the blockchain? Is there some P2P-type auto discovery going on? A central server shouting out miner IPs?−olalonde12yThere's an article on that here: https://en.bitcoin.it/wiki/Satoshi_Client_Node_DiscoveryTL;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...−DennisP12yThanks. Is there anything on the protocol for passing messages around once you've found some peers?−joezydeco12yGeez. That seems...vulnerable.
Comments
Nice start. Another dumb question: how do individual transactions get to the miners for addition to the blockchain? Is there some P2P-type auto discovery going on? A central server shouting out miner IPs?
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...
Thanks. Is there anything on the protocol for passing messages around once you've found some peers?
Geez. That seems...vulnerable.