bitpay / bitcore-p2p

Interface to the bitcoin P2P network for bitcore
MIT License
80 stars 276 forks source link

Add support for Foxtrot Sockets #49

Open braydonf opened 9 years ago

braydonf commented 9 years ago

As part of handling different sockets in https://github.com/bitpay/bitcore-p2p/issues/36 (FirefoxOS and ChromeOS) it may be possible to additionally connect through a Foxtrot socket. The only issue is that addr messages only include v4 and v6 IP addresses and not a publickey as an address.

braydonf commented 9 years ago

Separating into two modules may help with implementing Peers that implement connecting via other networks: https://github.com/bitpay/bitcore/issues/1260